HomeSort by relevance Sort by last modified time
    Searched refs:WebInspectorProxy (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebInspectorGtk.cpp 28 #include "WebInspectorProxy.h"
37 WebPageProxy* WebInspectorProxy::platformCreateInspectorPage()
43 void WebInspectorProxy::platformOpen()
48 void WebInspectorProxy::platformClose()
53 void WebInspectorProxy::platformInspectedURLChanged(const String&)
58 String WebInspectorProxy::inspectorPageURL() const
  /external/webkit/Source/WebKit2/UIProcess/qt/
WebInspectorProxyQt.cpp 27 #include "WebInspectorProxy.h"
36 WebPageProxy* WebInspectorProxy::platformCreateInspectorPage()
42 void WebInspectorProxy::platformOpen()
47 void WebInspectorProxy::platformClose()
52 void WebInspectorProxy::platformInspectedURLChanged(const String&)
57 String WebInspectorProxy::inspectorPageURL() const
  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.cpp 27 #include "WebInspectorProxy.h"
47 WebPageGroup* WebInspectorProxy::inspectorPageGroup()
53 WebInspectorProxy::WebInspectorProxy(WebPageProxy* page)
66 WebInspectorProxy::~WebInspectorProxy()
70 void WebInspectorProxy::invalidate()
84 void WebInspectorProxy::show()
92 void WebInspectorProxy::close()
100 void WebInspectorProxy::showConsole(
    [all...]
WebInspectorProxy.h 55 class WebInspectorProxy : public APIObject {
59 static PassRefPtr<WebInspectorProxy> create(WebPageProxy* page)
61 return adoptRef(new WebInspectorProxy(page));
64 ~WebInspectorProxy();
99 WebInspectorProxy(WebPageProxy* page);
108 // Implemented the platform WebInspectorProxy file
111 // Called by WebInspectorProxy messages
WebPageProxy.h 177 WebInspectorProxy* inspector();
729 RefPtr<WebInspectorProxy> m_inspector;
    [all...]
WebPageProxy.cpp 58 #include "WebInspectorProxy.h"
373 if (WebInspectorProxy::isInspectorPage(this))
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 27 #include "WebInspectorProxy.h"
47 bool WebInspectorProxy::registerInspectorViewWindowClass()
58 wcex.lpfnWndProc = WebInspectorProxy::InspectorViewWndProc;
60 wcex.cbWndExtra = sizeof(WebInspectorProxy*);
72 LRESULT CALLBACK WebInspectorProxy::InspectorViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
76 if (WebInspectorProxy* inspectorView = reinterpret_cast<WebInspectorProxy*>(longPtr))
82 // Associate the WebInspectorProxy with the window.
90 LRESULT WebInspectorProxy::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
119 LRESULT WebInspectorProxy::onSizeEvent(HWND, UINT, WPARAM, LPARAM, bool&
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebInspectorProxyMac.mm 27 #import "WebInspectorProxy.h"
49 WebInspectorProxy* _inspectorProxy; // Not retained to prevent cycles
52 - (id)initWithWebInspectorProxy:(WebInspectorProxy*)inspectorProxy;
58 - (id)initWithWebInspectorProxy:(WebInspectorProxy*)inspectorProxy
79 WebPageProxy* WebInspectorProxy::platformCreateInspectorPage()
92 void WebInspectorProxy::platformOpen()
125 void WebInspectorProxy::platformClose()
137 void WebInspectorProxy::platformInspectedURLChanged(const String& urlString)
143 String WebInspectorProxy::inspectorPageURL() const
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebInspector.cpp 62 if (!WebProcess::shared().connection()->sendSync(Messages::WebInspectorProxy::CreateInspectorPage(),
63 Messages::WebInspectorProxy::CreateInspectorPage::Reply(inspectorPageID, parameters),
81 WebProcess::shared().connection()->send(Messages::WebInspectorProxy::DidLoadInspectorPage(), m_page->pageID());
86 WebProcess::shared().connection()->send(Messages::WebInspectorProxy::DidClose(), m_page->pageID());
91 WebProcess::shared().connection()->send(Messages::WebInspectorProxy::InspectedURLChanged(urlString), m_page->pageID());
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKInspector.cpp 32 #include "WebInspectorProxy.h"
38 return toAPI(WebInspectorProxy::APIType);
WKAPICast.h 68 class WebInspectorProxy;
110 WK_ADD_API_MAPPING(WKInspectorRef, WebInspectorProxy)

Completed in 523 milliseconds