Home
last modified time | relevance | path

Searched refs:is_successful (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/download/
Ddrag_download_file.cc123 void DragDownloadFile::DownloadCompleted(bool is_successful) { in DownloadCompleted() argument
131 is_successful)); in DownloadCompleted()
136 is_successful_ = is_successful; in DownloadCompleted()
140 if (is_successful) in DownloadCompleted()
Ddrag_download_file.h75 void DownloadCompleted(bool is_successful);