Home
last modified time | relevance | path

Searched defs:IsObserving (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dscoped_observation.h75 bool IsObserving() const { return source_ != nullptr; } in IsObserving() function
H A Dscoped_observer.h75 bool IsObserving(Source* source) const { in IsObserving() function
H A Dscoped_observation_unittest.cc80 TEST(ScopedObservationTest, IsObserving) { in TEST() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dscoped_observer.h71 bool IsObserving(Source* source) const { in IsObserving() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DDebugAPI.h181 enum IsObserving { NotObserving = 0, Observing = 1 }; enum
/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DDebugAPI.h185 enum IsObserving { NotObserving = 0, Observing = 1 }; enum
/dports/www/firefox/firefox-99.0/js/src/debugger/
H A DDebugAPI.h186 enum IsObserving { NotObserving = 0, Observing = 1 }; enum
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DDebugAPI.h185 enum IsObserving { NotObserving = 0, Observing = 1 }; enum
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DObserver.cpp26 bool Observable::IsObserving(const Observer &obs) const in IsObserving() function in Observable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/netinfo/
H A Dnetwork_information.cc73 bool NetworkInformation::IsObserving() const { in IsObserving() function in blink::NetworkInformation
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/netinfo/
H A Dnetwork_information.cc81 bool NetworkInformation::IsObserving() const { in IsObserving() function in blink::NetworkInformation
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DIMEContentObserver.h388 bool IsObserving() const { return mDocument != nullptr; } in IsObserving() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DIMEContentObserver.h395 bool IsObserving() const { return mDocument != nullptr; } in IsObserving() function
/dports/www/firefox/firefox-99.0/dom/events/
H A DIMEContentObserver.h394 bool IsObserving() const { return mDocument != nullptr; } in IsObserving() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DIMEContentObserver.h388 bool IsObserving() const { return mDocument != nullptr; } in IsObserving() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DIMEContentObserver.h398 bool IsObserving() const { return mDocument != nullptr; } in IsObserving() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DDebugger.h252 enum IsObserving { enum