HomeSort by relevance Sort by last modified time
    Searched refs:finishLoading (Results 1 - 6 of 6) 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());
IconLoader.h 59 void finishLoading(const KURL&, PassRefPtr<SharedBuffer> data);
  /external/webkit/Source/WebCore/notifications/
Notification.cpp 200 finishLoading();
205 finishLoading();
210 finishLoading();
215 finishLoading();
218 void Notification::finishLoading()
Notification.h 125 void finishLoading();
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshotProxy.js 102 finishLoading: function(callback)
ProfilesPanel.js 524 if (proxy.finishLoading(parsed))

Completed in 175 milliseconds