Searched defs:InspectorInstrumentationCookie (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.h69 class InspectorInstrumentationCookie { class in namespace:WebCore
71 InspectorInstrumentationCookie();
72 InspectorInstrumentationCookie(InstrumentingAgents*, int);
73 InspectorInstrumentationCookie(const InspectorInstrumentationCookie&);
74 InspectorInstrumentationCookie& operator=(const InspectorInstrumentationCookie&);
75 ~InspectorInstrumentationCookie();
103 InspectorTimelineAgent* retrieveTimelineAgent(const InspectorInstrumentationCookie&);
H A DInspectorInstrumentation.cpp57 InspectorInstrumentationCookie::InspectorInstrumentationCookie() function in class:WebCore::InspectorInstrumentationCookie
63 InspectorInstrumentationCookie::InspectorInstrumentationCookie(InstrumentingAgents* agents, int timelineAgentId) function in class:WebCore::InspectorInstrumentationCookie
69 InspectorInstrumentationCookie::InspectorInstrumentationCookie(const InspectorInstrumentationCookie& other) function in class:WebCore::InspectorInstrumentationCookie
75 InspectorInstrumentationCookie& InspectorInstrumentationCookie::operator=(const InspectorInstrumentationCookie
[all...]

Completed in 79 milliseconds