OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:private_key_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/extensions/
extensions_startup.cc
56
FilePath
private_key_path
;
local
58
private_key_path
= cmd_line.GetSwitchValuePath(switches::kPackExtensionKey);
62
pack_job_ = new PackExtensionJob(this, src_dir,
private_key_path
);
extensions_ui.cc
520
std::string
private_key_path
;
local
523
CHECK(args->GetString(1, &
private_key_path
));
527
FilePath key_file = FilePath::FromWStringHack(UTF8ToWide(
private_key_path
));
541
if (!
private_key_path
.empty() && key_file.empty()) {
[
all
...]
/external/chromium_org/chrome/browser/extensions/
startup_helper.cc
65
base::FilePath
private_key_path
;
local
67
private_key_path
= cmd_line.GetSwitchValuePath(switches::kPackExtensionKey);
72
pack_job_ = new PackExtensionJob(this, src_dir,
private_key_path
,
/external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc
613
std::string
private_key_path
;
local
616
CHECK(args->GetString(1, &
private_key_path
));
620
FilePath key_file = FilePath::FromWStringHack(UTF8ToWide(
private_key_path
));
634
if (!
private_key_path
.empty() && key_file.empty()) {
[
all
...]
Completed in 56 milliseconds