Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentationCustomInl.h38 bool isDebuggerPausedImpl(InstrumentingAgents*);
51 return isDebuggerPausedImpl(instrumentingAgents); in isDebuggerPaused()
DInspectorInstrumentation.cpp91 bool isDebuggerPausedImpl(InstrumentingAgents* instrumentingAgents) in isDebuggerPausedImpl() function