/external/webkit/Tools/DumpRenderTree/ |
D | GCController.cpp | 54 bool waitUntilDone = false; in collectOnAlternateThreadCallback() local 56 waitUntilDone = JSValueToBoolean(context, arguments[0]); in collectOnAlternateThreadCallback() 59 controller->collectOnAlternateThread(waitUntilDone); in collectOnAlternateThreadCallback()
|
D | GCController.h | 43 void collectOnAlternateThread(bool waitUntilDone) const;
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | GCControllerGtk.cpp | 42 void GCController::collectOnAlternateThread(bool waitUntilDone) const in collectOnAlternateThread() 44 DumpRenderTreeSupportGtk::gcCollectJavascriptObjectsOnAlternateThread(waitUntilDone); in collectOnAlternateThread()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | GCControllerQt.cpp | 46 void GCController::collectOnAlternateThread(bool waitUntilDone) const in collectOnAlternateThread() 48 DumpRenderTreeSupportQt::garbageCollectorCollectOnAlternateThread(waitUntilDone); in collectOnAlternateThread()
|
D | GCControllerQt.h | 45 void collectOnAlternateThread(bool waitUntilDone) const;
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | GCControllerWin.cpp | 45 void GCController::collectOnAlternateThread(bool waitUntilDone) const in collectOnAlternateThread() 50 collector->collectOnAlternateThread(waitUntilDone ? TRUE : FALSE); in collectOnAlternateThread()
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebNSNotificationCenterExtras.m | 35 [self postNotificationOnMainThreadWithName:name object:object userInfo:nil waitUntilDone:NO]; 40 … [self postNotificationOnMainThreadWithName:name object:object userInfo:userInfo waitUntilDone:NO]; 43 …hName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait 55 … performSelectorOnMainThread:@selector(_postNotificationName:) withObject:info waitUntilDone:wait];
|
D | WebNSNotificationCenterExtras.h | 35 …Name:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait;
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | GCController.cpp | 58 void GCController::collectOnAlternateThread(bool waitUntilDone) in collectOnAlternateThread() argument 60 …ctJavaScriptObjectsOnAlternateThreadForDebugging(InjectedBundle::shared().bundle(), waitUntilDone); in collectOnAlternateThread()
|
D | GCController.h | 45 void collectOnAlternateThread(bool waitUntilDone);
|
/external/webkit/Source/WebCore/bindings/js/ |
D | GCController.cpp | 75 void GCController::garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone) in garbageCollectOnAlternateThreadForDebugging() argument 79 if (waitUntilDone) { in garbageCollectOnAlternateThreadForDebugging()
|
D | GCController.h | 41 … void garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone); // Used for stress testing.
|
/external/webkit/Source/WebKit/win/ |
D | WebJavaScriptCollector.cpp | 100 /* [in] */ BOOL waitUntilDone) in collectOnAlternateThread() argument 102 gcController().garbageCollectOnAlternateThreadForDebugging(!!waitUntilDone); in collectOnAlternateThread()
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | GCControllerWx.cpp | 36 void GCController::collectOnAlternateThread(bool waitUntilDone) const in collectOnAlternateThread()
|
/external/webkit/LayoutTests/fast/js/resources/ |
D | fs-test-post.js | 4 layoutTestController.waitUntilDone();
|
D | js-test-post.js | 5 layoutTestController.waitUntilDone();
|
/external/clang/test/Analysis/ |
D | delegates.m | 50 - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait; 100 …t_6062730 performSelectorOnMainThread:@selector(postNotification:) withObject:str waitUntilDone:1]; 105 …lf class] performSelectorOnMainThread:@selector(postNotification:) withObject:str waitUntilDone:1];
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | GCControllerMac.mm | 41 void GCController::collectOnAlternateThread(bool waitUntilDone) const 43 [WebCoreStatistics garbageCollectJavaScriptObjectsOnAlternateThreadForDebugging:waitUntilDone];
|
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/ |
D | no-page-cache.js | 4 layoutTestController.waitUntilDone();
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
D | no-page-cache.js | 4 layoutTestController.waitUntilDone();
|
D | window-close-crash.js | 8 layoutTestController.waitUntilDone();
|
/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/ |
D | no-page-cache.js | 4 layoutTestController.waitUntilDone();
|
/external/webkit/LayoutTests/fast/events/touch/resources/ |
D | touch-stale-node-crash.js | 13 layoutTestController.waitUntilDone();
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/ |
D | EvaluateJSAfterRemovingPluginElement.cpp | 50 waitUntilDone(); in EvaluateJSAfterRemovingPluginElement()
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
D | send-oncancel-event.js | 21 window.layoutTestController.waitUntilDone();
|