OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
117
, public
PlatformInstrumentationClient
{
244
//
PlatformInstrumentationClient
methods.
Completed in 29 milliseconds