Home
last modified time | relevance | path

Searched defs:runLoop (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/platform/cf/
DSchedulePair.h48 …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
DSchedulePair.cpp34 SchedulePair::SchedulePair(CFRunLoopRef runLoop, CFStringRef mode) in SchedulePair()
/external/webkit/Source/JavaScriptCore/runtime/
DGCActivityCallbackCF.cpp51 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/
DRunLoopQt.cpp43 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/
DRunLoopGtk.cpp68 gboolean RunLoop::queueWork(RunLoop* runLoop) in queueWork()
84 RunLoop::TimerBase::TimerBase(RunLoop* runLoop) in TimerBase()
/external/webkit/Source/WebCore/platform/network/cf/
DCookieStorageCFNet.cpp123 CFRunLoopRef runLoop = cookieStorageObserverRunLoop(); in startObservingCookieChanges() local
137 CFRunLoopRef runLoop = cookieStorageObserverRunLoop(); in stopObservingCookieChanges() local
/external/webkit/Source/WebKit2/Platform/win/
DRunLoopWin.cpp43 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/
DThreadableWebSocketChannel.cpp61 WorkerRunLoop& runLoop = workerContext->thread()->runLoop(); in create() local
DWorkerThreadableWebSocketChannel.cpp415 WorkerRunLoop& runLoop = m_workerContext->thread()->runLoop(); in waitForMethodCompletion() local
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCThread.cpp65 void* CCThread::runLoop() in runLoop() function in WebCore::CCThread
/external/webkit/Source/WebCore/workers/
DWorkerThread.h55 WorkerRunLoop& runLoop() { return m_runLoop; } in runLoop() function
DWorkerRunLoop.cpp110 RunLoopSetup(WorkerRunLoop& runLoop) in RunLoopSetup()
/external/webkit/Source/WebCore/fileapi/
DFileThread.cpp92 void* FileThread::runLoop() in runLoop() function in WebCore::FileThread
/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.h76 RunLoop* runLoop() const { return m_runLoop; } in runLoop() function
DWebProcess.cpp145 void WebProcess::initialize(CoreIPC::Connection::Identifier serverIdentifier, RunLoop* runLoop) in initialize()
/external/webkit/Source/WebKit2/Platform/
DRunLoop.h116 Timer(RunLoop* runLoop, TimerFiredClass* o, TimerFiredFunction f) in Timer()
/external/webkit/Source/WebKit2/PluginProcess/
DPluginProcess.cpp63 void PluginProcess::initialize(CoreIPC::Connection::Identifier serverIdentifier, RunLoop* runLoop) in initialize()
/external/webkit/Source/WebKit/chromium/src/
DWebWorkerBase.cpp220 WorkerRunLoop& runLoop = m_workerThread->runLoop(); in allowDatabase() local
242 WorkerRunLoop& runLoop = m_workerThread->runLoop(); in openFileSystemForWorker() local
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.cpp101 PassRefPtr<Connection::SyncMessageState> Connection::SyncMessageState::getOrCreate(RunLoop* runLoop) in getOrCreate()
117 Connection::SyncMessageState::SyncMessageState(RunLoop* runLoop) in SyncMessageState()
/external/webkit/Source/WebCore/loader/
DWorkerThreadableLoader.cpp71 WorkerRunLoop& runLoop = workerContext->thread()->runLoop(); in loadResourceSynchronously() local