Home
last modified time | relevance | path

Searched refs:should_pause (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-stack-trace-impl.cc133 bool should_pause) in V8StackTraceId() argument
134 : id(id), debugger_id(debugger_id), should_pause(should_pause) {} in V8StackTraceId()
158 if (!dict->getBoolean(kShouldPause, &should_pause)) return; in V8StackTraceId()
170 dict->setBoolean(kShouldPause, should_pause); in ToString()
Dv8-debugger.cc904 if (!parent.should_pause) return; in externalAsyncTaskStarted()
919 if (!parent.should_pause) return; in externalAsyncTaskFinished()
/external/pdfium/core/fpdfapi/render/
Dfpdf_progressive_render_embeddertest.cpp103 explicit FakePause(bool should_pause) : should_pause_(should_pause) { in FakePause() argument
/external/v8/include/
Dv8-inspector.h239 bool should_pause = false; member
245 bool should_pause);