OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flash_path
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_finder.py
34
def __init__(self, browser_type, finder_options, executable,
flash_path
,
40
self._flash_path =
flash_path
111
flash_path
= os.path.join(flash_bin_dir, 'mac', flash_bin)
117
flash_path
= os.path.join(flash_bin_dir, 'linux', flash_bin)
123
flash_path
= os.path.join(flash_bin_dir, 'win', flash_bin)
138
normalized_executable,
flash_path
,
151
flash_path_64 if is_64 else
flash_path
,
desktop_browser_backend.py
22
def __init__(self, browser_options, executable,
flash_path
, is_content_shell,
40
self._flash_path =
flash_path
/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)) {
/external/chromium_org/chrome/common/
chrome_content_client.cc
376
const CommandLine::StringType
flash_path
=
local
379
if (
flash_path
.empty())
389
CreatePepperFlashInfo(base::FilePath(
flash_path
), flash_version));
412
base::FilePath
flash_path
;
413
if (!PathService::Get(chrome::FILE_PEPPER_FLASH_PLUGIN, &
flash_path
))
416
*plugin = CreatePepperFlashInfo(
flash_path
, FLAPPER_VERSION_STRING);
/external/chromium_org/tools/
bisect-builds.py
65
is_official, is_aura,
flash_path
= None):
74
self.
flash_path
=
flash_path
365
if ((context.is_official or context.
flash_path
) and
368
if context.
flash_path
:
369
testargs.append('--ppapi-flash-path=%s' % context.
flash_path
)
461
flash_path
=None,
495
official_builds, is_aura,
flash_path
)
731
parser.add_option('-f', '--
flash_path
', type = 'str',
798
if opts.
flash_path
[
all
...]
/external/chromium_org/chrome/browser/component_updater/
pepper_flash_component_installer.cc
140
bool MakePepperFlashPluginInfo(const base::FilePath&
flash_path
,
152
plugin_info->path =
flash_path
;
/external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc
[
all
...]
Completed in 181 milliseconds