HomeSort by relevance Sort by last modified time
    Searched refs:currentRunLoop (Results 1 - 14 of 14) sorted by null

  /external/webkit/Tools/WebKitTestRunner/mac/
TestControllerMac.mm 59 [[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:(NSDate *)endDate];
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.mm 72 CFRunLoopRef currentRunLoop = CFRunLoopGetCurrent();
75 CFRunLoopWakeUp(currentRunLoop);
85 CFRunLoopAddObserver(currentRunLoop, m_flushPendingLayerChangesRunLoopObserver.get(), kCFRunLoopCommonModes);
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformUtilitiesMac.mm 41 [[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]];
  /system/core/adb/
usb_osx.c 47 static CFRunLoopRef currentRunLoop = 0;
383 currentRunLoop = CFRunLoopGetCurrent();
391 currentRunLoop = 0;
435 if (currentRunLoop)
436 CFRunLoopStop(currentRunLoop);
  /external/webkit/Source/WebKit2/Platform/mac/
RunLoopMac.mm 66 [[NSRunLoop currentRunLoop] run];
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm 109 CFRunLoopRef currentRunLoop = CFRunLoopGetCurrent();
111 ASSERT(currentRunLoop != _performJavaScriptRunLoop);
119 context->originatingLoop = currentRunLoop;
122 CFRunLoopAddSource(currentRunLoop, completionSource, kCFRunLoopDefaultMode);
132 CFRunLoopRemoveSource(currentRunLoop, completionSource, kCFRunLoopDefaultMode);
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 238 [[NSRunLoop currentRunLoop] addTimer:_timelineUpdateTimer forMode:(NSString *)kCFRunLoopCommonModes];
240 [[NSRunLoop currentRunLoop] addTimer:_timelineUpdateTimer forMode:NSRunLoopCommonModes];
467 [[NSRunLoop currentRunLoop] performSelector:@selector(endScrubbing) target:self argument:nil order:0 modes:endScrubbingModes];
WebView.mm 752 NSRunLoop *runLoop = [NSRunLoop currentRunLoop];
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm     [all...]
DumpRenderTree.mm     [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm 525 [handle->connection() scheduleInRunLoop:[NSRunLoop currentRunLoop] forMode:WebCoreSynchronousLoaderRunLoopMode];
529 [[NSRunLoop currentRunLoop] runMode:WebCoreSynchronousLoaderRunLoopMode beforeDate:[NSDate distantFuture]];
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 64 m_page->addSchedulePair(SchedulePair::create([NSRunLoop currentRunLoop], kCFRunLoopCommonModes));
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 1696 milliseconds