Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/download/
Ddownload_item_impl.cc356 case RESUMING_INTERNAL: in Resume()
375 state_ != RESUMING_INTERNAL) { in Cancel()
408 if ((state_ == INTERRUPTED_INTERNAL || state_ == RESUMING_INTERNAL) && in Cancel()
513 case RESUMING_INTERNAL: in IsDone()
902 DCHECK_EQ(RESUMING_INTERNAL, state_); in MergeOriginInfoOnResume()
1416 if (state_ != IN_PROGRESS_INTERNAL && state_ != RESUMING_INTERNAL) in Interrupt()
1685 TransitionTo(RESUMING_INTERNAL, DONT_UPDATE_OBSERVERS); in ResumeInterruptedDownload()
1702 case RESUMING_INTERNAL: in InternalToExternalState()
1743 case RESUMING_INTERNAL: in DebugDownloadStateString()
Ddownload_item_impl.h280 RESUMING_INTERNAL, enumerator