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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformInstrumentation.cpp 49 PlatformInstrumentationClient* PlatformInstrumentation::m_client;
51 PlatformInstrumentationClient::~PlatformInstrumentationClient()
55 void PlatformInstrumentation::setClient(PlatformInstrumentationClient* client)
PlatformInstrumentation.h 41 class PLATFORM_EXPORT PlatformInstrumentationClient {
43 virtual ~PlatformInstrumentationClient();
71 static void setClient(PlatformInstrumentationClient*);
85 static PlatformInstrumentationClient* m_client;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h 95 , public PlatformInstrumentationClient {
224 // PlatformInstrumentationClient methods.

Completed in 107 milliseconds