HomeSort by relevance Sort by last modified time
    Searched defs:InspectorFrontendHost (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.h 45 class InspectorFrontendHost : public RefCounted<InspectorFrontendHost>, public ScriptWrappable {
47 static PassRefPtr<InspectorFrontendHost> create(InspectorFrontendClient* client, Page* frontendPage)
49 return adoptRef(new InspectorFrontendHost(client, frontendPage));
52 ~InspectorFrontendHost();
76 InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage);
InspectorFrontendHost.cpp 31 #include "core/inspector/InspectorFrontendHost.h"
58 static PassRefPtr<FrontendMenuProvider> create(InspectorFrontendHost* frontendHost, ScriptValue frontendApiObject, const Vector<ContextMenuItem>& items)
70 FrontendMenuProvider(InspectorFrontendHost* frontendHost, ScriptValue frontendApiObject, const Vector<ContextMenuItem>& items)
111 InspectorFrontendHost* m_frontendHost;
116 InspectorFrontendHost::InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage)
124 InspectorFrontendHost::~InspectorFrontendHost()
129 void InspectorFrontendHost::disconnectClient()
137 void InspectorFrontendHost::setZoomFactor(float zoom
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SoftContextMenu.js 379 if (!InspectorFrontendHost.showContextMenu) {
381 InspectorFrontendHost.showContextMenu = function(event, items)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 200 InspectorFrontendHost.isUnderTest = function() {}
254 var InspectorFrontendHost;
255 InspectorFrontendHost.embedderMessageAck = function(id, error) {}

Completed in 385 milliseconds