OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InspectorCompositeState
(Results
1 - 25
of
64
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorMemoryAgent.h
47
static PassOwnPtr<InspectorMemoryAgent> create(InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* state)
59
InspectorMemoryAgent(InstrumentingAgents*,
InspectorCompositeState
*);
WorkerConsoleAgent.h
42
static PassOwnPtr<WorkerConsoleAgent> create(InstrumentingAgents* instrumentingAgents, InspectorTimelineAgent* timelineAgent,
InspectorCompositeState
* state, InjectedScriptManager* injectedScriptManager)
51
WorkerConsoleAgent(InstrumentingAgents*, InspectorTimelineAgent*,
InspectorCompositeState
*, InjectedScriptManager*);
InspectorBaseAgent.h
42
class
InspectorCompositeState
;
48
InspectorBaseAgentInterface(const String&, InstrumentingAgents*,
InspectorCompositeState
*);
92
InspectorBaseAgent(const String& name, InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* inspectorState)
PageConsoleAgent.h
44
static PassOwnPtr<PageConsoleAgent> create(InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* state, InjectedScriptManager* injectedScriptManager, InspectorDOMAgent* domAgent, InspectorTimelineAgent* timelineAgent)
53
PageConsoleAgent(InstrumentingAgents*,
InspectorCompositeState
*, InjectedScriptManager*, InspectorDOMAgent*, InspectorTimelineAgent*);
WorkerDebuggerAgent.h
46
static PassOwnPtr<WorkerDebuggerAgent> create(InstrumentingAgents*,
InspectorCompositeState
*, WorkerScriptDebugServer*, WorkerGlobalScope*, InjectedScriptManager*);
53
WorkerDebuggerAgent(InstrumentingAgents*,
InspectorCompositeState
*, WorkerScriptDebugServer*, WorkerGlobalScope*, InjectedScriptManager*);
WorkerRuntimeAgent.h
43
static PassOwnPtr<WorkerRuntimeAgent> create(InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* state, InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer, WorkerGlobalScope* context)
55
WorkerRuntimeAgent(InstrumentingAgents*,
InspectorCompositeState
*, InjectedScriptManager*, ScriptDebugServer*, WorkerGlobalScope*);
WorkerConsoleAgent.cpp
37
WorkerConsoleAgent::WorkerConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorTimelineAgent* timelineAgent,
InspectorCompositeState
* state, InjectedScriptManager* injectedScriptManager)
InspectorWorkerAgent.h
49
static PassOwnPtr<InspectorWorkerAgent> create(InstrumentingAgents*,
InspectorCompositeState
*);
71
InspectorWorkerAgent(InstrumentingAgents*,
InspectorCompositeState
*);
PageDebuggerAgent.h
53
static PassOwnPtr<PageDebuggerAgent> create(InstrumentingAgents*,
InspectorCompositeState
*, PageScriptDebugServer*, InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*);
79
PageDebuggerAgent(InstrumentingAgents*,
InspectorCompositeState
*, PageScriptDebugServer*, InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*);
PageRuntimeAgent.h
47
static PassOwnPtr<PageRuntimeAgent> create(InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* state, InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer, Page* page, InspectorPageAgent* pageAgent)
62
PageRuntimeAgent(InstrumentingAgents*,
InspectorCompositeState
*, InjectedScriptManager*, ScriptDebugServer*, Page*, InspectorPageAgent*);
InspectorState.h
78
// Gets called from
InspectorCompositeState
::loadFromCookie().
81
friend class
InspectorCompositeState
;
87
class
InspectorCompositeState
: public InspectorStateUpdateListener {
89
InspectorCompositeState
(InspectorStateClient* inspectorClient)
95
virtual ~
InspectorCompositeState
() { }
InspectorMemoryAgent.cpp
50
InspectorMemoryAgent::InspectorMemoryAgent(InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* state)
InspectorAgent.h
54
static PassOwnPtr<InspectorAgent> create(Page* page, InjectedScriptManager* injectedScriptManager, InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* state)
84
InspectorAgent(Page*, InjectedScriptManager*, InstrumentingAgents*,
InspectorCompositeState
*);
InspectorApplicationCacheAgent.h
46
static PassOwnPtr<InspectorApplicationCacheAgent> create(InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* state, InspectorPageAgent* pageAgent)
68
InspectorApplicationCacheAgent(InstrumentingAgents*,
InspectorCompositeState
*, InspectorPageAgent*);
InspectorDOMStorageAgent.h
51
static PassOwnPtr<InspectorDOMStorageAgent> create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent,
InspectorCompositeState
* state)
76
InspectorDOMStorageAgent(InstrumentingAgents*, InspectorPageAgent*,
InspectorCompositeState
*);
InspectorDatabaseAgent.h
51
static PassOwnPtr<InspectorDatabaseAgent> create(InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* state)
74
explicit InspectorDatabaseAgent(InstrumentingAgents*,
InspectorCompositeState
*);
InspectorFileSystemAgent.h
46
static PassOwnPtr<InspectorFileSystemAgent> create(InstrumentingAgents*, InspectorPageAgent*,
InspectorCompositeState
*);
62
InspectorFileSystemAgent(InstrumentingAgents*, InspectorPageAgent*,
InspectorCompositeState
*);
InspectorHeapProfilerAgent.h
54
static PassOwnPtr<InspectorHeapProfilerAgent> create(InstrumentingAgents*,
InspectorCompositeState
*, InjectedScriptManager*);
80
InspectorHeapProfilerAgent(InstrumentingAgents*,
InspectorCompositeState
*, InjectedScriptManager*);
InspectorIndexedDBAgent.h
47
static PassOwnPtr<InspectorIndexedDBAgent> create(InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* state, InjectedScriptManager* injectedScriptManager, InspectorPageAgent* pageAgent)
65
InspectorIndexedDBAgent(InstrumentingAgents*,
InspectorCompositeState
*, InjectedScriptManager*, InspectorPageAgent*);
InspectorInputAgent.h
48
static PassOwnPtr<InspectorInputAgent> create(InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* inspectorState, Page* page, InspectorClient* client)
61
InspectorInputAgent(InstrumentingAgents*,
InspectorCompositeState
*, Page*, InspectorClient*);
InspectorProfilerAgent.h
56
static PassOwnPtr<InspectorProfilerAgent> create(InstrumentingAgents*,
InspectorCompositeState
*, InjectedScriptManager*, InspectorOverlay*);
78
InspectorProfilerAgent(InstrumentingAgents*,
InspectorCompositeState
*, InjectedScriptManager*, InspectorOverlay*);
InspectorState.cpp
124
InspectorState*
InspectorCompositeState
::createAgentState(const String& agentName)
136
void
InspectorCompositeState
::loadFromCookie(const String& inspectorCompositeStateCookie)
155
void
InspectorCompositeState
::mute()
160
void
InspectorCompositeState
::unmute()
165
void
InspectorCompositeState
::inspectorStateUpdated()
WorkerInspectorController.h
71
OwnPtr<
InspectorCompositeState
> m_state;
WorkerRuntimeAgent.cpp
45
WorkerRuntimeAgent::WorkerRuntimeAgent(InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* state, InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer, WorkerGlobalScope* workerGlobalScope)
InspectorCanvasAgent.h
57
static PassOwnPtr<InspectorCanvasAgent> create(InstrumentingAgents* instrumentingAgents,
InspectorCompositeState
* state, InspectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager)
89
InspectorCanvasAgent(InstrumentingAgents*,
InspectorCompositeState
*, InspectorPageAgent*, InjectedScriptManager*);
Completed in 121 milliseconds
1
2
3