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

  /external/webkit/Source/WebCore/inspector/
InspectorFrontendHost.cpp 61 static PassRefPtr<FrontendMenuProvider> create(InspectorFrontendHost* frontendHost, ScriptObject webInspector, const Vector<ContextMenuItem*>& items)
63 return adoptRef(new FrontendMenuProvider(frontendHost, webInspector, items));
73 FrontendMenuProvider(InspectorFrontendHost* frontendHost, ScriptObject webInspector, const Vector<ContextMenuItem*>& items)
74 : m_frontendHost(frontendHost)
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8InspectorFrontendHostCustom.cpp 106 InspectorFrontendHost* frontendHost = V8InspectorFrontendHost::toNative(args.Holder());
107 frontendHost->showContextMenu(event, items);

Completed in 93 milliseconds