OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interface_string
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/component_updater/
pepper_flash_component_installer.cc
213
// |
interface_string
|, which is a '|'-separated string of interface names.
214
bool CheckPepperFlashInterfaceString(const std::string&
interface_string
) {
216
base::SplitString(
interface_string
, '|', &interface_names);
234
std::string
interface_string
;
local
235
if (!interface_list->GetString(i, &
interface_string
))
237
if (!CheckPepperFlashInterfaceString(
interface_string
))
Completed in 262 milliseconds