Lines Matching full:hresult
68 HRESULT STDMETHODCALLTYPE WebInspector::QueryInterface(REFIID riid, void** ppvObject)
98 HRESULT STDMETHODCALLTYPE WebInspector::show()
107 HRESULT STDMETHODCALLTYPE WebInspector::showConsole()
116 HRESULT STDMETHODCALLTYPE WebInspector::unused1()
121 HRESULT STDMETHODCALLTYPE WebInspector::close()
130 HRESULT STDMETHODCALLTYPE WebInspector::attach()
135 HRESULT STDMETHODCALLTYPE WebInspector::detach()
140 HRESULT STDMETHODCALLTYPE WebInspector::isDebuggingJavaScript(BOOL* isDebugging)
158 HRESULT STDMETHODCALLTYPE WebInspector::toggleDebuggingJavaScript()
177 HRESULT STDMETHODCALLTYPE WebInspector::isProfilingJavaScript(BOOL* isProfiling)
195 HRESULT STDMETHODCALLTYPE WebInspector::toggleProfilingJavaScript()
214 HRESULT STDMETHODCALLTYPE WebInspector::isJavaScriptProfilingEnabled(BOOL* isProfilingEnabled)
232 HRESULT STDMETHODCALLTYPE WebInspector::setJavaScriptProfilingEnabled(BOOL enabled)
249 HRESULT STDMETHODCALLTYPE WebInspector::evaluateInFrontend(ULONG callId, BSTR bScript)
263 HRESULT STDMETHODCALLTYPE WebInspector::isTimelineProfilingEnabled(BOOL* isEnabled)
281 HRESULT STDMETHODCALLTYPE WebInspector::setTimelineProfilingEnabled(BOOL enabled)