Home
last modified time | relevance | path

Searched refs:observers (Results 1 – 25 of 39) sorted by relevance

12

/third_party/node/src/
Dnode_perf.cc114 AliasedUint32Array& observers = env->performance_state()->observers; in Notify() local
116 observers[type]) { in Notify()
237 AliasedUint32Array& observers = env->performance_state()->observers; in PerformanceGCCallback() local
238 if (observers[NODE_PERFORMANCE_ENTRY_TYPE_GC]) { in PerformanceGCCallback()
272 if (!state->observers[NODE_PERFORMANCE_ENTRY_TYPE_GC]) in MarkGarbageCollectionEnd()
359 AliasedUint32Array& observers = env->performance_state()->observers; in TimerFunctionCall() local
360 if (!observers[NODE_PERFORMANCE_ENTRY_TYPE_FUNCTION]) in TimerFunctionCall()
390 AliasedUint32Array& observers = env->performance_state()->observers; in Notify() local
392 observers[entry_type]) { in Notify()
456 state->observers.GetJSArray()).Check(); in Initialize()
Dnode_perf_common.h67 observers( in PerformanceState()
69 offsetof(performance_state_internal, observers), in PerformanceState()
78 AliasedUint32Array observers; variable
89 uint32_t observers[NODE_PERFORMANCE_ENTRY_TYPE_INVALID]; member
/third_party/flutter/skia/modules/sksg/src/
DSkSGNode.cpp67 auto observers = new std::vector<Node*>(); in observeInval() local
68 observers->reserve(2); in observeInval()
69 observers->push_back(node->fInvalObserver); in observeInval()
71 node->fInvalObserverArray = observers; in observeInval()
/third_party/skia/modules/sksg/src/
DSkSGNode.cpp67 auto observers = new std::vector<Node*>(); in observeInval() local
68 observers->reserve(2); in observeInval()
69 observers->push_back(node->fInvalObserver); in observeInval()
71 node->fInvalObserverArray = observers; in observeInval()
/third_party/flutter/engine/flutter/fml/
Dmessage_loop_task_queues.cc168 std::vector<fml::closure> observers; in GetObserversToNotify() local
171 return observers; in GetObserversToNotify()
175 observers.push_back(observer.second); in GetObserversToNotify()
181 observers.push_back(observer.second); in GetObserversToNotify()
185 return observers; in GetObserversToNotify()
Dmessage_loop_impl.cc126 std::vector<fml::closure> observers = in FlushTasks() local
128 for (const auto& observer : observers) { in FlushTasks()
Dmessage_loop_task_queues_unittests.cc86 std::vector<fml::closure> observers = in TestNotifyObservers() local
88 for (const auto& observer : observers) { in TestNotifyObservers()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DVertexArrayImpl.h48 void setContentsObservers(gl::VertexArrayBufferContentsObservers *observers) in setContentsObservers() argument
50 mContentsObservers = observers; in setContentsObservers()
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dtab_view.dart80 /// must also be changed, since the previous observers will be attached to the
123 /// The list of observers for the [Navigator] created in this tab view.
125 /// This list of observers is not shared with ancestor or descendant [Navigator]s.
166 observers: _navigatorObservers,
Dapp.dart233 // observers) until after the new one has been created (because the
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dnavigator.dart770 this.observers = const <NavigatorObserver>[],
801 /// A list of observers for this navigator.
802 final List<NavigatorObserver> observers;
821 /// [Navigator.observers], they will be notified as well (see
923 /// [Navigator.observers], they will be notified as well (see
978 /// [Navigator] has any [Navigator.observers], they will be notified as well
1040 /// [Navigator.observers], they will be notified as well (see
1083 /// [Navigator.observers], they will be notified as well (see
1124 /// [Navigator.observers], they will be notified as well (see
1174 /// [Route.didChangeNext]). If the [Navigator] has any [Navigator.observers],
[all …]
Dbinding.dart387 /// observers are notified when various application events occur,
407 /// observers).
411 /// * [addObserver], for the method that adds observers in the first place.
445 /// Calls [dispatchLocaleChanged] to notify the binding observers.
454 /// Notify all the observers that the locale has changed (using
467 /// Notify all the observers that the active set of [AccessibilityFeatures]
482 /// This first notifies the binding observers (using
506 /// This notifies the binding observers (using
542 /// Notifies all the observers using
Dapp.dart235 /// must also be changed, since the previous observers will be attached to the
382 /// The list of observers for the [Navigator] created for this app.
384 /// This list must be replaced by a list of newly-created observers if the
1098 observers: widget.navigatorObservers,
/third_party/node/deps/npm/node_modules/asap/
DREADME.md138 The following browsers allow the use of [DOM mutation observers][] to access
144 [DOM mutation observers]: http://dom.spec.whatwg.org/#mutation-observers
154 In the absense of mutation observers, there are a few browsers, and situations
170 In the absense of mutation observers, these browsers and the following browsers
/third_party/node/lib/
Dperf_hooks.js89 const observers = {}; constant
539 let list = observers[type];
541 list = observers[type] = {};
/third_party/cef/libcef/browser/extensions/
Dextensions_api_client.h38 observers,
Dextensions_api_client.cc69 observers, in AddAdditionalValueStoreCaches()
Dextensions_browser_client.h74 std::vector<EarlyExtensionPrefsObserver*>* observers) const override;
Dextensions_browser_client.cc212 std::vector<EarlyExtensionPrefsObserver*>* observers) const {} in GetEarlyExtensionPrefsObservers()
/third_party/cef/patch/patches/
Dextensions_1947.patch117 + // Set up web contents observers and pref observers.
/third_party/cef/tests/shared/browser/
Dmain_message_loop_external_pump_mac.mm117 // Let default runloop observers run.
/third_party/libcoap/
Dcoap_config.h.contiki105 * confirmable message is sent to detect if observers are alive. The
/third_party/curl/
Dbackport-CVE-2023-27535-pre1.patch8 match/non-match info to observers based on how fast it is.
/third_party/node/doc/api/
Dglobals.md67 The `AbortSignal` is used to notify observers when the
/third_party/freetype/docs/reference/assets/javascripts/
Dbundle.82b56eb2.min.js27observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r)…

12