Home
last modified time | relevance | path

Searched refs:WAITING_FOR_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/base/
Dload_states_list.h91 LOAD_STATE(WAITING_FOR_RESPONSE)
/external/chromium_org/chrome/browser/ui/
Dbrowser.h886 WAITING_FOR_RESPONSE, // We have asked the user and have not received a enumerator
Dbrowser.cc2214 return cancel_download_confirmation_state_ != WAITING_FOR_RESPONSE; in CanCloseWithInProgressDownloads()
2224 cancel_download_confirmation_state_ = WAITING_FOR_RESPONSE; in CanCloseWithInProgressDownloads()