OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flash_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
chrome_content_client.cc
121
const CommandLine::StringType
flash_path
=
local
124
if (
flash_path
.empty())
129
plugin.path = FilePath(
flash_path
);
sandbox_policy.cc
447
// flash plugin and optionally returns its full path in |
flash_path
|
448
bool IsBuiltInFlash(const CommandLine* cmd_line, FilePath*
flash_path
) {
460
if (
flash_path
)
461
*
flash_path
= plugin_path;
485
FilePath
flash_path
;
local
486
if (IsBuiltInFlash(cmd_line, &
flash_path
)) {
488
if (!LoadFlashBroker(
flash_path
, cmd_line)) {
Completed in 381 milliseconds