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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.h 52 class InspectorLayerTreeAgent FINAL : public InspectorBaseAgent<InspectorLayerTreeAgent>, public InspectorBackendDispatcher::LayerTreeCommandHandler {
54 static PassOwnPtrWillBeRawPtr<InspectorLayerTreeAgent> create(Page* page)
56 return adoptPtrWillBeNoop(new InspectorLayerTreeAgent(page));
58 virtual ~InspectorLayerTreeAgent();
90 explicit InspectorLayerTreeAgent(Page*);
InspectorLayerTreeAgent.cpp 34 #include "core/inspector/InspectorLayerTreeAgent.h"
60 unsigned InspectorLayerTreeAgent::s_lastSnapshotId;
144 InspectorLayerTreeAgent::InspectorLayerTreeAgent(Page* page)
145 : InspectorBaseAgent<InspectorLayerTreeAgent>("LayerTree")
151 InspectorLayerTreeAgent::~InspectorLayerTreeAgent()
155 void InspectorLayerTreeAgent::trace(Visitor* visitor)
161 void InspectorLayerTreeAgent::setFrontend(InspectorFrontend* frontend)
166 void InspectorLayerTreeAgent::clearFrontend(
    [all...]
InspectorController.h 57 class InspectorLayerTreeAgent;
158 RawPtrWillBeMember<InspectorLayerTreeAgent> m_layerTreeAgent;
InspectorTimelineAgent.h 71 class InspectorLayerTreeAgent;
116 static PassOwnPtrWillBeRawPtr<InspectorTimelineAgent> create(InspectorPageAgent* pageAgent, InspectorLayerTreeAgent* layerTreeAgent,
234 InspectorTimelineAgent(InspectorPageAgent*, InspectorLayerTreeAgent*, InspectorOverlay*, InspectorType, InspectorClient*);
290 RawPtrWillBeMember<InspectorLayerTreeAgent> m_layerTreeAgent;
InspectorController.cpp 53 #include "core/inspector/InspectorLayerTreeAgent.h"
103 OwnPtrWillBeRawPtr<InspectorLayerTreeAgent> layerTreeAgentPtr(InspectorLayerTreeAgent::create(m_page));
InspectorTimelineAgent.cpp 45 #include "core/inspector/InspectorLayerTreeAgent.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 415 third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp \
    [all...]

Completed in 597 milliseconds