Searched defs:store (Results 76 - 100 of 312) sorted by path

1234567891011>>

/external/chromium_org/net/base/
H A Dnetwork_change_notifier_mac.cc126 SCDynamicStoreRef store) {
127 net_config_watcher_->SetDynamicStoreNotificationKeys(store);
194 SCDynamicStoreRef store) {
214 store, notification_keys.get(), NULL);
125 SetDynamicStoreNotificationKeys( SCDynamicStoreRef store) argument
193 SetDynamicStoreNotificationKeys( SCDynamicStoreRef store) argument
/external/chromium_org/net/cert/
H A Dx509_certificate_openssl.cc142 // We allow the X509 store to leak, because it is used from a non-joinable
148 X509_STORE* store() const { return store_.get(); } function in class:net::__anon9111::X509InitSingleton
305 return X509InitSingleton::GetInstance()->store();
H A Dx509_certificate_win.cc76 void AddCertsFromStore(HCERTSTORE store, argument
80 while ((cert = CertEnumCertificatesInStore(store, cert)) != NULL) {
83 NULL, // The cert won't be persisted in any cert store. This breaks
84 // any association the context currently has to |store|, which
85 // allows us, the caller, to safely close |store| without
202 // Create an in-memory certificate store to hold this certificate and
203 // any intermediate certificates in |intermediate_ca_certs_|. The store
206 ScopedHCERTSTORE store(CertOpenStore(
209 if (!store.get())
218 BOOL ok = CertAddCertificateContextToStore(store
[all...]
/external/chromium_org/net/cookies/
H A Dcookie_monster.cc73 // cookie monster store. However, if a request comes in during the initial
77 // callback is passed to the persistent store from CookieMonster::InitStore(),
312 CookieMonster::CookieMonster(PersistentCookieStore* store, argument
315 loaded_(store == NULL),
316 store_(store),
327 CookieMonster::CookieMonster(PersistentCookieStore* store, argument
331 loaded_(store == NULL),
332 store_(store),
1222 // We store host cookies in the store b
[all...]
/external/chromium_org/net/disk_cache/
H A Dbackend_unittest.cc556 base::ScopedTempDir store; local
557 ASSERT_TRUE(store.CreateUniqueTempDir());
563 store.path(),
/external/chromium_org/net/proxy/
H A Dproxy_config_service_mac.cc191 SCDynamicStoreRef store) {
192 proxy_config_service_->SetDynamicStoreNotificationKeys(store);
243 SCDynamicStoreRef store) {
250 bool ret = SCDynamicStoreSetNotificationKeys(store, key_array, NULL);
190 SetDynamicStoreNotificationKeys( SCDynamicStoreRef store) argument
242 SetDynamicStoreNotificationKeys( SCDynamicStoreRef store) argument
/external/chromium_org/net/ssl/
H A Dchannel_id_service_unittest.cc157 // Synchronous completion, because the store is initialized.
394 // store the result, it just doesn't call the callback.
420 // store the result, it just doesn't call the callback.
545 ChannelIDStore* store = service_->GetChannelIDStore(); local
547 store->SetChannelID("good",
552 store->SetChannelID("expired",
598 // Asynchronous completion with no certs in the store.
629 // Asynchronous completion with no certs in the store.
660 // Asynchronous completion with a cert in the store.
676 // Because the cert was found in the store, n
[all...]
H A Ddefault_channel_id_store.cc22 virtual void Run(DefaultChannelIDStore* store) = 0;
45 virtual void Run(DefaultChannelIDStore* store) OVERRIDE;
63 DefaultChannelIDStore* store) {
67 int err = store->GetChannelID(
87 virtual void Run(DefaultChannelIDStore* store) OVERRIDE;
114 DefaultChannelIDStore* store) {
115 store->SyncSetChannelID(server_identifier_, creation_time_,
127 virtual void Run(DefaultChannelIDStore* store) OVERRIDE;
147 DefaultChannelIDStore* store) {
148 store
62 Run( DefaultChannelIDStore* store) argument
113 Run( DefaultChannelIDStore* store) argument
146 Run( DefaultChannelIDStore* store) argument
184 Run( DefaultChannelIDStore* store) argument
214 Run( DefaultChannelIDStore* store) argument
225 DefaultChannelIDStore( PersistentStore* store) argument
[all...]
/external/chromium_org/rlz/lib/
H A Dfinancial_ping.cc104 RlzValueStore* store = lock.GetStore(); local
105 if (!store || !store->HasAccess(RlzValueStore::kReadAccess))
354 RlzValueStore* store = lock.GetStore(); local
355 if (!store || !store->HasAccess(RlzValueStore::kReadAccess))
359 if (!store->ReadPingTime(product, &last_ping))
382 RlzValueStore* store = lock.GetStore(); local
383 if (!store || !store
393 RlzValueStore* store = lock.GetStore(); local
[all...]
H A Dfinancial_ping_test.cc184 rlz_lib::RlzValueStore* store = lock.GetStore(); local
185 ASSERT_TRUE(store);
186 ASSERT_TRUE(store->HasAccess(rlz_lib::RlzValueStore::kWriteAccess));
187 store->WritePingTime(product, time);
H A Drlz_lib.cc148 rlz_lib::RlzValueStore* store = lock.GetStore(); local
149 if (!store || !store->HasAccess(rlz_lib::RlzValueStore::kWriteAccess))
152 // Write the new event to the value store.
163 return store->AddStatefulEvent(product, new_event_value.c_str());
168 rlz_lib::RlzValueStore* store) {
181 if (!store->ReadProductEvents(product, &events))
226 RlzValueStore* store = lock.GetStore(); local
227 if (!store || !store
166 GetProductEventsAsCgiHelper(rlz_lib::Product product, char* cgi, size_t cgi_size, rlz_lib::RlzValueStore* store) argument
245 RlzValueStore* store = lock.GetStore(); local
274 RlzValueStore* store = lock.GetStore(); local
303 RlzValueStore* store = lock.GetStore(); local
315 RlzValueStore* store = lock.GetStore(); local
500 rlz_lib::RlzValueStore* store = lock.GetStore(); local
615 RlzValueStore* store = lock.GetStore(); local
[all...]
H A Drlz_lib_clear.cc21 rlz_lib::RlzValueStore* store = lock.GetStore(); local
22 if (!store || !store->HasAccess(rlz_lib::RlzValueStore::kWriteAccess))
26 result = store->ClearAllProductEvents(product);
27 result &= store->ClearAllStatefulEvents(product);
33 rlz_lib::RlzValueStore* store = lock.GetStore(); local
34 if (!store || !store->HasAccess(rlz_lib::RlzValueStore::kWriteAccess))
39 VERIFY(store->ClearPingTime(product));
44 VERIFY(store
[all...]
/external/chromium_org/sync/api/attachments/
H A Dfake_attachment_store_unittest.cc24 scoped_refptr<FakeAttachmentStore> store; member in class:syncer::FakeAttachmentStoreTest
37 : store(new FakeAttachmentStore(base::ThreadTaskRunnerHandle::Get())) {}
98 store->Write(some_attachments, write_callback);
105 store->Write(some_attachments, write_callback);
112 store->Read(some_attachment_ids, read_callback);
130 store->Write(some_attachments, write_callback);
137 store->Read(some_attachment_ids, read_callback);
160 store->Write(some_attachments, write_callback);
168 store->Read(ids, read_callback);
186 store
[all...]
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_service_impl_unittest.cc247 MockAttachmentStore* store() { return attachment_store_.get(); } function in class:syncer::AttachmentServiceImplTest
276 EXPECT_EQ(store(), attachment_service()->GetStore());
283 store()->RespondToRead(AttachmentIdSet());
297 store()->RespondToRead(local_attachments);
316 EXPECT_FALSE(store()->read_ids.empty());
321 store()->RespondToRead(local_attachments);
360 EXPECT_FALSE(store()->read_ids.empty());
363 store()->RespondToRead(local_attachments);
382 ASSERT_GE(store()->read_ids.size(), 1U);
383 store()
[all...]
/external/chromium_org/sync/syncable/
H A Ddirectory.cc100 DirectoryBackingStore* store,
106 store_(store),
99 Directory( DirectoryBackingStore* store, UnrecoverableErrorHandler* unrecoverable_error_handler, ReportUnrecoverableErrorFunction report_unrecoverable_error_function, NigoriHandler* nigori_handler, Cryptographer* cryptographer) argument
H A Ddirectory_unittest.cc1500 InMemoryDirectoryBackingStore* store = new InMemoryDirectoryBackingStore("x"); local
1506 store->request_consistent_cache_guid();
1508 Directory dir(store, unrecoverable_error_handler(), NULL, NULL, NULL);
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h486 // Persistent handles are used to store pointers into the
1271 static void store(const U& value, blink::Member<T>& storage) { storage = value; } function in struct:WTF::HashTraits
1298 static void store(const U& value, blink::WeakMember<T>& storage) { storage = value; } function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTraits.h98 // The store function either not be called or called once to store something passed in.
99 // The value passed to the store function will be PassInType.
101 static void store(const T& value, T& storage) { storage = value; } function in struct:WTF::GenericHashTraits
159 static void store(PassOwnPtr<P> value, OwnPtr<P>& storage) { storage = value; } function in struct:WTF::HashTraits
186 static void store(PassRefPtr<P> value, RefPtr<P>& storage) { storage = value; } function in struct:WTF::HashTraits
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c161 /* Given a certificate try and find an exact match in the store */
243 /* If asked see if we can find issuer in trusted store first */
299 * we can find it in the store. We must have an exact
315 /* We have a match: replace certificate with store version
334 /* We now lookup certs from the certificate store */
1436 /* Lookup CRLs from store */
2247 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, argument
2251 ctx->ctx=store;
2284 if (store)
2285 ret = X509_VERIFY_PARAM_inherit(ctx->param, store
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_cert.c1060 /* Rearranging and check the chain: add everything to a store */
1153 int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref) argument
1162 *pstore = store;
1163 if (ref && store)
1164 CRYPTO_add(&store->references, 1, CRYPTO_LOCK_X509_STORE);
H A Dssl_lib.c2091 * the ex_data of SSL_CTX, thus the ex_data store can only be removed
2900 void SSL_CTX_set_cert_store(SSL_CTX *ctx,X509_STORE *store) argument
2904 ctx->cert_store=store;
3024 * we store the hint there, otherwise we store it in SSL. */
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
H A DOutput.pm315 sub store { subroutine
/external/chromium_org/third_party/icu/source/tools/gencnval/
H A Dgencnval.c92 char *store; member in struct:__anon12382
435 /* store the converter name */
465 /* store the alias name */
1049 udata_writeString(out, tagBlock.store, tagBlock.top);
1052 udata_writeString(out, stringBlock.store, stringBlock.top);
1057 createNormalizedAliasStrings(normalizedStrings, tagBlock.store, tagBlock.top);
1058 createNormalizedAliasStrings(normalizedStrings + tagBlock.top, stringBlock.store, stringBlock.top);
1092 p = block->store + block->top;
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dchrome_storage_impl.cc14 ChromeStorageImpl::ChromeStorageImpl(WriteablePrefStore* store) argument
15 : backing_store_(store),

Completed in 656 milliseconds

1234567891011>>