/external/webkit/Source/WebCore/platform/cf/ |
D | SchedulePair.h | 48 …static PassRefPtr<SchedulePair> create(CFRunLoopRef runLoop, CFStringRef mode) { return adoptRef(n… in create() 51 …static PassRefPtr<SchedulePair> create(NSRunLoop* runLoop, CFStringRef mode) { return adoptRef(new… in create() 55 CFRunLoopRef runLoop() const { return m_runLoop.get(); } in runLoop() function
|
D | SchedulePair.cpp | 34 SchedulePair::SchedulePair(CFRunLoopRef runLoop, CFStringRef mode) in SchedulePair()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | GCActivityCallbackCF.cpp | 51 RetainPtr<CFRunLoopRef> runLoop; member 71 DefaultGCActivityCallback::DefaultGCActivityCallback(Heap* heap, CFRunLoopRef runLoop) in DefaultGCActivityCallback() 85 void DefaultGCActivityCallback::commonConstructor(Heap* heap, CFRunLoopRef runLoop) in commonConstructor()
|
/external/webkit/Source/WebKit2/Platform/qt/ |
D | RunLoopQt.cpp | 43 TimerObject(RunLoop* runLoop) : m_runLoop(runLoop) in TimerObject() 90 void RunLoop::TimerBase::timerFired(RunLoop* runLoop, int ID) in timerFired() 106 RunLoop::TimerBase::TimerBase(RunLoop* runLoop) in TimerBase()
|
/external/webkit/Source/WebKit2/Platform/gtk/ |
D | RunLoopGtk.cpp | 68 gboolean RunLoop::queueWork(RunLoop* runLoop) in queueWork() 84 RunLoop::TimerBase::TimerBase(RunLoop* runLoop) in TimerBase()
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | CookieStorageCFNet.cpp | 123 CFRunLoopRef runLoop = cookieStorageObserverRunLoop(); in startObservingCookieChanges() local 137 CFRunLoopRef runLoop = cookieStorageObserverRunLoop(); in stopObservingCookieChanges() local
|
/external/webkit/Source/WebKit2/Platform/win/ |
D | RunLoopWin.cpp | 43 if (RunLoop* runLoop = reinterpret_cast<RunLoop*>(longPtr)) in RunLoopWndProc() local 165 void RunLoop::TimerBase::timerFired(RunLoop* runLoop, uint64_t ID) in timerFired() 189 RunLoop::TimerBase::TimerBase(RunLoop* runLoop) in TimerBase()
|
/external/webkit/Source/WebCore/websockets/ |
D | ThreadableWebSocketChannel.cpp | 61 WorkerRunLoop& runLoop = workerContext->thread()->runLoop(); in create() local
|
D | WorkerThreadableWebSocketChannel.cpp | 415 WorkerRunLoop& runLoop = m_workerContext->thread()->runLoop(); in waitForMethodCompletion() local
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCThread.cpp | 65 void* CCThread::runLoop() in runLoop() function in WebCore::CCThread
|
/external/webkit/Source/WebCore/workers/ |
D | WorkerThread.h | 55 WorkerRunLoop& runLoop() { return m_runLoop; } in runLoop() function
|
D | WorkerRunLoop.cpp | 110 RunLoopSetup(WorkerRunLoop& runLoop) in RunLoopSetup()
|
/external/webkit/Source/WebCore/fileapi/ |
D | FileThread.cpp | 92 void* FileThread::runLoop() in runLoop() function in WebCore::FileThread
|
/external/webkit/Source/WebKit2/WebProcess/ |
D | WebProcess.h | 76 RunLoop* runLoop() const { return m_runLoop; } in runLoop() function
|
D | WebProcess.cpp | 145 void WebProcess::initialize(CoreIPC::Connection::Identifier serverIdentifier, RunLoop* runLoop) in initialize()
|
/external/webkit/Source/WebKit2/Platform/ |
D | RunLoop.h | 116 Timer(RunLoop* runLoop, TimerFiredClass* o, TimerFiredFunction f) in Timer()
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | PluginProcess.cpp | 63 void PluginProcess::initialize(CoreIPC::Connection::Identifier serverIdentifier, RunLoop* runLoop) in initialize()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebWorkerBase.cpp | 220 WorkerRunLoop& runLoop = m_workerThread->runLoop(); in allowDatabase() local 242 WorkerRunLoop& runLoop = m_workerThread->runLoop(); in openFileSystemForWorker() local
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
D | Connection.cpp | 101 PassRefPtr<Connection::SyncMessageState> Connection::SyncMessageState::getOrCreate(RunLoop* runLoop) in getOrCreate() 117 Connection::SyncMessageState::SyncMessageState(RunLoop* runLoop) in SyncMessageState()
|
/external/webkit/Source/WebCore/loader/ |
D | WorkerThreadableLoader.cpp | 71 WorkerRunLoop& runLoop = workerContext->thread()->runLoop(); in loadResourceSynchronously() local
|