OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lower_suffix
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.cc
167
std::string
lower_suffix
= base::StringToLowerASCII(*iter);
local
168
mime_type_pref->SetWithoutPathExpansion(
lower_suffix
, value);
195
std::string
lower_suffix
= base::StringToLowerASCII(suffix);
local
197
suffix_task_prefs->GetStringWithoutPathExpansion(
lower_suffix
, &task_id);
Completed in 3337 milliseconds