OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:known_devices
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/download/
download_util.cc
139
static const wchar_t* const
known_devices
[] = {
local
146
for (int i = 0; i < arraysize(
known_devices
); ++i) {
148
if (filename_lower ==
known_devices
[i])
151
if (filename_lower.find(string16(
known_devices
[i]) + L".") == 0)
[
all
...]
Completed in 75 milliseconds