OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadedByExtension
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.h
71
class
DownloadedByExtension
: public base::SupportsUserData::Data {
73
static
DownloadedByExtension
* Get(content::DownloadItem* item);
75
DownloadedByExtension
(content::DownloadItem* item,
88
DISALLOW_COPY_AND_ASSIGN(
DownloadedByExtension
);
downloads_api.cc
276
DownloadedByExtension
* by_ext =
DownloadedByExtension
::Get(download_item);
[
all
...]
/external/chromium_org/chrome/browser/download/
download_history.cc
118
extensions::
DownloadedByExtension
* by_ext =
119
extensions::
DownloadedByExtension
::Get(item);
282
new extensions::
DownloadedByExtension
(
download_history_unittest.cc
458
new extensions::
DownloadedByExtension
(
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc
137
extensions::
DownloadedByExtension
* by_ext =
138
extensions::
DownloadedByExtension
::Get(download_item);
Completed in 136 milliseconds