OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:url_key
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/os_crypt/
ie7_password_win.cc
121
DATA_BLOB
url_key
= {0};
local
127
url_key
.pbData = reinterpret_cast<unsigned char*>(
129
url_key
.cbData = static_cast<DWORD>((lower_case_url.size() + 1) *
132
if (CryptUnprotectData(&input, NULL, &
url_key
, NULL, NULL,
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc
98
bool PluginReverseInterface::OpenManifestEntry(std::string
url_key
,
116
new OpenManifestEntryResource(
url_key
, info, &op_complete);
119
url_key
.c_str());
161
NaClLog(4, "OpenManifestEntry: failed for key %s",
url_key
.c_str());
service_runtime.h
100
virtual bool OpenManifestEntry(std::string
url_key
,
/external/chromium_org/chrome/browser/password_manager/
password_store_win_unittest.cc
84
DATA_BLOB
url_key
= {0};
local
90
url_key
.pbData = reinterpret_cast<unsigned char*>(
92
url_key
.cbData = static_cast<DWORD>((url.size() + 1) *
95
if (!CryptProtectData(&input, NULL, &
url_key
, NULL, NULL,
/external/chromium_org/chrome/installer/util/
shell_util.cc
467
base::string16
url_key
(ShellUtil::kRegClasses);
468
url_key
.push_back(base::FilePath::kSeparators[0]);
469
url_key
.append(protocol);
474
entries->push_back(new RegistryEntry(
url_key
,
478
base::string16 icon_key =
url_key
+ ShellUtil::kRegDefaultIcon;
482
base::string16 shell_key =
url_key
+ ShellUtil::kRegShellOpen;
486
base::string16 dde_key =
url_key
+ L"\\shell\\open\\ddeexec";
490
base::string16 protocol_shell_key =
url_key
+ ShellUtil::kRegShellPath;
[
all
...]
Completed in 193 milliseconds