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

  /external/chromium/chrome/browser/download/
download_request_limiter.cc 171 status_ = DownloadRequestLimiter::PROMPT_BEFORE_DOWNLOAD;
278 state->set_download_status(PROMPT_BEFORE_DOWNLOAD);
284 state->set_download_status(PROMPT_BEFORE_DOWNLOAD);
292 case PROMPT_BEFORE_DOWNLOAD:
download_request_limiter_unittest.cc 94 // Ask if the tab can do a download. This moves to PROMPT_BEFORE_DOWNLOAD.
96 ASSERT_EQ(DownloadRequestLimiter::PROMPT_BEFORE_DOWNLOAD,
176 ASSERT_EQ(DownloadRequestLimiter::PROMPT_BEFORE_DOWNLOAD,
download_request_limiter.h 34 // the state changes to PROMPT_BEFORE_DOWNLOAD.
35 // . If the state is PROMPT_BEFORE_DOWNLOAD and the user clicks the mouse,
38 // . If a download is attempted and the state is PROMPT_BEFORE_DOWNLOAD the user
49 PROMPT_BEFORE_DOWNLOAD,

Completed in 26 milliseconds