OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:instrumentingAgents
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h
64
class
InstrumentingAgents
;
76
InspectorInstrumentationCookie(
InstrumentingAgents
*, int);
81
InstrumentingAgents
*
instrumentingAgents
() const { return m_instrumentingAgents.get(); }
86
RefPtr<
InstrumentingAgents
> m_instrumentingAgents;
104
void registerInstrumentingAgents(
InstrumentingAgents
*);
105
void unregisterInstrumentingAgents(
InstrumentingAgents
*);
110
InstrumentingAgents
* instrumentingAgentsFor(Page*);
111
InstrumentingAgents
* instrumentingAgentsFor(Frame*);
112
InstrumentingAgents
* instrumentingAgentsFor(ExecutionContext*)
[
all
...]
InspectorInstrumentation.cpp
43
#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());
126
HashSet<
InstrumentingAgents
*>::iterator end = instrumentingAgentsSet->end()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
93
#include "core/inspector/
InstrumentingAgents
.h"
[
all
...]
Completed in 39 milliseconds