HomeSort by relevance Sort by last modified time
    Searched defs:PlatformInstrumentationClient (Results 1 - 2 of 2) 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;

Completed in 135 milliseconds