OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InspectorLayerTreeAgent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.h
54
class
InspectorLayerTreeAgent
: public InspectorBaseAgent<
InspectorLayerTreeAgent
>, public InspectorBackendDispatcher::LayerTreeCommandHandler {
56
static PassOwnPtr<
InspectorLayerTreeAgent
> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorDOMAgent* domAgent, Page* page)
58
return adoptPtr(new
InspectorLayerTreeAgent
(instrumentingAgents, state, domAgent, page));
60
~
InspectorLayerTreeAgent
();
82
InspectorLayerTreeAgent
(InstrumentingAgents*, InspectorCompositeState*, InspectorDOMAgent*, Page*);
InspectorLayerTreeAgent.cpp
34
#include "core/inspector/
InspectorLayerTreeAgent
.h"
54
unsigned
InspectorLayerTreeAgent
::s_lastSnapshotId;
121
InspectorLayerTreeAgent
::
InspectorLayerTreeAgent
(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorDOMAgent* domAgent, Page* page)
122
: InspectorBaseAgent<
InspectorLayerTreeAgent
>("LayerTree", instrumentingAgents, state)
129
InspectorLayerTreeAgent
::~
InspectorLayerTreeAgent
()
133
void
InspectorLayerTreeAgent
::setFrontend(InspectorFrontend* frontend)
138
void
InspectorLayerTreeAgent
::clearFrontend()
144
void
InspectorLayerTreeAgent
::restore(
[
all
...]
Completed in 24 milliseconds