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

  /external/webkit/Source/WebCore/inspector/
PageDebuggerAgent.cpp 40 PassOwnPtr<PageDebuggerAgent> PageDebuggerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorState* inspectorState, Page* inspectedPage, InjectedScriptManager* injectedScriptManager)
42 return adoptPtr(new PageDebuggerAgent(instrumentingAgents, inspectorState, inspectedPage, injectedScriptManager));
45 PageDebuggerAgent::PageDebuggerAgent(InstrumentingAgents* instrumentingAgents, InspectorState* inspectorState, Page* inspectedPage, InjectedScriptManager* injectedScriptManager)
47 , m_inspectedPage(inspectedPage)
InspectorFrontendClientLocal.cpp 113 unsigned inspectedPageHeight = m_inspectorController->inspectedPage()->mainFrame()->view()->visibleHeight();
121 unsigned totalHeight = m_frontendPage->mainFrame()->view()->visibleHeight() + m_inspectorController->inspectedPage()->mainFrame()->view()->visibleHeight();
148 unsigned inspectedPageHeight = m_inspectorController->inspectedPage()->mainFrame()->view()->visibleHeight();
InspectorApplicationCacheAgent.cpp 45 InspectorApplicationCacheAgent::InspectorApplicationCacheAgent(InstrumentingAgents* instrumentingAgents, Page* inspectedPage)
47 , m_inspectedPage(inspectedPage)
InspectorController.h 62 Page* inspectedPage() const;
InspectorPageAgent.cpp 56 PassOwnPtr<InspectorPageAgent> InspectorPageAgent::create(InstrumentingAgents* instrumentingAgents, Page* inspectedPage, InjectedScriptManager* injectedScriptManager)
58 return adoptPtr(new InspectorPageAgent(instrumentingAgents, inspectedPage, injectedScriptManager));
61 InspectorPageAgent::InspectorPageAgent(InstrumentingAgents* instrumentingAgents, Page* inspectedPage, InjectedScriptManager* injectedScriptManager)
63 , m_inspectedPage(inspectedPage)
InspectorProfilerAgent.cpp 66 PassOwnPtr<InspectorProfilerAgent> InspectorProfilerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorConsoleAgent* consoleAgent, Page* inspectedPage, InspectorState* inspectorState)
68 return adoptPtr(new InspectorProfilerAgent(instrumentingAgents, consoleAgent, inspectedPage, inspectorState));
71 InspectorProfilerAgent::InspectorProfilerAgent(InstrumentingAgents* instrumentingAgents, InspectorConsoleAgent* consoleAgent, Page* inspectedPage, InspectorState* inspectorState)
74 , m_inspectedPage(inspectedPage)
InspectorController.cpp 87 if (m_inspectorFrontendClient && frame == m_inspectorAgent->inspectedPage()->mainFrame())
231 Page* InspectorController::inspectedPage() const
233 return m_inspectorAgent->inspectedPage();
InspectorAgent.h 107 Page* inspectedPage() const { return m_inspectedPage; }
InspectorDOMAgent.cpp 260 InspectorDOMAgent::InspectorDOMAgent(InstrumentingAgents* instrumentingAgents, Page* inspectedPage, InspectorClient* client, InspectorState* inspectorState, InjectedScriptManager* injectedScriptManager)
262 , m_inspectedPage(inspectedPage)
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 463 if (Page* inspectedPage = [_inspectedWebView page])
464 inspectedPage->inspectorController()->disconnectFrontend();

Completed in 602 milliseconds