Searched defs:store (Results 51 - 75 of 312) sorted by path

1234567891011>>

/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_image_service.cc19 void ConstructPersistentImageStore(PersistentImageStore* store, argument
21 DCHECK(store);
22 new (store) PersistentImageStore(path);
25 void DeleteImageStore(ImageStore* store) { argument
26 DCHECK(store);
27 delete store;
31 ImageStore* store,
35 std::pair<gfx::Image, GURL> image_data = store->Get(page_url);
44 scoped_ptr<ImageStore> store,
48 store_(store
30 RetrieveImageFromStoreRelay( ImageStore* store, const GURL& page_url, enhanced_bookmarks::BookmarkImageService::Callback callback, scoped_refptr<base::SingleThreadTaskRunner> origin_loop) argument
43 BookmarkImageService( scoped_ptr<ImageStore> store, EnhancedBookmarkModel* enhanced_bookmark_model, scoped_refptr<base::SequencedWorkerPool> pool) argument
75 PersistentImageStore* store = local
[all...]
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_core.cc21 CloudPolicyStore* store,
24 store_(store),
19 CloudPolicyCore( const PolicyNamespaceKey& key, CloudPolicyStore* store, const scoped_refptr<base::SequencedTaskRunner>& task_runner) argument
H A Dcloud_policy_core.h56 CloudPolicyStore* store,
63 CloudPolicyStore* store() { return store_; } function in class:policy::CloudPolicyCore
64 const CloudPolicyStore* store() const { return store_; } function in class:policy::CloudPolicyCore
H A Dcloud_policy_manager.h82 // default implementation just copies over |store()->policy_map()|.
94 CloudPolicyStore* store() { return core_.store(); } function in class:policy::CloudPolicyManager
95 const CloudPolicyStore* store() const { return core_.store(); } function in class:policy::CloudPolicyManager
H A Dcloud_policy_manager_unittest.cc76 // Create and initialize the store.
150 CloudPolicyStore* store,
155 store,
163 using CloudPolicyManager::store;
306 // A refresh on a non-registered store should not block.
316 // Simulate a store load.
149 TestCloudPolicyManager( CloudPolicyStore* store, const scoped_refptr<base::SequencedTaskRunner>& task_runner) argument
H A Dcloud_policy_refresh_scheduler.cc60 CloudPolicyStore* store,
63 store_(store),
148 void CloudPolicyRefreshScheduler::OnStoreLoaded(CloudPolicyStore* store) { argument
155 void CloudPolicyRefreshScheduler::OnStoreError(CloudPolicyStore* store) { argument
158 // continue using the stale information. Thus, no specific response to a store
58 CloudPolicyRefreshScheduler( CloudPolicyClient* client, CloudPolicyStore* store, const scoped_refptr<base::SequencedTaskRunner>& task_runner) argument
H A Dcloud_policy_service.cc16 CloudPolicyStore* store)
19 store_(store),
85 void CloudPolicyService::OnStoreLoaded(CloudPolicyStore* store) { argument
86 // Update the client with state from the store.
125 void CloudPolicyService::OnStoreError(CloudPolicyStore* store) { argument
14 CloudPolicyService(const PolicyNamespaceKey& policy_ns_key, CloudPolicyClient* client, CloudPolicyStore* store) argument
H A Dcomponent_cloud_policy_service.cc58 // store local copies of the downloaded policies.
234 core_->store()->AddObserver(this);
236 // Wait for the store and the schema registry to become ready before
240 if (core_->store()->is_initialized())
241 OnStoreLoaded(core_->store());
253 core_->store()->RemoveObserver(this);
332 void ComponentCloudPolicyService::OnStoreLoaded(CloudPolicyStore* store) { argument
334 DCHECK_EQ(core_->store(), store);
338 // Send the current credentials to the backend; do this whenever the store
379 OnStoreError(CloudPolicyStore* store) argument
[all...]
H A Dcomponent_cloud_policy_service_stub.cc45 void ComponentCloudPolicyService::OnStoreLoaded(CloudPolicyStore* store) {} argument
47 void ComponentCloudPolicyService::OnStoreError(CloudPolicyStore* store) {} argument
H A Dcomponent_cloud_policy_updater.cc37 ComponentCloudPolicyStore* store)
38 : store_(store),
34 ComponentCloudPolicyUpdater( scoped_refptr<base::SequencedTaskRunner> task_runner, scoped_ptr<ExternalPolicyDataFetcher> external_policy_data_fetcher, ComponentCloudPolicyStore* store) argument
H A Dpolicy_header_service.cc86 void PolicyHeaderService::OnStoreLoaded(CloudPolicyStore* store) { argument
97 void PolicyHeaderService::OnStoreError(CloudPolicyStore* store) { argument
H A Duser_cloud_policy_manager.cc23 scoped_ptr<UserCloudPolicyStore> store,
31 store.get(),
35 store_(store.Pass()),
22 UserCloudPolicyManager( scoped_ptr<UserCloudPolicyStore> store, const base::FilePath& component_policy_cache_path, scoped_ptr<CloudExternalDataManager> external_data_manager, const scoped_refptr<base::SequencedTaskRunner>& task_runner, const scoped_refptr<base::SequencedTaskRunner>& file_task_runner, const scoped_refptr<base::SequencedTaskRunner>& io_task_runner) argument
H A Duser_cloud_policy_store_unittest.cc102 void VerifyPolicyMap(CloudPolicyStore* store) { argument
103 EXPECT_EQ(2U, store->policy_map().size());
105 store->policy_map().Get(key::kPasswordManagerEnabled);
108 ASSERT_TRUE(store->policy_map().Get(key::kURLBlacklist));
112 void ExpectError(CloudPolicyStore* store, CloudPolicyStore::Status error) { argument
114 OnStoreError(AllOf(Eq(store),
326 // Store a simple policy then store a second policy before the first one
355 // Now, make sure the policy can be read back in from a second store.
382 // Now, make sure the policy can be read back in from a second store.
414 // Create unsigned policy, try to store i
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_unittest.cc128 scoped_refptr<IndexedDBBackingStore> store = local
133 IndexedDBBackingStore* store_ptr = store.get();
134 store = NULL;
146 store = store_ptr;
321 IndexedDBBackingStore* store = local
323 EXPECT_FALSE(store->HasOneRef()); // Factory and database.
327 EXPECT_TRUE(store->HasOneRef()); // Factory.
330 EXPECT_TRUE(store->close_timer()->IsRunning());
333 scoped_refptr<IndexedDBBackingStore> store_ref = store;
336 EXPECT_TRUE(store
[all...]
/external/chromium_org/content/browser/loader/
H A Dresource_loader_unittest.cc38 // Stub client certificate store that returns a preset list of certificates for
264 void SetClientCertStore(scoped_ptr<net::ClientCertStore> store) { argument
265 dummy_cert_store_ = store.Pass();
367 // causes client cert store to be queried for certificates and if the returned
371 // Set up the test client cert store.
402 // Check if the test store was queried against correct |cert_authorities|.
413 // on a platform with a NULL client cert store still calls the content browser
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store.cc129 WebRTCIdentityStore* store,
131 : store_(store), request_(NULL), callback_(callback) {}
128 WebRTCIdentityRequestHandle( WebRTCIdentityStore* store, const WebRTCIdentityStore::CompletionCallback& callback) argument
/external/chromium_org/extensions/browser/api/declarative/
H A Drules_cache_delegate.cc20 // Returns the key to use for storing declarative rules in the state store.
78 StateStore* store = system.rules_store(); local
79 if (store)
80 store->RegisterKey(storage_key_);
108 StateStore* store = ExtensionSystem::Get(browser_context_)->rules_store();
109 if (store)
110 store->SetExtensionValue(extension_id, storage_key_, value.Pass());
168 StateStore* store = ExtensionSystem::Get(browser_context_)->rules_store(); local
169 if (!store)
172 store
[all...]
/external/chromium_org/extensions/browser/api/storage/
H A Dstorage_api_unittest.cc101 // Corrupt the store. This is not as pretty as ideal, because we use knowledge
103 // store other than directly modifying the files.
104 ValueStore* store = local
108 ASSERT_TRUE(store);
110 static_cast<SettingsStorageQuotaEnforcer*>(store);
119 // store behind the scenes).
/external/chromium_org/extensions/browser/value_store/
H A Dleveldb_value_store_unittest.cc53 LeveldbValueStore* store() { return store_.get(); } function in class:LeveldbValueStoreUnitTest
71 store()->Set(ValueStore::DEFAULTS, kNotCorruptKey, *value)->HasError());
77 ASSERT_TRUE(store()->WriteToDbForTest(&batch));
80 ValueStore::ReadResult result = store()->Get(kCorruptKey);
85 ASSERT_TRUE(store()->RestoreKey(kCorruptKey));
86 result = store()->Get(kCorruptKey);
91 result = store()->Get(kNotCorruptKey);
112 ASSERT_FALSE(store()
121 ASSERT_TRUE(store()->WriteToDbForTest(&batch));
124 ValueStore::ReadResult result = store()
[all...]
/external/chromium_org/mojo/services/html_viewer/
H A Dwebcookiejar_impl.cc23 WebCookieJarImpl::WebCookieJarImpl(CookieStorePtr store) argument
24 : store_(store.Pass()) {
38 // subsequent URL request will see the changes to the cookie store.
54 // store is followed up with WaitForIncomingMethodCall, we can be sure that
/external/chromium_org/mojo/services/network/
H A Dcookie_store_impl.cc39 net::CookieStore* store = context_->url_request_context()->cookie_store(); local
40 if (!store) {
44 store->GetCookiesWithOptionsAsync(
54 net::CookieStore* store = context_->url_request_context()->cookie_store(); local
55 if (!store) {
59 store->SetCookieWithOptionsAsync(
H A Dnetwork_service_impl.cc28 void NetworkServiceImpl::GetCookieStore(InterfaceRequest<CookieStore> store) { argument
29 BindToRequest(new CookieStoreImpl(context_, origin_), &store);
/external/chromium_org/net/android/java/src/org/chromium/net/
H A DDefaultAndroidKeyStore.java32 // Key store handling this key.
35 DefaultAndroidPrivateKey(PrivateKey key, DefaultAndroidKeyStore store) { argument
37 mStore = store;
H A DRemoteAndroidKeyStore.java19 // Reference to the key on a remote store.
21 // Key store handling this key.
24 RemotePrivateKey(int handle, RemoteAndroidKeyStore store) { argument
26 mStore = store;
/external/chromium_org/net/base/
H A Dkeygen_handler.h42 void set_stores_key(bool store) { stores_key_ = store;} argument
45 // Register the delegate to be used to get the token to store the key in, and

Completed in 825 milliseconds

1234567891011>>