Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentationCustomInl.h47 inline bool isDebuggerPaused(Frame* frame) in isDebuggerPaused() function
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp201 … || !mainResourceLoader()->defersLoading() || InspectorInstrumentation::isDebuggerPaused(m_frame)); in mainReceivedError()
288 … ASSERT(!m_frame->page()->defersLoading() || InspectorInstrumentation::isDebuggerPaused(m_frame)); in finishedLoading()