Home
last modified time | relevance | path

Searched refs:in_dispatch_ (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/custom/
H A Dv0_custom_element_microtask_queue_base.cc12 CHECK(!in_dispatch_); in Dispatch()
13 in_dispatch_ = true; in Dispatch()
15 in_dispatch_ = false; in Dispatch()
H A Dv0_custom_element_microtask_queue_base.h30 V0CustomElementMicrotaskQueueBase() : in_dispatch_(false) {} in V0CustomElementMicrotaskQueueBase()
34 bool in_dispatch_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/custom/
H A Dv0_custom_element_microtask_queue_base.cc12 CHECK(!in_dispatch_); in Dispatch()
13 in_dispatch_ = true; in Dispatch()
15 in_dispatch_ = false; in Dispatch()
H A Dv0_custom_element_microtask_queue_base.h30 V0CustomElementMicrotaskQueueBase() : in_dispatch_(false) {} in V0CustomElementMicrotaskQueueBase()
34 bool in_dispatch_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/devtools/protocol/
H A Ddevtools_protocol_test_support.cc42 in_dispatch_ = false; in DispatchProtocolMessage()
67 in_dispatch_ = true; in SendCommand()
79 if (in_dispatch_ && synchronous) in SendCommand()
81 in_dispatch_ = false; in SendCommand()
H A Ddevtools_protocol_test_support.h69 bool in_dispatch_ = false; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/
H A Ddevtools_protocol_test_support.cc32 in_dispatch_(false), in DevToolsProtocolTest()
56 in_dispatch_ = true; in SendSessionCommand()
71 if (in_dispatch_ && wait) { in SendSessionCommand()
73 in_dispatch_ = false; in SendSessionCommand()
76 in_dispatch_ = false; in SendSessionCommand()
250 in_dispatch_ = false; in DispatchProtocolMessage()
H A Ddevtools_protocol_test_support.h153 bool in_dispatch_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/
H A Ddevtools_protocol_test_support.cc32 in_dispatch_(false), in DevToolsProtocolTest()
56 in_dispatch_ = true; in SendSessionCommand()
71 if (in_dispatch_ && wait) { in SendSessionCommand()
73 in_dispatch_ = false; in SendSessionCommand()
76 in_dispatch_ = false; in SendSessionCommand()
250 in_dispatch_ = false; in DispatchProtocolMessage()
H A Ddevtools_protocol_test_support.h153 bool in_dispatch_; variable