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

/macosx-10.9.5/WebKit-7537.78.2/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.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebInspector.cpp57 , m_frontendClient(0)
76 ASSERT(!m_frontendClient);
95 m_frontendClient = frontendClient.get();
103 m_frontendClient = 0;
189 if (m_frontendClient)
190 m_frontendClient->setAttachedWindow(InspectorFrontendClient::DOCKED_TO_BOTTOM);
195 if (m_frontendClient)
196 m_frontendClient->setAttachedWindow(InspectorFrontendClient::DOCKED_TO_RIGHT);
201 if (m_frontendClient)
202 m_frontendClient
[all...]
H A DWebInspector.h131 WebInspectorFrontendClient* m_frontendClient; member in class:WebKit::WebInspector
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DInspectorClientEfl.cpp69 , m_frontendClient(0)
75 if (m_frontendClient) {
76 m_frontendClient->disconnectInspectorClient();
77 m_frontendClient = 0;
101 m_frontendClient = frontendClient.get();
111 if (m_frontendClient)
112 m_frontendClient->destroyInspectorWindow(false);
117 m_frontendClient->bringToFront();
139 m_frontendClient = 0;
H A DInspectorClientEfl.h68 InspectorFrontendClientEfl* m_frontendClient; member in class:WebCore::InspectorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DInspectorClientGtk.cpp69 , m_frontendClient(0)
74 if (m_frontendClient) {
75 m_frontendClient->disconnectInspectorClient();
76 m_frontendClient = 0;
115 m_frontendClient = frontendClient.get();
126 if (m_frontendClient)
127 m_frontendClient->destroyInspectorWindow(false);
132 m_frontendClient->bringToFront();
138 m_frontendClient = 0;
H A DInspectorClientGtk.h54 void disconnectFrontendClient() { m_frontendClient = 0; }
73 InspectorFrontendClient* m_frontendClient; member in class:WebKit::InspectorClient
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DInspectorClientQt.cpp141 , m_frontendClient(0)
199 m_frontendClient = frontendClient.get();
213 if (m_frontendClient)
214 m_frontendClient->inspectorClientDestroyed();
221 m_frontendClient->bringToFront();
228 m_frontendClient = 0;
H A DInspectorClientQt.h75 InspectorFrontendClientQt* m_frontendClient; member in class:WebCore::InspectorClientQt
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebInspectorClient.h78 WebInspectorFrontendClient* frontendClient() { return m_frontendClient; }
88 WebInspectorFrontendClient* m_frontendClient; member in class:WebInspectorClient
H A DWebInspectorClient.cpp70 , m_frontendClient(0)
174 m_frontendClient = frontendClient.get();
182 if (m_frontendClient)
183 m_frontendClient->destroyInspectorView(false);
188 m_frontendClient->bringToFront();
221 m_frontendClient = 0;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebInspectorClient.mm131 , m_frontendClient(0)
148 m_frontendClient = frontendClient.get();
157 if (m_frontendClient)
158 m_frontendClient->disconnectFromBackend();
163 m_frontendClient->bringToFront();
168 if (m_frontendClient)
169 m_frontendClient->attachAvailabilityChanged(m_frontendClient->canAttachWindow() && !inspectorAttachDisabled());
184 m_frontendClient = 0;
H A DWebInspectorClient.h90 WebInspectorFrontendClient* m_frontendClient; member in class:WebInspectorClient

Completed in 344 milliseconds