Searched refs:traceEventBegin (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DTraceEvent.h37 // Issues PlatformBridge::traceEventBegin and traceEventEnd calls for the enclosing scope
60 PlatformBridge::traceEventBegin(name, id, extra); \
H A DPlatformBridge.h402 static void traceEventBegin(const char* name, void*, const char* extra);
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.h54 virtual void traceEventBegin(const char* name, void* id, const char* extra);
H A Dwebkitclient_impl.cc285 void WebKitClientImpl::traceEventBegin(const char* name, void* id, function in class:webkit_glue::WebKitClientImpl
/external/webkit/Source/WebKit/chromium/public/
H A DWebKitClient.h211 virtual void traceEventBegin(const char* name, void* id, const char* extra) { } function in class:WebKit::WebKitClient
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Proxy.cpp356 PlatformBridge::traceEventBegin("v8.compile", node, "");
366 PlatformBridge::traceEventBegin("v8.run", node, "");
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp916 void PlatformBridge::traceEventBegin(const char* name, void* id, const char* extra) function in class:WebCore::PlatformBridge
918 webKitClient()->traceEventBegin(name, id, extra);

Completed in 7105 milliseconds