Home
last modified time | relevance | path

Searched refs:is_async_promise_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/devtools/
Ddevtools_protocol.h87 bool is_async_promise() { return is_async_promise_; } in is_async_promise()
102 bool is_async_promise_; variable
Ddevtools_protocol.cc90 promise->is_async_promise_ = true; in AsyncResponsePromise()
129 is_async_promise_(false) { in Response()
138 is_async_promise_(false) { in Response()