HomeSort by relevance Sort by last modified time
    Searched defs:finishLoading (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/icon/
IconLoader.cpp 99 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)
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/
Notification.cpp 200 finishLoading();
205 finishLoading();
210 finishLoading();
215 finishLoading();
218 void Notification::finishLoading()

Completed in 286 milliseconds