Home
last modified time | relevance | path

Searched defs:instrumentingAgents (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentationCustomInl.h50 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame)) in isDebuggerPaused() local
58 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(page)) in collectingHTMLParseErrors() local
66 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame)) in preprocessEventListener() local
74 if (InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(frame)) in preprocess() local
DInspectorInstrumentation.cpp90 bool isDebuggerPausedImpl(InstrumentingAgents* instrumentingAgents) in isDebuggerPausedImpl()
97 void continueAfterPingLoaderImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier… in continueAfterPingLoaderImpl()
128 InstrumentingAgents* instrumentingAgents = *it; in willDestroyResourceImpl() local
134 bool collectingHTMLParseErrorsImpl(InstrumentingAgents* instrumentingAgents) in collectingHTMLParseErrorsImpl()
141 PassOwnPtr<ScriptSourceCode> preprocessImpl(InstrumentingAgents* instrumentingAgents, Frame* frame,… in preprocessImpl()
148 String preprocessEventListenerImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, const St… in preprocessEventListenerImpl()
157 InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext); in canvasAgentEnabled() local
163 InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext); in consoleAgentEnabled() local
170 InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext); in timelineAgentEnabled() local
174 void registerInstrumentingAgents(InstrumentingAgents* instrumentingAgents) in registerInstrumentingAgents()
[all …]
DInspectorMemoryAgent.h47 …static PassOwnPtr<InspectorMemoryAgent> create(InstrumentingAgents* instrumentingAgents, Inspector… in create()
DWorkerConsoleAgent.h42 …static PassOwnPtr<WorkerConsoleAgent> create(InstrumentingAgents* instrumentingAgents, InspectorTi… in create()
DWorkerRuntimeAgent.h43 …static PassOwnPtr<WorkerRuntimeAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCo… in create()
DPageConsoleAgent.h44 …static PassOwnPtr<PageConsoleAgent> create(InstrumentingAgents* instrumentingAgents, InspectorComp… in create()
DWorkerConsoleAgent.cpp37 WorkerConsoleAgent::WorkerConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorTimelineA… in WorkerConsoleAgent()
DWorkerDebuggerAgent.cpp81 …OwnPtr<WorkerDebuggerAgent> WorkerDebuggerAgent::create(InstrumentingAgents* instrumentingAgents, … in create()
86 WorkerDebuggerAgent::WorkerDebuggerAgent(InstrumentingAgents* instrumentingAgents, InspectorComposi… in WorkerDebuggerAgent()
DInspectorIndexedDBAgent.h47 …static PassOwnPtr<InspectorIndexedDBAgent> create(InstrumentingAgents* instrumentingAgents, Inspec… in create()
DInspectorInputAgent.h48 …static PassOwnPtr<InspectorInputAgent> create(InstrumentingAgents* instrumentingAgents, InspectorC… in create()
DInspectorApplicationCacheAgent.h46 …tatic PassOwnPtr<InspectorApplicationCacheAgent> create(InstrumentingAgents* instrumentingAgents, … in create()
DInspectorMemoryAgent.cpp50 InspectorMemoryAgent::InspectorMemoryAgent(InstrumentingAgents* instrumentingAgents, InspectorCompo… in InspectorMemoryAgent()
DPageDebuggerAgent.cpp47 PassOwnPtr<PageDebuggerAgent> PageDebuggerAgent::create(InstrumentingAgents* instrumentingAgents, I… in create()
52 PageDebuggerAgent::PageDebuggerAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeSt… in PageDebuggerAgent()
DInspectorDOMStorageAgent.h51 …static PassOwnPtr<InspectorDOMStorageAgent> create(InstrumentingAgents* instrumentingAgents, Inspe… in create()
DInspectorDatabaseAgent.h51 …static PassOwnPtr<InspectorDatabaseAgent> create(InstrumentingAgents* instrumentingAgents, Inspect… in create()
DPageRuntimeAgent.h47 …static PassOwnPtr<PageRuntimeAgent> create(InstrumentingAgents* instrumentingAgents, InspectorComp… in create()
DInspectorLayerTreeAgent.h56 …static PassOwnPtr<InspectorLayerTreeAgent> create(InstrumentingAgents* instrumentingAgents, Inspec… in create()
DInjectedScriptHost.h61 void init(InstrumentingAgents* instrumentingAgents, ScriptDebugServer* scriptDebugServer) in init()
DInspectorBaseAgent.h92 …InspectorBaseAgent(const String& name, InstrumentingAgents* instrumentingAgents, InspectorComposit… in InspectorBaseAgent()
DInspectorCanvasAgent.h57 …static PassOwnPtr<InspectorCanvasAgent> create(InstrumentingAgents* instrumentingAgents, Inspector… in create()
DInspectorBaseAgent.cpp39 …erface::InspectorBaseAgentInterface(const String& name, InstrumentingAgents* instrumentingAgents, … in InspectorBaseAgentInterface()
DWorkerRuntimeAgent.cpp45 WorkerRuntimeAgent::WorkerRuntimeAgent(InstrumentingAgents* instrumentingAgents, InspectorComposite… in WorkerRuntimeAgent()
DPageConsoleAgent.cpp42 PageConsoleAgent::PageConsoleAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeStat… in PageConsoleAgent()
DInspectorAgent.h54 …ge* page, InjectedScriptManager* injectedScriptManager, InstrumentingAgents* instrumentingAgents, … in create()
DInspectorProfilerAgent.cpp84 …<InspectorProfilerAgent> InspectorProfilerAgent::create(InstrumentingAgents* instrumentingAgents, … in create()
89 InspectorProfilerAgent::InspectorProfilerAgent(InstrumentingAgents* instrumentingAgents, InspectorC… in InspectorProfilerAgent()

123