OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frontendClient
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/mac/WebInspector/
WebInspectorFrontend.mm
32
- (id)initWithFrontendClient:(WebInspectorFrontendClient *)
frontendClient
37
m_frontendClient =
frontendClient
;
WebInspectorFrontend.h
32
- (id)initWithFrontendClient:(WebInspectorFrontendClient *)
frontendClient
;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm
66
- (void)setFrontendClient:(WebInspectorFrontendClient*)
frontendClient
;
94
OwnPtr<WebInspectorFrontendClient>
frontendClient
= adoptPtr(new WebInspectorFrontendClient(m_webView, windowController.get(), inspectorController, m_frontendPage, createFrontendSettings()));
95
RetainPtr<WebInspectorFrontend> webInspectorFrontend(AdoptNS, [[WebInspectorFrontend alloc] initWithFrontendClient:
frontendClient
.get()]);
97
m_frontendPage->inspectorController()->setInspectorFrontendClient(
frontendClient
.release());
418
- (void)setFrontendClient:(WebInspectorFrontendClient*)
frontendClient
420
_frontendClient =
frontendClient
;
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp
174
WebInspectorFrontendClient*
frontendClient
= new WebInspectorFrontendClient(m_inspectedWebView, m_inspectedWebViewHwnd, frontendHwnd, frontendWebView, frontendWebViewHwnd, this, createFrontendSettings());
175
m_frontendPage->inspectorController()->setInspectorFrontendClient(
frontendClient
);
Completed in 37 milliseconds