Searched refs:waitUntilDone (Results 1 - 25 of 81) sorted by relevance

1234

/external/webkit/Tools/DumpRenderTree/wx/
H A DGCControllerWx.cpp36 void GCController::collectOnAlternateThread(bool waitUntilDone) const
/external/webkit/LayoutTests/fast/js/resources/
H A Dfs-test-post.js4 layoutTestController.waitUntilDone();
H A Djs-test-post.js5 layoutTestController.waitUntilDone();
/external/webkit/Tools/DumpRenderTree/gtk/
H A DGCControllerGtk.cpp42 void GCController::collectOnAlternateThread(bool waitUntilDone) const
44 DumpRenderTreeSupportGtk::gcCollectJavascriptObjectsOnAlternateThread(waitUntilDone);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DGCController.idl30 void collectOnAlternateThread(in boolean waitUntilDone);
/external/webkit/Tools/DumpRenderTree/mac/
H A DGCControllerMac.mm41 void GCController::collectOnAlternateThread(bool waitUntilDone) const
43 [WebCoreStatistics garbageCollectJavaScriptObjectsOnAlternateThreadForDebugging:waitUntilDone];
/external/webkit/Tools/DumpRenderTree/qt/
H A DGCControllerQt.cpp46 void GCController::collectOnAlternateThread(bool waitUntilDone) const
48 DumpRenderTreeSupportQt::garbageCollectorCollectOnAlternateThread(waitUntilDone);
H A DGCControllerQt.h45 void collectOnAlternateThread(bool waitUntilDone) const;
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSNotificationCenterExtras.m35 [self postNotificationOnMainThreadWithName:name object:object userInfo:nil waitUntilDone:NO];
40 [self postNotificationOnMainThreadWithName:name object:object userInfo:userInfo waitUntilDone:NO];
43 - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait
55 [[self class] performSelectorOnMainThread:@selector(_postNotificationName:) withObject:info waitUntilDone:wait];
H A DWebNSNotificationCenterExtras.h35 - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait;
/external/webkit/Tools/DumpRenderTree/win/
H A DGCControllerWin.cpp45 void GCController::collectOnAlternateThread(bool waitUntilDone) const
50 collector->collectOnAlternateThread(waitUntilDone ? TRUE : FALSE);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DGCController.cpp58 void GCController::collectOnAlternateThread(bool waitUntilDone) argument
60 WKBundleGarbageCollectJavaScriptObjectsOnAlternateThreadForDebugging(InjectedBundle::shared().bundle(), waitUntilDone);
H A DGCController.h45 void collectOnAlternateThread(bool waitUntilDone);
/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
H A Dno-page-cache.js4 layoutTestController.waitUntilDone();
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
H A Dno-page-cache.js4 layoutTestController.waitUntilDone();
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dno-page-cache.js4 layoutTestController.waitUntilDone();
H A Dwindow-close-crash.js8 layoutTestController.waitUntilDone();
/external/webkit/LayoutTests/fast/events/touch/resources/
H A Dtouch-stale-node-crash.js13 layoutTestController.waitUntilDone();
/external/webkit/Source/WebCore/bindings/js/
H A DGCController.h41 void garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone); // Used for stress testing.
H A DGCController.cpp75 void GCController::garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone) argument
79 if (waitUntilDone) {
/external/webkit/Tools/DumpRenderTree/
H A DGCController.h43 void collectOnAlternateThread(bool waitUntilDone) const;
H A DGCController.cpp54 bool waitUntilDone = false; local
56 waitUntilDone = JSValueToBoolean(context, arguments[0]);
59 controller->collectOnAlternateThread(waitUntilDone);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebJavaScriptCollector.idl41 HRESULT collectOnAlternateThread([in] BOOL waitUntilDone);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DEvaluateJSAfterRemovingPluginElement.cpp50 waitUntilDone();
/external/webkit/LayoutTests/fast/encoding/resources/
H A Dinvalid-xml.js36 layoutTestController.waitUntilDone();

Completed in 702 milliseconds

1234