Searched refs:tasksNeedSuspension (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DNullExecutionContext.h30 virtual bool tasksNeedSuspension() OVERRIDE { return m_tasksNeedSuspension; }
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMainThreadTaskRunner.cpp94 if (!isInspectorTask && (m_context->tasksNeedSuspension() || !m_pendingTasks.isEmpty())) {
H A DExecutionContext.h105 virtual bool tasksNeedSuspension() { return false; } function in class:blink::ExecutionContext
H A DDocument.h858 virtual bool tasksNeedSuspension() OVERRIDE FINAL;
H A DDocument.cpp5078 // FIXME: suspendScheduledTasks(), resumeScheduledTasks(), tasksNeedSuspension()
5092 bool Document::tasksNeedSuspension() function in class:blink::Document

Completed in 1123 milliseconds