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

  /external/webkit/Source/WebCore/platform/network/cf/
LoaderRunLoopCF.h 35 typedef struct __CFRunLoop* CFRunLoopRef;
39 CFRunLoopRef loaderRunLoop();
LoaderRunLoopCF.cpp 36 static CFRunLoopRef loaderRunLoopObject = 0;
56 CFRunLoopRef loaderRunLoop()
CookieStorageCFNet.cpp 108 static inline CFRunLoopRef cookieStorageObserverRunLoop()
123 CFRunLoopRef runLoop = cookieStorageObserverRunLoop();
137 CFRunLoopRef runLoop = cookieStorageObserverRunLoop();
DNSCFNet.cpp 48 extern "C" CFRunLoopRef CFRunLoopGetMain();
  /external/webkit/Source/JavaScriptCore/runtime/
GCActivityCallback.h 67 DefaultGCActivityCallback(Heap*, CFRunLoopRef);
68 void commonConstructor(Heap*, CFRunLoopRef);
GCActivityCallbackCF.cpp 51 RetainPtr<CFRunLoopRef> runLoop;
71 DefaultGCActivityCallback::DefaultGCActivityCallback(Heap* heap, CFRunLoopRef runLoop)
85 void DefaultGCActivityCallback::commonConstructor(Heap* heap, CFRunLoopRef runLoop)
  /external/webkit/Source/WebCore/platform/cf/
SchedulePair.h 48 static PassRefPtr<SchedulePair> create(CFRunLoopRef runLoop, CFStringRef mode) { return adoptRef(new SchedulePair(runLoop, mode)); }
55 CFRunLoopRef runLoop() const { return m_runLoop.get(); }
61 SchedulePair(CFRunLoopRef, CFStringRef);
68 RetainPtr<CFRunLoopRef> m_runLoop;
SchedulePair.cpp 34 SchedulePair::SchedulePair(CFRunLoopRef runLoop, CFStringRef mode)
  /external/chromium/base/
message_pump_mac.h 76 CFRunLoopRef run_loop() const { return run_loop_; }
145 CFRunLoopRef run_loop_;
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonUtils.m 82 CFStringRef mode = CFRunLoopCopyCurrentMode( (CFRunLoopRef)GetCFRunLoopFromEventLoop( GetCurrentEventLoop() ));
HIWebView.mm     [all...]
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm 57 static CFRunLoopRef _performJavaScriptRunLoop;
67 CFRunLoopRef runLoop = (CFRunLoopRef)callContext->originatingLoop;
109 CFRunLoopRef currentRunLoop = CFRunLoopGetCurrent();
146 CFRunLoopRef originatingLoop = callContext->originatingLoop;
163 _performJavaScriptRunLoop = (CFRunLoopRef)CFRetain(CFRunLoopGetCurrent());
jni_jsobject.h 73 CFRunLoopRef originatingLoop;
  /external/webkit/Source/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 33 extern "C" CFRunLoopRef CFRunLoopGetMain();
FormDataStreamMac.mm 337 static void formSchedule(CFReadStreamRef, CFRunLoopRef runLoop, CFStringRef runLoopMode, void* context)
346 static void formUnschedule(CFReadStreamRef, CFRunLoopRef runLoop, CFStringRef runLoopMode, void* context)
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 152 CFRunLoopRef m_runLoop;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.mm 72 CFRunLoopRef currentRunLoop = CFRunLoopGetCurrent();
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 86 void (*formSchedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *),
87 void (*formUnschedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *),
WebCoreSystemInterface.h 103 void (*formSchedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *),
104 void (*formUnschedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *),
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 113 void (*formSchedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *),
114 void (*formUnschedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *),
  /system/core/adb/
usb_osx.c 47 static CFRunLoopRef currentRunLoop = 0;
  /external/libusb/libusb/os/
darwin_usb.c 46 static CFRunLoopRef libusb_darwin_acfl = NULL; /* async cf loop */
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 660 milliseconds