Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/download/
Ddownload_item_impl.h225 enum DownloadInternalState { enum
369 void TransitionTo(DownloadInternalState new_state,
382 DownloadInternalState internal_state);
383 static DownloadInternalState ExternalToInternalState(
387 static const char* DebugDownloadStateString(DownloadInternalState state);
492 DownloadInternalState state_;
Ddownload_item_impl.cc1560 void DownloadItemImpl::TransitionTo(DownloadInternalState new_state, in TransitionTo()
1567 DownloadInternalState old_state = state_; in TransitionTo()
1733 DownloadInternalState internal_state) { in InternalToExternalState()
1755 DownloadItemImpl::DownloadInternalState
1774 DownloadInternalState state) { in DebugDownloadStateString()