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

  /external/webkit/Source/WebCore/platform/chromium/
TraceEvent.h 37 // Issues PlatformBridge::traceEventBegin and traceEventEnd calls for the enclosing scope
60 PlatformBridge::traceEventBegin(name, id, extra); \
PlatformBridge.h 402 static void traceEventBegin(const char* name, void*, const char* extra);
  /external/chromium/webkit/glue/
webkitclient_impl.h 54 virtual void traceEventBegin(const char* name, void* id, const char* extra);
webkitclient_impl.cc 285 void WebKitClientImpl::traceEventBegin(const char* name, void* id,
  /external/webkit/Source/WebKit/chromium/public/
WebKitClient.h 211 virtual void traceEventBegin(const char* name, void* id, const char* extra) { }
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 356 PlatformBridge::traceEventBegin("v8.compile", node, "");
366 PlatformBridge::traceEventBegin("v8.run", node, "");
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 916 void PlatformBridge::traceEventBegin(const char* name, void* id, const char* extra)
918 webKitClient()->traceEventBegin(name, id, extra);
    [all...]

Completed in 419 milliseconds