Searched refs:m_frontendClient (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/WebInspector/
H A DWebInspectorFrontend.mm40 m_frontendClient = frontendClient;
46 m_frontendClient->attachWindow(InspectorFrontendClient::DOCKED_TO_BOTTOM);
51 m_frontendClient->detachWindow();
56 return m_frontendClient->isDebuggingEnabled();
61 m_frontendClient->setDebuggingEnabled(enabled);
66 return m_frontendClient->isProfilingJavaScript();
71 m_frontendClient->startProfilingJavaScript();
76 m_frontendClient->stopProfilingJavaScript();
81 return m_frontendClient->isTimelineProfilingEnabled();
86 m_frontendClient
[all...]
H A DWebInspectorFrontend.h30 WebInspectorFrontendClient *m_frontendClient; variable
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebInspector.cpp57 , m_frontendClient(nullptr)
75 ASSERT(!m_frontendClient);
94 m_frontendClient = frontendClient.get();
105 ASSERT(!m_frontendClient);
124 m_frontendClient = frontendClient.get();
132 m_frontendClient = nullptr;
218 if (m_frontendClient)
219 m_frontendClient->setAttachedWindow(InspectorFrontendClient::DOCKED_TO_BOTTOM);
224 if (m_frontendClient)
225 m_frontendClient
[all...]
H A DWebInspector.h124 WebInspectorFrontendClient* m_frontendClient; member in class:WebKit::WebInspector
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorClient.h78 WebInspectorFrontendClient* frontendClient() { return m_frontendClient; }
88 WebInspectorFrontendClient* m_frontendClient; member in class:WebInspectorClient
H A DWebInspectorClient.cpp71 , m_frontendClient(0)
175 m_frontendClient = frontendClient.get();
183 if (m_frontendClient)
184 m_frontendClient->destroyInspectorView(false);
189 m_frontendClient->bringToFront();
222 m_frontendClient = 0;
/macosx-10.10/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebInspectorClientIOS.mm49 , m_frontendClient(0)
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebInspectorClient.mm137 , m_frontendClient(0)
154 m_frontendClient = frontendClient.get();
163 if (m_frontendClient)
164 m_frontendClient->disconnectFromBackend();
169 m_frontendClient->bringToFront();
174 if (m_frontendClient)
175 m_frontendClient->attachAvailabilityChanged(m_frontendClient->canAttachWindow() && !inspectorAttachDisabled());
202 m_frontendClient = 0;
H A DWebInspectorClient.h99 WebInspectorFrontendClient* m_frontendClient; member in class:WebInspectorClient

Completed in 191 milliseconds