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

  /external/webkit/Source/WebKit/win/
DefaultDownloadDelegate.h 69 HashSet<IWebDownload*> m_downloads; member in class:DefaultDownloadDelegate
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
DownloadManager.h 55 bool isDownloading() const { return !m_downloads.isEmpty(); }
60 HashMap<uint64_t, Download*> m_downloads; member in class:WebKit::DownloadManager
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.h 243 HashMap<uint64_t, RefPtr<DownloadProxy> > m_downloads; member in class:WebKit::WebContext

Completed in 708 milliseconds