Home
last modified time | relevance | path

Searched refs:aWatch (Results 1 – 23 of 23) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/dbus/
H A DDBusWatcher.cpp14 DBusWatcher::DBusWatcher(DBusConnection* aConnection, DBusWatch* aWatch) in DBusWatcher() argument
16 , mWatch(aWatch) in DBusWatcher()
80 DBusWatcher::AddWatchFunction(DBusWatch* aWatch, void* aData) in AddWatchFunction() argument
87 MakeUnique<DBusWatcher>(connection, aWatch); in AddWatchFunction()
89 dbus_watch_set_data(aWatch, dbusWatcher.get(), DBusWatcher::FreeFunction); in AddWatchFunction()
91 if (dbus_watch_get_enabled(aWatch)) { in AddWatchFunction()
101 DBusWatcher::RemoveWatchFunction(DBusWatch* aWatch, void* aData) in RemoveWatchFunction() argument
105 auto dbusWatcher = static_cast<DBusWatcher*>(dbus_watch_get_data(aWatch)); in RemoveWatchFunction()
111 DBusWatcher::ToggleWatchFunction(DBusWatch* aWatch, void* aData) in ToggleWatchFunction() argument
115 auto dbusWatcher = static_cast<DBusWatcher*>(dbus_watch_get_data(aWatch)); in ToggleWatchFunction()
[all …]
H A DDBusWatcher.h19 DBusWatcher(DBusConnection* aConnection, DBusWatch* aWatch);
26 static dbus_bool_t AddWatchFunction(DBusWatch* aWatch, void* aData);
27 static void RemoveWatchFunction(DBusWatch* aWatch, void* aData);
28 static void ToggleWatchFunction(DBusWatch* aWatch, void* aData);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DIDTracker.cpp55 bool aWatch, bool aReferenceImage) { in ResetToURIFragmentID() argument
103 if (!load || !aWatch) { in ResetToURIFragmentID()
118 if (aWatch) { in ResetToURIFragmentID()
123 HaveNewDocumentOrShadowRoot(docOrShadow, aWatch, ref); in ResetToURIFragmentID()
126 void IDTracker::ResetWithID(Element& aFrom, nsAtom* aID, bool aWatch) { in ResetWithID() argument
129 if (aWatch) { in ResetWithID()
138 HaveNewDocumentOrShadowRoot(docOrShadow, aWatch, str); in ResetWithID()
142 bool aWatch, const nsString& aRef) { in HaveNewDocumentOrShadowRoot() argument
143 if (aWatch) { in HaveNewDocumentOrShadowRoot()
H A DIDTracker.h68 nsIReferrerInfo* aReferrerInfo, bool aWatch = true,
80 void ResetWithID(Element& aFrom, nsAtom* aID, bool aWatch = true);
108 void HaveNewDocumentOrShadowRoot(DocumentOrShadowRoot*, bool aWatch,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DIDTracker.cpp22 void IDTracker::Reset(nsIContent* aFromContent, nsIURI* aURI, bool aWatch, in Reset() argument
105 if (!load || !aWatch) { in Reset()
120 if (aWatch) { in Reset()
128 HaveNewDocument(doc, aWatch, ref); in Reset()
132 bool aWatch) { in ResetWithID() argument
138 if (aWatch) { in ResetWithID()
146 HaveNewDocument(doc, aWatch, aID); in ResetWithID()
149 void IDTracker::HaveNewDocument(nsIDocument* aDocument, bool aWatch, in HaveNewDocument() argument
151 if (aWatch) { in HaveNewDocument()
H A DIDTracker.h62 void Reset(nsIContent* aFrom, nsIURI* aURI, bool aWatch = true,
74 void ResetWithID(nsIContent* aFrom, const nsString& aID, bool aWatch = true);
102 void HaveNewDocument(nsIDocument* aDocument, bool aWatch,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsReferencedElement.cpp19 bool aWatch, bool aReferenceImage) in Reset() argument
103 if (!load || !aWatch) { in Reset()
118 if (aWatch) { in Reset()
127 HaveNewDocument(doc, aWatch, ref); in Reset()
132 bool aWatch) in ResetWithID() argument
140 if (aWatch) { in ResetWithID()
149 HaveNewDocument(doc, aWatch, aID); in ResetWithID()
153 nsReferencedElement::HaveNewDocument(nsIDocument* aDocument, bool aWatch, in HaveNewDocument() argument
156 if (aWatch) { in HaveNewDocument()
H A DnsReferencedElement.h63 void Reset(nsIContent* aFrom, nsIURI* aURI, bool aWatch = true,
76 bool aWatch = true);
106 void HaveNewDocument(nsIDocument* aDocument, bool aWatch,
/dports/www/firefox/firefox-99.0/dom/base/
H A DIDTracker.cpp60 bool aWatch, bool aReferenceImage) { in ResetToURIFragmentID() argument
108 if (!load || !aWatch) { in ResetToURIFragmentID()
123 if (aWatch) { in ResetToURIFragmentID()
128 HaveNewDocumentOrShadowRoot(docOrShadow, aWatch, ref); in ResetToURIFragmentID()
131 void IDTracker::ResetWithID(Element& aFrom, nsAtom* aID, bool aWatch) { in ResetWithID() argument
134 if (aWatch) { in ResetWithID()
143 HaveNewDocumentOrShadowRoot(docOrShadow, aWatch, str); in ResetWithID()
147 bool aWatch, const nsString& aRef) { in HaveNewDocumentOrShadowRoot() argument
148 if (aWatch) { in HaveNewDocumentOrShadowRoot()
H A DIDTracker.h71 nsIReferrerInfo* aReferrerInfo, bool aWatch = true,
83 void ResetWithID(Element& aFrom, nsAtom* aID, bool aWatch = true);
111 void HaveNewDocumentOrShadowRoot(DocumentOrShadowRoot*, bool aWatch,
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DIDTracker.cpp60 bool aWatch, bool aReferenceImage) { in ResetToURIFragmentID() argument
108 if (!load || !aWatch) { in ResetToURIFragmentID()
123 if (aWatch) { in ResetToURIFragmentID()
128 HaveNewDocumentOrShadowRoot(docOrShadow, aWatch, ref); in ResetToURIFragmentID()
131 void IDTracker::ResetWithID(Element& aFrom, nsAtom* aID, bool aWatch) { in ResetWithID() argument
134 if (aWatch) { in ResetWithID()
143 HaveNewDocumentOrShadowRoot(docOrShadow, aWatch, str); in ResetWithID()
147 bool aWatch, const nsString& aRef) { in HaveNewDocumentOrShadowRoot() argument
148 if (aWatch) { in HaveNewDocumentOrShadowRoot()
H A DIDTracker.h71 nsIReferrerInfo* aReferrerInfo, bool aWatch = true,
83 void ResetWithID(Element& aFrom, nsAtom* aID, bool aWatch = true);
111 void HaveNewDocumentOrShadowRoot(DocumentOrShadowRoot*, bool aWatch,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DIDTracker.cpp60 bool aWatch, bool aReferenceImage) { in ResetToURIFragmentID() argument
108 if (!load || !aWatch) { in ResetToURIFragmentID()
123 if (aWatch) { in ResetToURIFragmentID()
128 HaveNewDocumentOrShadowRoot(docOrShadow, aWatch, ref); in ResetToURIFragmentID()
131 void IDTracker::ResetWithID(Element& aFrom, nsAtom* aID, bool aWatch) { in ResetWithID() argument
134 if (aWatch) { in ResetWithID()
143 HaveNewDocumentOrShadowRoot(docOrShadow, aWatch, str); in ResetWithID()
147 bool aWatch, const nsString& aRef) { in HaveNewDocumentOrShadowRoot() argument
148 if (aWatch) { in HaveNewDocumentOrShadowRoot()
H A DIDTracker.h71 nsIReferrerInfo* aReferrerInfo, bool aWatch = true,
83 void ResetWithID(Element& aFrom, nsAtom* aID, bool aWatch = true);
111 void HaveNewDocumentOrShadowRoot(DocumentOrShadowRoot*, bool aWatch,
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dhash.c459 aWatch *anptr; in count_watch_memory()
486 aWatch *anptr; in add_to_watch_hash_table()
494 if ((anptr = (aWatch *)watchTable[hashv])) in add_to_watch_hash_table()
500 anptr = (aWatch *)MyMalloc(sizeof(aWatch)+strlen(nick)); in add_to_watch_hash_table()
539 aWatch *anptr; in hash_check_watch()
551 if ((anptr = (aWatch *)watchTable[hashv])) in hash_check_watch()
611 aWatch *hash_get_watch(char *name) in hash_get_watch()
614 aWatch *anptr; in hash_get_watch()
632 aWatch *anptr, *nlast = NULL; in del_from_watch_hash_table()
709 aWatch *anptr; in hash_del_watch_list()
[all …]
/dports/finance/xtrader/xtrader-0.99.9_10/util/
H A DMHDebug.cpp36 aWatch = false; in MHDebug()
45 if (*s == *aName) aWatch = true; in MHDebug()
51 if (aWatch == true && aaTrace == true) { in MHDebug()
64 if (aWatch == true && aaTrace == true) { in ~MHDebug()
95 if (aWatch == true && aaLogStuff == true) { in Log()
H A DMHDebug.h78 bool aWatch; variable
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_watch.c218 aWatch *anptr; in CMD_FUNC()
H A Dm_stats.c985 (long)(sizeof(aWatch *) * WATCHHASHSIZE)); in stats_mem()
1004 tot += sizeof(aWatch *) * WATCHHASHSIZE; in stats_mem()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h131 typedef struct Watch aWatch; typedef
1601 aWatch *hnext;
1616 aWatch *wptr;
H A Dh.h410 extern aWatch *hash_get_watch(char *);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltab.cxx4938 FrameDeleteWatch aWatch(pObjectFormat); in DeleteSection() local
4948 if (aWatch.WasDeleted()) in DeleteSection()
4951 aWatch.EndListeningAll(); in DeleteSection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltab.cxx4970 FrameDeleteWatch aWatch(pObjectFormat); in DeleteSection() local
4980 if (aWatch.WasDeleted()) in DeleteSection()
4983 aWatch.EndListeningAll(); in DeleteSection()