Home
last modified time | relevance | path

Searched defs:performWork (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/Platform/
DRunLoop.cpp53 void RunLoop::performWork() in performWork() function in RunLoop
/external/webkit/Source/WebKit2/Platform/mac/
DRunLoopMac.mm31 void RunLoop::performWork(void* context) function
/external/webkit/Source/WebKit2/Platform/qt/
DRunLoopQt.cpp49 Q_SLOT void performWork() { m_runLoop->performWork(); } in performWork() function in RunLoop::TimerObject
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.cpp2145 virtual void performWork() in performWork() function in WebCore::ImportedIconURLForPageURLWorkItem
2168 virtual void performWork() in performWork() function in WebCore::ImportedIconDataForPageURLWorkItem
2185 virtual void performWork() in performWork() function in WebCore::RemovedAllIconsWorkItem
2199 virtual void performWork() in performWork() function in WebCore::FinishedURLImport
/external/webkit/Source/WebKit2/Platform/gtk/
DWorkQueueGtk.cpp73 static gboolean performWork(GSocket* socket, GIOCondition condition, EventSource* eventSource) in performWork() function in WorkQueue::EventSource