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

  /external/webkit/Source/WebKit/win/
WebDownload.h 130 RetainPtr<CFURLDownloadRef> m_download; member in class:WebDownload
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.h 120 RetainPtr<CFURLDownloadRef> m_download; member in class:WebKit::Download
  /external/webkit/Source/WebKit/gtk/webkit/
webkitdownload.cpp 73 WebKitDownload* m_download; member in class:DownloadClient
921 : m_download(download)
927 webkit_download_set_response(m_download, response);
932 webkit_download_received_data(m_download, data, length);
937 webkit_download_finished_loading(m_download);
942 webkit_download_error(m_download, error);

Completed in 173 milliseconds