OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebInspectorFrontendClient
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebInspectorFrontendClient.h
37
class
WebInspectorFrontendClient
: public WebCore::InspectorFrontendClientLocal {
39
WebInspectorFrontendClient
(WebPage* page, WebPage* inspectorPage);
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
...]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.h
86
class
WebInspectorFrontendClient
: public WebCore::InspectorFrontendClientLocal {
88
WebInspectorFrontendClient
(WebView*, WebInspectorWindowController*, WebCore::InspectorController*, WebCore::Page*, WTF::PassOwnPtr<Settings>);
/external/webkit/Source/WebKit/win/WebCoreSupport/
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
();
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
...]
Completed in 46 milliseconds