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 47 class InspectorFrontendHost : public RefCounted<InspectorFrontendHost>, public ScriptWrappable {
49 static PassRefPtr<InspectorFrontendHost> create(InspectorFrontendClient* client, Page* frontendPage)
51 return adoptRef(new InspectorFrontendHost(client, frontendPage));
54 ~InspectorFrontendHost();
102 InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage);
InspectorFrontendHost.cpp 31 #include "core/inspector/InspectorFrontendHost.h"
56 static PassRefPtr<FrontendMenuProvider> create(InspectorFrontendHost* frontendHost, ScriptObject frontendApiObject, const Vector<ContextMenuItem>& items)
68 FrontendMenuProvider(InspectorFrontendHost* frontendHost, ScriptObject frontendApiObject, const Vector<ContextMenuItem>& items)
109 InspectorFrontendHost* m_frontendHost;
114 InspectorFrontendHost::InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage)
122 InspectorFrontendHost::~InspectorFrontendHost()
127 void InspectorFrontendHost::disconnectClient()
135 void InspectorFrontendHost::loaded(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SoftContextMenu.js 392 if (!InspectorFrontendHost.showContextMenu) {
394 InspectorFrontendHost.showContextMenu = function(event, items)
externs.js 239 var InspectorFrontendHost;

Completed in 75 milliseconds