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
300
// |
interface_string
|, which is a '|'-separated string of interface names.
301
bool CheckPepperFlashInterfaceString(const std::string&
interface_string
) {
303
base::SplitString(
interface_string
, '|', &interface_names);
321
std::string
interface_string
;
local
322
if (!interface_list->GetString(i, &
interface_string
))
324
if (!CheckPepperFlashInterfaceString(
interface_string
))
Completed in 54 milliseconds