Searched refs:traceEventEnd (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
67 PlatformBridge::traceEventEnd(m_name, m_id, m_extra.get());
H A DPlatformBridge.h403 static void traceEventEnd(const char* name, void*, const char* extra);
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.h55 virtual void traceEventEnd(const char* name, void* id, const char* extra);
H A Dwebkitclient_impl.cc293 void WebKitClientImpl::traceEventEnd(const char* name, void* id, function in class:webkit_glue::WebKitClientImpl
/external/webkit/Source/WebKit/chromium/public/
H A DWebKitClient.h212 virtual void traceEventEnd(const char* name, void* id, const char* extra) { } function in class:WebKit::WebKitClient
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Proxy.cpp364 PlatformBridge::traceEventEnd("v8.compile", node, "");
374 PlatformBridge::traceEventEnd("v8.run", node, "");
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp921 void PlatformBridge::traceEventEnd(const char* name, void* id, const char* extra) function in class:WebCore::PlatformBridge
923 webKitClient()->traceEventEnd(name, id, extra);

Completed in 141 milliseconds