Searched refs:key_path (Results 1 - 25 of 58) sorted by last modified time

123

/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store_unittest.cc46 base::FilePath key_path = local
50 ASSERT_TRUE(base::ReadFileToString(key_path, key));
/external/chromium_org/net/socket/
H A Dssl_server_socket_unittest.cc328 base::FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); local
330 ASSERT_TRUE(base::ReadFileToString(key_path, &key_string));
/external/chromium_org/net/test/
H A Dcert_test_util_nss.cc23 base::FilePath key_path = dir.AppendASCII(key_filename); local
25 bool success = base::ReadFileToString(key_path, &key_pkcs8);
27 LOG(ERROR) << "Failed to read file " << key_path.value();
40 << key_path.value();
/external/chromium_org/remoting/protocol/
H A Dauthenticator_test_base.cc53 base::FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); local
55 ASSERT_TRUE(base::ReadFileToString(key_path, &key_string));
H A Dssl_hmac_channel_authenticator_unittest.cc63 base::FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); variable
65 ASSERT_TRUE(base::ReadFileToString(key_path, &key_string));
/external/chromium_org/remoting/test/
H A Dprotocol_perftest.cc264 base::FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); local
266 ASSERT_TRUE(base::ReadFileToString(key_path, &key_string));
/external/chromium_org/components/policy/core/common/cloud/
H A Dresource_cache.cc112 base::FilePath key_path; local
113 if (!VerifyKeyPath(key, false, &key_path))
116 base::FileEnumerator enumerator(key_path, false, base::FileEnumerator::FILES);
145 base::FilePath key_path; local
146 if (VerifyKeyPath(key, false, &key_path))
147 base::DeleteFile(key_path, true);
154 base::FilePath key_path; local
155 if (!VerifyKeyPath(key, false, &key_path))
158 base::FileEnumerator enumerator(key_path, false, base::FileEnumerator::FILES);
173 base::DeleteFile(key_path, fals
196 base::FilePath key_path; local
232 base::FilePath key_path; local
[all...]
H A Duser_cloud_policy_store.cc75 const base::FilePath& key_path) {
94 if (!base::ReadFileToString(key_path, &data, kKeySizeLimit) ||
100 LOG(ERROR) << "Failed to read or parse key data from " << key_path.value();
133 const base::FilePath& key_path,
159 WriteStringToFile(key_path, key_data);
167 const base::FilePath& key_path,
172 key_path_(key_path),
185 base::FilePath key_path = local
188 policy_path, key_path, verification_key, background_task_runner));
73 LoadPolicyFromDisk( const base::FilePath& policy_path, const base::FilePath& key_path) argument
131 StorePolicyToDiskOnBackgroundThread( const base::FilePath& policy_path, const base::FilePath& key_path, const std::string& verification_key, const em::PolicyFetchResponse& policy) argument
165 UserCloudPolicyStore( const base::FilePath& policy_path, const base::FilePath& key_path, const std::string& verification_key, scoped_refptr<base::SequencedTaskRunner> background_task_runner) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc1553 IndexedDBKeyPath key_path; local
1556 if (!DecodeIDBKeyPath(&slice, &key_path) || !slice.empty())
1634 // (2) Later, null vs. string vs. array was stored in the key_path itself.
1637 (key_path.type() == blink::WebIDBKeyPathTypeString &&
1638 !key_path.string().empty())) {
1643 key_path = IndexedDBKeyPath();
1670 key_path,
1714 const IndexedDBKeyPath& key_path,
1747 PutIDBKeyPath(leveldb_transaction, key_path_key, key_path);
1752 PutBool(leveldb_transaction, has_key_path_key, !key_path
1709 CreateObjectStore( IndexedDBBackingStore::Transaction* transaction, int64 database_id, int64 object_store_id, const base::string16& name, const IndexedDBKeyPath& key_path, bool auto_increment) argument
2580 IndexedDBKeyPath key_path; local
2748 CreateIndex( IndexedDBBackingStore::Transaction* transaction, int64 database_id, int64 object_store_id, int64 index_id, const base::string16& name, const IndexedDBKeyPath& key_path, bool is_unique, bool is_multi_entry) argument
[all...]
H A Dindexed_db_backing_store.h376 const IndexedDBKeyPath& key_path,
436 const IndexedDBKeyPath& key_path,
H A Dindexed_db_backing_store_unittest.cc964 EXPECT_EQ(object_store_key_path, object_store.key_path);
970 EXPECT_EQ(index_key_path, index.key_path);
H A Dindexed_db_callbacks.cc502 const IndexedDBKeyPath& key_path) {
516 params->key_path = key_path;
500 OnSuccess(IndexedDBValue* value, const IndexedDBKey& key, const IndexedDBKeyPath& key_path) argument
H A Dindexed_db_callbacks.h91 const IndexedDBKeyPath& key_path);
H A Dindexed_db_database.cc269 const IndexedDBKeyPath& key_path,
288 key_path,
297 object_store_metadata.key_path,
339 const IndexedDBKeyPath& key_path,
354 name, index_id, key_path, unique, multi_entry);
361 index_metadata.key_path,
614 !object_store_metadata.key_path.IsNull()) {
615 callbacks->OnSuccess(&value, *key, object_store_metadata.key_path);
672 !object_store_metadata.key_path.IsNull()) {
673 callbacks->OnSuccess(&value, *primary_key, object_store_metadata.key_path);
266 CreateObjectStore(int64 transaction_id, int64 object_store_id, const base::string16& name, const IndexedDBKeyPath& key_path, bool auto_increment) argument
335 CreateIndex(int64 transaction_id, int64 object_store_id, int64 index_id, const base::string16& name, const IndexedDBKeyPath& key_path, bool unique, bool multi_entry) argument
[all...]
H A Dindexed_db_database.h78 const IndexedDBKeyPath& key_path,
101 const IndexedDBKeyPath& key_path,
H A Dindexed_db_dispatcher_host.cc252 idb_store_metadata.keyPath = web_store_metadata.key_path;
265 idb_index_metadata.keyPath = web_index_metadata.key_path;
515 params.key_path,
859 params.key_path,
H A Dindexed_db_index_writer.cc146 // identical key_path need to also use the primary (generated) key as a key.
147 if (key_was_generated && (index.key_path == object_store.key_path))
H A Dindexed_db_leveldb_coding_unittest.cc680 IndexedDBKeyPath key_path = key_paths[i]; local
683 std::string v = WrappedEncodeIDBKeyPath(key_path);
689 EXPECT_EQ(key_path, decoded);
786 IndexedDBKeyPath key_path = key_paths[i]; local
792 EXPECT_EQ(key_path, decoded);
H A Dindexed_db_metadata.cc12 const IndexedDBKeyPath& key_path,
17 key_path(key_path),
9 IndexedDBObjectStoreMetadata( const base::string16& name, int64 id, const IndexedDBKeyPath& key_path, bool auto_increment, int64 max_index_id) argument
H A Dindexed_db_metadata.h22 const IndexedDBKeyPath& key_path,
27 key_path(key_path),
32 IndexedDBKeyPath key_path; member in struct:content::IndexedDBIndexMetadata
45 const IndexedDBKeyPath& key_path,
51 IndexedDBKeyPath key_path; member in struct:content::IndexedDBObjectStoreMetadata
20 IndexedDBIndexMetadata(const base::string16& name, int64 id, const IndexedDBKeyPath& key_path, bool unique, bool multi_entry) argument
/external/chromium_org/content/child/indexed_db/
H A Dindexed_db_dispatcher.cc585 WebIDBKeyPathBuilder::Build(params.key_path));
H A Dindexed_db_key_builders.cc110 const blink::WebIDBKeyPath& key_path) {
111 switch (key_path.keyPathType()) {
113 return IndexedDBKeyPath(key_path.string());
115 return IndexedDBKeyPath(CopyArray(key_path.array()));
125 const IndexedDBKeyPath& key_path) {
126 switch (key_path.type()) {
128 return blink::WebIDBKeyPath::create(WebString(key_path.string()));
130 return blink::WebIDBKeyPath::create(CopyArray(key_path.array()));
109 Build( const blink::WebIDBKeyPath& key_path) argument
124 Build( const IndexedDBKeyPath& key_path) argument
H A Dindexed_db_key_builders.h48 static IndexedDBKeyPath Build(const blink::WebIDBKeyPath& key_path);
56 static blink::WebIDBKeyPath Build(const IndexedDBKeyPath& key_path);
H A Dwebidbdatabase_impl.cc57 const WebIDBKeyPath& key_path,
64 params.key_path = IndexedDBKeyPathBuilder::Build(key_path);
242 const WebIDBKeyPath& key_path,
251 params.key_path = IndexedDBKeyPathBuilder::Build(key_path);
54 createObjectStore(long long transaction_id, long long object_store_id, const WebString& name, const WebIDBKeyPath& key_path, bool auto_increment) argument
238 createIndex(long long transaction_id, long long object_store_id, long long index_id, const WebString& name, const WebIDBKeyPath& key_path, bool unique, bool multi_entry) argument
H A Dwebidbdatabase_impl.h35 const blink::WebIDBKeyPath& key_path,

Completed in 501 milliseconds

123