Searched defs:WebThreadSupportingGC (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DWebThreadSupportingGC.cpp6 #include "platform/WebThreadSupportingGC.h"
10 PassOwnPtr<WebThreadSupportingGC> WebThreadSupportingGC::create(const char* name)
12 return adoptPtr(new WebThreadSupportingGC(name));
15 WebThreadSupportingGC::WebThreadSupportingGC(const char* name) function in class:blink::WebThreadSupportingGC
20 WebThreadSupportingGC::~WebThreadSupportingGC()
29 void WebThreadSupportingGC::attachGC()
38 void WebThreadSupportingGC
[all...]

Completed in 345 milliseconds