Searched defs:CallCacheListenerTask (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp1065 class CallCacheListenerTask : public ScriptExecutionContext::Task { class in namespace:WebCore
1067 static PassOwnPtr<CallCacheListenerTask> create(PassRefPtr<DocumentLoader> loader, ApplicationCacheHost::EventID eventID, int progressTotal, int progressDone)
1069 return adoptPtr(new CallCacheListenerTask(loader, eventID, progressTotal, progressDone));
1086 CallCacheListenerTask(PassRefPtr<DocumentLoader> loader, ApplicationCacheHost::EventID eventID, int progressTotal, int progressDone) function in class:WebCore::CallCacheListenerTask
1115 frame->document()->postTask(CallCacheListenerTask::create(loader, eventID, progressTotal, progressDone));

Completed in 2573 milliseconds