Searched refs:key_path (Results 51 - 59 of 59) sorted by relevance

123

/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.cc92 string16* key_path) {
94 key_path->assign(kElevationPolicyKeyPath,
98 key_path->append(kIELowRightsPolicyCurrentGuid,
104 key_path->append(&cf_clsid[0], len - 1);
107 key_path->append(kIELowRightsPolicyOldGuid,
1545 string16 key_path; local
1546 GetIELowRightsElevationPolicyKeyPath(OLD_ELEVATION_POLICY, &key_path);
1547 install_list->AddDeleteRegKeyWorkItem(installer_state.root_key(), key_path);
91 GetIELowRightsElevationPolicyKeyPath(ElevationPolicyId policy, string16* key_path) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store_unittest.cc309 EXPECT_EQ(object_store_key_path, object_store.key_path);
315 EXPECT_EQ(index_key_path, index.key_path);
H A Dindexed_db_callbacks.cc255 const IndexedDBKeyPath& key_path) {
273 key_path));
253 OnSuccess(std::string* value, const IndexedDBKey& key, const IndexedDBKeyPath& key_path) argument
H A Dindexed_db_dispatcher_host.cc185 idb_store_metadata.keyPath = web_store_metadata.key_path;
198 idb_index_metadata.keyPath = web_index_metadata.key_path;
430 params.key_path,
725 params.key_path,
H A Dindexed_db_leveldb_coding_unittest.cc623 IndexedDBKeyPath key_path = key_paths[i]; local
626 std::string v = WrappedEncodeIDBKeyPath(key_path);
632 EXPECT_EQ(key_path, decoded);
659 IndexedDBKeyPath key_path = key_paths[i]; local
665 EXPECT_EQ(key_path, decoded);
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_messages.h92 IPC_STRUCT_MEMBER(content::IndexedDBKeyPath, key_path)
225 IPC_STRUCT_MEMBER(content::IndexedDBKeyPath, key_path)
/external/chromium_org/content/child/indexed_db/
H A Dindexed_db_dispatcher.h202 const IndexedDBKeyPath& key_path);
H A Dindexed_db_dispatcher.cc513 const IndexedDBKeyPath& key_path) {
523 WebIDBKeyPathBuilder::Build(key_path));
508 OnSuccessValueWithKey( int32 ipc_thread_id, int32 ipc_callbacks_id, const std::string& value, const IndexedDBKey& primary_key, const IndexedDBKeyPath& key_path) argument
/external/chromium_org/net/socket/
H A Dssl_server_socket_unittest.cc319 base::FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); local
321 ASSERT_TRUE(file_util::ReadFileToString(key_path, &key_string));

Completed in 225 milliseconds

123