Home
last modified time | relevance | path

Searched refs:InspectorOverlay (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp73 InspectorOverlayChromeClient(ChromeClient& client, InspectorOverlay* overlay) in InspectorOverlayChromeClient()
100 InspectorOverlay* m_overlay;
251 InspectorOverlay::InspectorOverlay(Page* page, InspectorClient* client) in InspectorOverlay() function in WebCore::InspectorOverlay
259 , m_timer(this, &InspectorOverlay::onTimer) in InspectorOverlay()
264 InspectorOverlay::~InspectorOverlay() in ~InspectorOverlay()
269 void InspectorOverlay::paint(GraphicsContext& context) in paint()
279 void InspectorOverlay::invalidate() in invalidate()
284 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event) in handleGestureEvent()
292 bool InspectorOverlay::handleMouseEvent(const PlatformMouseEvent& event) in handleMouseEvent()
317 bool InspectorOverlay::handleTouchEvent(const PlatformTouchEvent& event) in handleTouchEvent()
[all …]
DInspectorOverlay.h110 class InspectorOverlay {
113 static PassOwnPtr<InspectorOverlay> create(Page* page, InspectorClient* client) in create()
115 return adoptPtr(new InspectorOverlay(page, client)); in create()
118 ~InspectorOverlay();
151 InspectorOverlay(Page*, InspectorClient*);
164 void onTimer(Timer<InspectorOverlay>*);
181 Timer<InspectorOverlay> m_timer;
DPageDebuggerAgent.h41 class InspectorOverlay; variable
53 …nt> create(PageScriptDebugServer*, InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*);
79 …uggerAgent(PageScriptDebugServer*, InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*);
82 InspectorOverlay* m_overlay;
DInspectorProfilerAgent.h45 class InspectorOverlay; variable
57 static PassOwnPtr<InspectorProfilerAgent> create(InjectedScriptManager*, InspectorOverlay*);
79 InspectorProfilerAgent(InjectedScriptManager*, InspectorOverlay*);
95 InspectorOverlay* m_overlay;
DInspectorPageAgent.h52 class InspectorOverlay; variable
81 …Ptr<InspectorPageAgent> create(Page*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
171 InspectorPageAgent(Page*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
186 InspectorOverlay* m_overlay;
DPageDebuggerAgent.cpp47 …ectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) in create()
52 …ectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) in PageDebuggerAgent()
DInspectorTimelineAgent.h69 class InspectorOverlay; variable
118 InspectorOverlay* overlay, InspectorType type, InspectorClient* client) in create()
234 …InspectorTimelineAgent(InspectorPageAgent*, InspectorLayerTreeAgent*, InspectorOverlay*, Inspector…
293 InspectorOverlay* m_overlay;
DInspectorController.h60 class InspectorOverlay; variable
145 OwnPtr<InspectorOverlay> m_overlay;
DInspectorDOMAgent.h58 class InspectorOverlay; variable
98 …ectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) in create()
218 InspectorDOMAgent(InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*);
258 InspectorOverlay* m_overlay;
DInspectorController.cpp77 , m_overlay(InspectorOverlay::create(page, inspectorClient)) in InspectorController()
86 InspectorOverlay* overlay = m_overlay.get(); in InspectorController()
150 InspectorOverlay* overlay = m_overlay.get(); in initializeDeferredAgents()
DInspectorProfilerAgent.cpp86 …ectorProfilerAgent::create(InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) in create()
91 …nt::InspectorProfilerAgent(InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) in InspectorProfilerAgent()
DInspectorPageAgent.cpp246 …, InjectedScriptManager* injectedScriptManager, InspectorClient* client, InspectorOverlay* overlay) in create()
330 …, InjectedScriptManager* injectedScriptManager, InspectorClient* client, InspectorOverlay* overlay) in InspectorPageAgent()
DInspectorTimelineAgent.cpp1150 InspectorOverlay* overlay, InspectorType type, InspectorClient* client) in InspectorTimelineAgent()
DInspectorDOMAgent.cpp228 …ectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) in InspectorDOMAgent()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm64.mk414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
Dwebcore_remaining.target.linux-mips.mk414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
Dwebcore_remaining.target.darwin-arm64.mk414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
Dwebcore_remaining.target.darwin-x86.mk414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
Dwebcore_remaining.target.darwin-mips.mk414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
Dwebcore_remaining.target.linux-x86_64.mk414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
Dwebcore_remaining.target.linux-x86.mk414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
Dwebcore_remaining.target.linux-arm.mk414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
Dwebcore_remaining.target.darwin-arm.mk414 third_party/WebKit/Source/core/inspector/InspectorOverlay.cpp \
Dcore.gypi1275 'inspector/InspectorOverlay.cpp',
1276 'inspector/InspectorOverlay.h',