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

/external/webkit/Source/WebCore/loader/icon/
H A DIconLoader.cpp99 finishLoading(handle ? handle->firstRequest().url() : KURL(), 0);
123 finishLoading(handle ? handle->firstRequest().url() : KURL(), 0);
145 finishLoading(handle ? handle->firstRequest().url() : KURL(), m_resourceLoader->resourceData());
149 void IconLoader::finishLoading(const KURL& iconURL, PassRefPtr<SharedBuffer> data) function in class:WebCore::IconLoader
153 // Once that data finishes loading or if the load is cancelled while that data is being read, finishLoading ends up being called a second time.
155 // in the meantime, we'll only commit this data to the IconDatabase if it's the first time ::finishLoading() is called
159 LOG(IconDatabase, "IconLoader::finishLoading() - Committing iconURL %s to database", iconURL.string().ascii().data());
/external/webkit/Source/WebCore/notifications/
H A DNotification.cpp200 finishLoading();
205 finishLoading();
210 finishLoading();
215 finishLoading();
218 void Notification::finishLoading() function in class:WebCore::Notification

Completed in 81 milliseconds