OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DownloadState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/public/browser/
download_item.h
53
enum
DownloadState
{
156
virtual
DownloadState
GetState() const = 0;
/external/chromium/chrome/browser/download/
download_item.h
41
enum
DownloadState
{
244
DownloadState
state() const { return state_; }
349
DownloadState
state_;
Completed in 25 milliseconds