OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadState
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/download/
download_item.h
41
enum
DownloadState
{
244
DownloadState
state() const { return state_; }
349
DownloadState
state_;
download_item.cc
43
// DownloadItem::
DownloadState
and a state transition table/state diagram.
75
const char* DebugDownloadStateString(DownloadItem::
DownloadState
state) {
128
state_(static_cast<
DownloadState
>(info.state)),
download_browsertest.cc
70
DownloadItem::
DownloadState
download_finished_state,
212
DownloadItem::
DownloadState
download_finished_state_;
[
all
...]
/external/chromium/chrome/browser/automation/
automation_provider.cc
235
std::map<DownloadItem::
DownloadState
, std::string> state_to_string;
[
all
...]
Completed in 668 milliseconds