OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebInspectorFrontendClient
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebKit/mac/WebInspector/
WebInspectorFrontend.h
26
class
WebInspectorFrontendClient
;
30
WebInspectorFrontendClient
*m_frontendClient;
32
- (id)initWithFrontendClient:(
WebInspectorFrontendClient
*)frontendClient;
WebInspectorFrontend.mm
32
- (id)initWithFrontendClient:(
WebInspectorFrontendClient
*)frontendClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebInspectorFrontendClient.cpp
27
#include "
WebInspectorFrontendClient
.h"
41
WebInspectorFrontendClient
::
WebInspectorFrontendClient
(WebPage* page, WebPage* inspectorPage)
47
void
WebInspectorFrontendClient
::frontendLoaded()
54
String
WebInspectorFrontendClient
::localizedStringsURL()
59
String
WebInspectorFrontendClient
::hiddenPanels()
65
void
WebInspectorFrontendClient
::bringToFront()
70
void
WebInspectorFrontendClient
::closeWindow()
75
void
WebInspectorFrontendClient
::disconnectFromBackend()
80
void
WebInspectorFrontendClient
::attachWindow(
[
all
...]
WebInspectorFrontendClient.h
37
class
WebInspectorFrontendClient
: public WebCore::InspectorFrontendClientLocal {
39
WebInspectorFrontendClient
(WebPage* page, WebPage* inspectorPage);
WebInspectorClient.cpp
31
#include "
WebInspectorFrontendClient
.h"
54
inspectorPage->corePage()->inspectorController()->setInspectorFrontendClient(adoptPtr(new
WebInspectorFrontendClient
(m_page, inspectorPage)));
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp
174
WebInspectorFrontendClient
* frontendClient = new
WebInspectorFrontendClient
(m_inspectedWebView, m_inspectedWebViewHwnd, frontendHwnd, frontendWebView, frontendWebViewHwnd, this, createFrontendSettings());
207
WebInspectorFrontendClient
::
WebInspectorFrontendClient
(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr<WebView>& frontendWebView, HWND frontendWebViewHwnd, WebInspectorClient* inspectorClient, PassOwnPtr<Settings> settings)
225
WebInspectorFrontendClient
::~
WebInspectorFrontendClient
()
230
void
WebInspectorFrontendClient
::frontendLoaded()
237
String
WebInspectorFrontendClient
::localizedStringsURL()
246
String
WebInspectorFrontendClient
::hiddenPanels()
252
void
WebInspectorFrontendClient
::bringToFront(
[
all
...]
WebInspectorClient.h
95
class
WebInspectorFrontendClient
: public WebCore::InspectorFrontendClientLocal, WebCore::WindowMessageListener {
97
WebInspectorFrontendClient
(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr<WebView>& frotnendWebView, HWND frontendWebViewHwnd, WebInspectorClient*, WTF::PassOwnPtr<Settings>);
118
~
WebInspectorFrontendClient
();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm
54
WebInspectorFrontendClient
* _frontendClient;
66
- (void)setFrontendClient:(
WebInspectorFrontendClient
*)frontendClient;
94
OwnPtr<
WebInspectorFrontendClient
> frontendClient = adoptPtr(new
WebInspectorFrontendClient
(m_webView, windowController.get(), inspectorController, m_frontendPage, createFrontendSettings()));
110
WebInspectorFrontendClient
::
WebInspectorFrontendClient
(WebView* inspectedWebView, WebInspectorWindowController* windowController, InspectorController* inspectorController, Page* frontendPage, WTF::PassOwnPtr<Settings> settings)
118
void
WebInspectorFrontendClient
::frontendLoaded()
137
String
WebInspectorFrontendClient
::localizedStringsURL()
145
String
WebInspectorFrontendClient
::hiddenPanels()
153
void
WebInspectorFrontendClient
::bringToFront(
[
all
...]
WebInspectorClient.h
86
class
WebInspectorFrontendClient
: public WebCore::InspectorFrontendClientLocal {
88
WebInspectorFrontendClient
(WebView*, WebInspectorWindowController*, WebCore::InspectorController*, WebCore::Page*, WTF::PassOwnPtr<Settings>);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
WebInspector.h
64
friend class
WebInspectorFrontendClient
;
73
// Called from
WebInspectorFrontendClient
Completed in 108 milliseconds