Home
last modified time | relevance | path

Searched refs:isDebugging (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebInspector.cpp140 HRESULT STDMETHODCALLTYPE WebInspector::isDebuggingJavaScript(BOOL* isDebugging) in isDebuggingJavaScript() argument
142 if (!isDebugging) in isDebuggingJavaScript()
145 *isDebugging = FALSE; in isDebuggingJavaScript()
154 *isDebugging = page->inspectorController()->debuggerEnabled(); in isDebuggingJavaScript()
DWebInspector.h55 virtual HRESULT STDMETHODCALLTYPE isDebuggingJavaScript(BOOL* isDebugging);
/external/webkit/Source/WebKit/win/Interfaces/
DIWebInspector.idl49 HRESULT isDebuggingJavaScript(BOOL* isDebugging);