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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.h 45 class InspectorOverlay;
57 static PassOwnPtr<InspectorProfilerAgent> create(InjectedScriptManager*, InspectorOverlay*);
79 InspectorProfilerAgent(InjectedScriptManager*, InspectorOverlay*);
95 InspectorOverlay* m_overlay;
PageDebuggerAgent.h 41 class InspectorOverlay;
53 static PassOwnPtr<PageDebuggerAgent> create(PageScriptDebugServer*, InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*);
79 PageDebuggerAgent(PageScriptDebugServer*, InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*);
82 InspectorOverlay* m_overlay;
InspectorOverlay.h 110 class InspectorOverlay {
113 static PassOwnPtr<InspectorOverlay> create(Page* page, InspectorClient* client)
115 return adoptPtr(new InspectorOverlay(page, client));
118 ~InspectorOverlay();
151 InspectorOverlay(Page*, InspectorClient*);
164 void onTimer(Timer<InspectorOverlay>*);
181 Timer<InspectorOverlay> m_timer;
InspectorOverlay.cpp 30 #include "core/inspector/InspectorOverlay.h"
73 InspectorOverlayChromeClient(ChromeClient& client, InspectorOverlay* overlay)
100 InspectorOverlay* m_overlay;
251 InspectorOverlay::InspectorOverlay(Page* page, InspectorClient* client)
259 , m_timer(this, &InspectorOverlay::onTimer)
264 InspectorOverlay::~InspectorOverlay()
269 void InspectorOverlay::paint(GraphicsContext& context)
279 void InspectorOverlay::invalidate(
    [all...]
InspectorController.h 60 class InspectorOverlay;
145 OwnPtr<InspectorOverlay> m_overlay;
PageDebuggerAgent.cpp 39 #include "core/inspector/InspectorOverlay.h"
47 PassOwnPtr<PageDebuggerAgent> PageDebuggerAgent::create(PageScriptDebugServer* pageScriptDebugServer, InspectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay)
52 PageDebuggerAgent::PageDebuggerAgent(PageScriptDebugServer* pageScriptDebugServer, InspectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay)
InspectorPageAgent.h 52 class InspectorOverlay;
81 static PassOwnPtr<InspectorPageAgent> create(Page*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
171 InspectorPageAgent(Page*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
186 InspectorOverlay* m_overlay;
InspectorDOMAgent.h 58 class InspectorOverlay;
98 static PassOwnPtr<InspectorDOMAgent> create(InspectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay)
218 InspectorDOMAgent(InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*);
258 InspectorOverlay* m_overlay;
InspectorTimelineAgent.h 69 class InspectorOverlay;
118 InspectorOverlay* overlay, InspectorType type, InspectorClient* client)
234 InspectorTimelineAgent(InspectorPageAgent*, InspectorLayerTreeAgent*, InspectorOverlay*, InspectorType, InspectorClient*);
293 InspectorOverlay* m_overlay;
InspectorProfilerAgent.cpp 37 #include "core/inspector/InspectorOverlay.h"
86 PassOwnPtr<InspectorProfilerAgent> InspectorProfilerAgent::create(InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay)
91 InspectorProfilerAgent::InspectorProfilerAgent(InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay)
InspectorController.cpp 55 #include "core/inspector/InspectorOverlay.h"
77 , m_overlay(InspectorOverlay::create(page, inspectorClient))
86 InspectorOverlay* overlay = m_overlay.get();
150 InspectorOverlay* overlay = m_overlay.get();
InspectorPageAgent.cpp 64 #include "core/inspector/InspectorOverlay.h"
246 PassOwnPtr<InspectorPageAgent> InspectorPageAgent::create(Page* page, InjectedScriptManager* injectedScriptManager, InspectorClient* client, InspectorOverlay* overlay)
330 InspectorPageAgent::InspectorPageAgent(Page* page, InjectedScriptManager* injectedScriptManager, InspectorClient* client, InspectorOverlay* overlay)
    [all...]
InspectorTimelineAgent.cpp 46 #include "core/inspector/InspectorOverlay.h"
    [all...]
InspectorDOMAgent.cpp 68 #include "core/inspector/InspectorOverlay.h"
228 InspectorDOMAgent::InspectorDOMAgent(InspectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
    [all...]

Completed in 1337 milliseconds