Home
last modified time | relevance | path

Searched refs:waitUntilDone (Results 1 – 25 of 98) sorted by relevance

1234

/external/webkit/Tools/DumpRenderTree/
DGCController.cpp54 bool waitUntilDone = false; in collectOnAlternateThreadCallback() local
56 waitUntilDone = JSValueToBoolean(context, arguments[0]); in collectOnAlternateThreadCallback()
59 controller->collectOnAlternateThread(waitUntilDone); in collectOnAlternateThreadCallback()
DGCController.h43 void collectOnAlternateThread(bool waitUntilDone) const;
/external/webkit/Tools/DumpRenderTree/gtk/
DGCControllerGtk.cpp42 void GCController::collectOnAlternateThread(bool waitUntilDone) const in collectOnAlternateThread()
44 DumpRenderTreeSupportGtk::gcCollectJavascriptObjectsOnAlternateThread(waitUntilDone); in collectOnAlternateThread()
/external/webkit/Tools/DumpRenderTree/qt/
DGCControllerQt.cpp46 void GCController::collectOnAlternateThread(bool waitUntilDone) const in collectOnAlternateThread()
48 DumpRenderTreeSupportQt::garbageCollectorCollectOnAlternateThread(waitUntilDone); in collectOnAlternateThread()
DGCControllerQt.h45 void collectOnAlternateThread(bool waitUntilDone) const;
/external/webkit/Tools/DumpRenderTree/win/
DGCControllerWin.cpp45 void GCController::collectOnAlternateThread(bool waitUntilDone) const in collectOnAlternateThread()
50 collector->collectOnAlternateThread(waitUntilDone ? TRUE : FALSE); in collectOnAlternateThread()
/external/webkit/Source/WebKit/mac/Misc/
DWebNSNotificationCenterExtras.m35 [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];
DWebNSNotificationCenterExtras.h35 …Name:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait;
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DGCController.cpp58 void GCController::collectOnAlternateThread(bool waitUntilDone) in collectOnAlternateThread() argument
60 …ctJavaScriptObjectsOnAlternateThreadForDebugging(InjectedBundle::shared().bundle(), waitUntilDone); in collectOnAlternateThread()
DGCController.h45 void collectOnAlternateThread(bool waitUntilDone);
/external/webkit/Source/WebCore/bindings/js/
DGCController.cpp75 void GCController::garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone) in garbageCollectOnAlternateThreadForDebugging() argument
79 if (waitUntilDone) { in garbageCollectOnAlternateThreadForDebugging()
DGCController.h41 … void garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone); // Used for stress testing.
/external/webkit/Source/WebKit/win/
DWebJavaScriptCollector.cpp100 /* [in] */ BOOL waitUntilDone) in collectOnAlternateThread() argument
102 gcController().garbageCollectOnAlternateThreadForDebugging(!!waitUntilDone); in collectOnAlternateThread()
/external/webkit/Tools/DumpRenderTree/wx/
DGCControllerWx.cpp36 void GCController::collectOnAlternateThread(bool waitUntilDone) const in collectOnAlternateThread()
/external/webkit/LayoutTests/fast/js/resources/
Dfs-test-post.js4 layoutTestController.waitUntilDone();
Djs-test-post.js5 layoutTestController.waitUntilDone();
/external/clang/test/Analysis/
Ddelegates.m50 - (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/
DGCControllerMac.mm41 void GCController::collectOnAlternateThread(bool waitUntilDone) const
43 [WebCoreStatistics garbageCollectJavaScriptObjectsOnAlternateThreadForDebugging:waitUntilDone];
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
Dno-page-cache.js4 layoutTestController.waitUntilDone();
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
Dno-page-cache.js4 layoutTestController.waitUntilDone();
Dwindow-close-crash.js8 layoutTestController.waitUntilDone();
/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
Dno-page-cache.js4 layoutTestController.waitUntilDone();
/external/webkit/LayoutTests/fast/events/touch/resources/
Dtouch-stale-node-crash.js13 layoutTestController.waitUntilDone();
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DEvaluateJSAfterRemovingPluginElement.cpp50 waitUntilDone(); in EvaluateJSAfterRemovingPluginElement()
/external/webkit/LayoutTests/fast/events/touch/script-tests/
Dsend-oncancel-event.js21 window.layoutTestController.waitUntilDone();

1234