Searched defs:store_id (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database_unittest.cc290 const int64 store_id = 1001; local
292 store_id,
304 const int64 store_id = 1001; local
306 store_id,
313 store_id,
321 db_->metadata().object_stores.find(store_id)->second.indexes.size());
327 db_->metadata().object_stores.find(store_id)->second.indexes.size());
343 const int64 store_id = 1001; local
345 store_id,
357 const int64 store_id local
382 const int64 store_id = 1001; local
[all...]
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_helpers.cc45 Profile* ChooseProfileFromStoreId(const std::string& store_id, argument
52 if (store_id == kOriginalProfileStoreId && allow_original)
54 if (store_id == kOffTheRecordProfileStoreId && allow_incognito)
67 const std::string& store_id) {
88 cookie->store_id = store_id;
145 CreateCookie(*it, *details->store_id).release()));
65 CreateCookie( const net::CanonicalCookie& canonical_cookie, const std::string& store_id) argument
H A Dcookies_api.cc74 std::string* store_id,
76 DCHECK((context || store_id->empty()));
78 if (!store_id->empty()) {
80 *store_id, function->GetProfile(), function->include_incognito());
83 keys::kInvalidStoreIdError, *store_id));
96 *store_id = cookies_helpers::GetStoreIdFromProfile(store_profile);
216 std::string store_id =
217 parsed_args_->details.store_id.get() ? *parsed_args_->details.store_id
220 if (!ParseStoreContext(this, &store_id,
73 ParseStoreContext(ChromeAsyncExtensionFunction* function, std::string* store_id, net::URLRequestContextGetter** context) argument
290 std::string store_id = local
[all...]
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dtracked_preferences_migration_unittest.cc147 // Sets |key| to |value| in the test store identified by |store_id| before
149 void PresetStoreValue(MockPrefStoreID store_id, argument
152 PresetStoreValueOnly(store_id, key, value);
153 PresetStoreValueHash(store_id, key, value);
156 // Sets |key| to |value| in the test store identified by |store_id| before
159 void PresetLegacyStoreValue(MockPrefStoreID store_id, argument
162 PresetStoreValueOnly(store_id, key, value);
167 // |store_id| before migration begins.
168 void PresetStoreValueHash(MockPrefStoreID store_id, argument
173 switch (store_id) {
208 WasOnSuccessfulWriteCallbackRegistered(MockPrefStoreID store_id) argument
221 VerifyValuesStored( MockPrefStoreID store_id, const base::StringPairs& expected_prefs_in_store) argument
245 ContainsHash(MockPrefStoreID store_id, std::string expected_pref_in_hash_store) argument
276 HandPrefsToMigrator(MockPrefStoreID store_id) argument
295 HasPrefs(MockPrefStoreID store_id) argument
306 StoreModifiedByMigration(MockPrefStoreID store_id) argument
322 SimulateSuccessfulWrite(MockPrefStoreID store_id) argument
338 RegisterSuccessfulWriteClosure( MockPrefStoreID store_id, const base::Closure& successful_write_closure) argument
355 GetPrefsBack(MockPrefStoreID store_id, scoped_ptr<base::DictionaryValue> prefs, bool prefs_altered) argument
375 RemovePathFromStore(MockPrefStoreID store_id, const std::string& key) argument
390 PresetStoreValueOnly(MockPrefStoreID store_id, const std::string& key, const std::string value) argument
[all...]
/external/chromium_org/v8/src/
H A Dtyping.cc589 TypeFeedbackId store_id = expr->CountStoreFeedbackId(); local
590 expr->set_store_mode(oracle()->GetStoreMode(store_id));
591 oracle()->CountReceiverTypes(store_id, expr->GetReceiverTypes());

Completed in 331 milliseconds