HomeSort by relevance Sort by last modified time
    Searched defs:instrumentingAgents (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 60 class InstrumentingAgents;
72 InspectorInstrumentationCookie(InstrumentingAgents*, int);
77 InstrumentingAgents* instrumentingAgents() const { return m_instrumentingAgents.get(); }
82 RefPtr<InstrumentingAgents> m_instrumentingAgents;
100 void registerInstrumentingAgents(InstrumentingAgents*);
101 void unregisterInstrumentingAgents(InstrumentingAgents*);
105 InstrumentingAgents* instrumentingAgentsForPage(Page*);
106 InstrumentingAgents* instrumentingAgentsForFrame(Frame*);
107 InstrumentingAgents* instrumentingAgentsForScriptExecutionContext(ScriptExecutionContext*)
    [all...]
InspectorInstrumentation.cpp 42 #include "core/inspector/InstrumentingAgents.h"
50 static HashSet<InstrumentingAgents*>* instrumentingAgentsSet = 0;
63 InspectorInstrumentationCookie::InspectorInstrumentationCookie(InstrumentingAgents* agents, int timelineAgentId)
90 bool isDebuggerPausedImpl(InstrumentingAgents* instrumentingAgents)
92 if (InspectorDebuggerAgent* debuggerAgent = instrumentingAgents->inspectorDebuggerAgent())
97 void continueAfterPingLoaderImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier, DocumentLoader* loader, ResourceRequest& request, const ResourceResponse& response)
99 willSendRequestImpl(instrumentingAgents, identifier, loader, request, response, FetchInitiatorInfo());
127 HashSet<InstrumentingAgents*>::iterator end = instrumentingAgentsSet->end()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 85 #include "core/inspector/InstrumentingAgents.h"
    [all...]

Completed in 46 milliseconds