HomeSort by relevance Sort by last modified time
    Searched refs:waitUntilDone (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/webkit/Tools/DumpRenderTree/wx/
GCControllerWx.cpp 36 void GCController::collectOnAlternateThread(bool waitUntilDone) const
  /external/webkit/Tools/DumpRenderTree/gtk/
GCControllerGtk.cpp 42 void GCController::collectOnAlternateThread(bool waitUntilDone) const
44 DumpRenderTreeSupportGtk::gcCollectJavascriptObjectsOnAlternateThread(waitUntilDone);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
GCController.idl 30 void collectOnAlternateThread(in boolean waitUntilDone);
  /external/webkit/Tools/DumpRenderTree/mac/
GCControllerMac.mm 41 void GCController::collectOnAlternateThread(bool waitUntilDone) const
43 [WebCoreStatistics garbageCollectJavaScriptObjectsOnAlternateThreadForDebugging:waitUntilDone];
  /external/webkit/Tools/DumpRenderTree/qt/
GCControllerQt.cpp 46 void GCController::collectOnAlternateThread(bool waitUntilDone) const
48 DumpRenderTreeSupportQt::garbageCollectorCollectOnAlternateThread(waitUntilDone);
GCControllerQt.h 45 void collectOnAlternateThread(bool waitUntilDone) const;
  /external/webkit/Source/WebKit/mac/Misc/
WebNSNotificationCenterExtras.m 35 [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];
WebNSNotificationCenterExtras.h 35 - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait;
  /external/webkit/Tools/DumpRenderTree/win/
GCControllerWin.cpp 45 void GCController::collectOnAlternateThread(bool waitUntilDone) const
50 collector->collectOnAlternateThread(waitUntilDone ? TRUE : FALSE);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
GCController.cpp 58 void GCController::collectOnAlternateThread(bool waitUntilDone)
60 WKBundleGarbageCollectJavaScriptObjectsOnAlternateThreadForDebugging(InjectedBundle::shared().bundle(), waitUntilDone);
GCController.h 45 void collectOnAlternateThread(bool waitUntilDone);
  /external/webkit/Source/WebCore/bindings/js/
GCController.h 41 void garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone); // Used for stress testing.
GCController.cpp 75 void GCController::garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone)
79 if (waitUntilDone) {
  /external/webkit/Tools/DumpRenderTree/
GCController.h 43 void collectOnAlternateThread(bool waitUntilDone) const;
GCController.cpp 54 bool waitUntilDone = false;
56 waitUntilDone = JSValueToBoolean(context, arguments[0]);
59 controller->collectOnAlternateThread(waitUntilDone);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebJavaScriptCollector.idl 41 HRESULT collectOnAlternateThread([in] BOOL waitUntilDone);
  /external/webkit/Source/WebKit/win/
WebJavaScriptCollector.h 49 /* [in] */ BOOL waitUntilDone);
WebJavaScriptCollector.cpp 100 /* [in] */ BOOL waitUntilDone)
102 gcController().garbageCollectOnAlternateThreadForDebugging(!!waitUntilDone);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
EvaluateJSAfterRemovingPluginElement.cpp 50 waitUntilDone();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 23 public void waitUntilDone();
  /cts/tests/tests/webkitsecurity/assets/
touch-stale-node-crash.js 13 layoutTestController.waitUntilDone();
  /external/webkit/LayoutTests/fast/events/touch/resources/
touch-stale-node-crash.js 13 layoutTestController.waitUntilDone();
  /external/webkit/LayoutTests/storage/resources/
database-common.js 25 layoutTestController.waitUntilDone();
  /external/webkit/Source/JavaScriptCore/wtf/mac/
MainThreadMac.mm 116 [staticMainThreadCaller performSelectorOnMainThread:@selector(call) withObject:nil waitUntilDone:NO];
122 [staticMainThreadCaller performSelector:@selector(call) onThread:mainThreadNSThread withObject:nil waitUntilDone:NO];
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
no-page-cache.js 4 layoutTestController.waitUntilDone();

Completed in 765 milliseconds

1 2 3 4