/third_party/node/src/ |
D | node_perf.cc | 114 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()
|
D | node_perf_common.h | 67 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/ |
D | SkSGNode.cpp | 67 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/ |
D | SkSGNode.cpp | 67 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/ |
D | message_loop_task_queues.cc | 168 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()
|
D | message_loop_impl.cc | 126 std::vector<fml::closure> observers = in FlushTasks() local 128 for (const auto& observer : observers) { in FlushTasks()
|
D | message_loop_task_queues_unittests.cc | 86 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/ |
D | VertexArrayImpl.h | 48 void setContentsObservers(gl::VertexArrayBufferContentsObservers *observers) in setContentsObservers() argument 50 mContentsObservers = observers; in setContentsObservers()
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | tab_view.dart | 80 /// 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,
|
D | app.dart | 233 // observers) until after the new one has been created (because the
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | navigator.dart | 770 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 …]
|
D | binding.dart | 387 /// 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
|
D | app.dart | 235 /// 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/ |
D | README.md | 138 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/ |
D | perf_hooks.js | 89 const observers = {}; constant 539 let list = observers[type]; 541 list = observers[type] = {};
|
/third_party/cef/libcef/browser/extensions/ |
D | extensions_api_client.h | 38 observers,
|
D | extensions_api_client.cc | 69 observers, in AddAdditionalValueStoreCaches()
|
D | extensions_browser_client.h | 74 std::vector<EarlyExtensionPrefsObserver*>* observers) const override;
|
D | extensions_browser_client.cc | 212 std::vector<EarlyExtensionPrefsObserver*>* observers) const {} in GetEarlyExtensionPrefsObservers()
|
/third_party/cef/patch/patches/ |
D | extensions_1947.patch | 117 + // Set up web contents observers and pref observers.
|
/third_party/cef/tests/shared/browser/ |
D | main_message_loop_external_pump_mac.mm | 117 // Let default runloop observers run.
|
/third_party/libcoap/ |
D | coap_config.h.contiki | 105 * confirmable message is sent to detect if observers are alive. The
|
/third_party/curl/ |
D | backport-CVE-2023-27535-pre1.patch | 8 match/non-match info to observers based on how fast it is.
|
/third_party/node/doc/api/ |
D | globals.md | 67 The `AbortSignal` is used to notify observers when the
|
/third_party/freetype/docs/reference/assets/javascripts/ |
D | bundle.82b56eb2.min.js | 27 …observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r)…
|