HomeSort by relevance Sort by last modified time
    Searched full:store_ (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /external/chromium_org/net/ssl/
default_server_bound_cert_store.h 81 // Deletes all of the certs. Does not delete them from |store_|.
91 if (store_.get()) {
127 // in-memory store. Deletes it from |store_| if |store_| is not NULL.
132 // from |store_| if |store_| is not NULL.
148 scoped_refptr<PersistentStore> store_; member in class:net::DefaultServerBoundCertStore
default_server_bound_cert_store.cc 232 store_(store),
309 if (store_.get())
310 store_->SetForceKeepSessionState();
329 DCHECK(store_.get()) << "Store must exist to initialize";
332 store_->Load(base::Bind(&DefaultServerBoundCertStore::OnLoaded,
405 if (store_.get())
406 store_->DeleteServerBoundCert(*cert);
452 if (store_.get())
453 store_->DeleteServerBoundCert(*cert);
464 if (store_.get()
    [all...]
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_win_unittest.cc 153 scoped_ptr<MockConfigurationPolicyStore> store_; member in class:policy::ConfigurationPolicyProviderWinTest
196 store_.reset(new MockConfigurationPolicyStore);
299 provider_->Provide(store_.get());
300 EXPECT_TRUE(store_->policy_map().empty());
312 provider_->Provide(store_.get());
313 EXPECT_TRUE(store_->policy_map().empty());
322 provider_->Provide(store_.get());
323 const Value* value = store_->Get(GetParam().type());
334 provider_->Provide(store_.get());
335 const Value* value = store_->Get(GetParam().type())
    [all...]
asynchronous_policy_test_base.h 45 scoped_ptr<MockConfigurationPolicyStore> store_; member in class:policy::AsynchronousPolicyTestBase
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_core.h 63 CloudPolicyStore* store() { return store_; }
64 const CloudPolicyStore* store() const { return store_; }
105 CloudPolicyStore* store_; member in class:policy::CloudPolicyCore
cloud_policy_refresh_scheduler.cc 78 store_(store),
91 store_->AddObserver(this);
105 store_->RemoveObserver(this);
194 // If |store_| fails, the is_managed bit that it provides may become stale.
239 if (store_->has_policy() && store_->policy()->has_timestamp()) {
242 base::TimeDelta::FromMilliseconds(store_->policy()->timestamp());
248 if (store_->has_policy() && store_->policy()->has_timestamp() &&
249 !store_->is_managed())
    [all...]
cloud_policy_refresh_scheduler_unittest.cc 44 store_.policy_.reset(new em::PolicyData());
48 store_.policy_->set_timestamp(
52 base::TimeDelta::FromMilliseconds(store_.policy_->timestamp());
58 new CloudPolicyRefreshScheduler(&client_, &store_, task_runner_);
61 if (store_.has_policy()) {
145 MockCloudPolicyStore store_; member in class:policy::CloudPolicyRefreshSchedulerTest
154 store_.policy_.reset();
163 store_.policy_->set_state(em::PolicyData::UNMANAGED);
196 store_.NotifyStoreLoaded();
197 store_.NotifyStoreError()
    [all...]
component_cloud_policy_updater.h 49 // will be passed to the |store_|.
59 ComponentCloudPolicyStore* store_; member in class:policy::ComponentCloudPolicyUpdater
component_cloud_policy_updater_unittest.cc 77 scoped_ptr<ComponentCloudPolicyStore> store_; member in class:policy::ComponentCloudPolicyUpdaterTest
90 store_.reset(new ComponentCloudPolicyStore(&store_delegate_, cache_.get()));
91 store_->SetCredentials(ComponentPolicyBuilder::kFakeUsername,
100 store_.get()));
101 ASSERT_EQ(store_->policy().end(), store_->policy().begin());
147 EXPECT_TRUE(store_->policy().Equals(expected_bundle_));
206 EXPECT_TRUE(store_->Store(ns,
296 EXPECT_TRUE(store_->policy().Equals(expected_bundle_));
312 EXPECT_TRUE(store_->policy().Equals(empty_bundle))
    [all...]
component_cloud_policy_service_unittest.cc 113 &store_,
171 if (!store_.has_policy())
179 EXPECT_FALSE(store_.is_initialized());
184 store_.policy_.reset(data);
186 store_.NotifyStoreLoaded();
188 EXPECT_TRUE(store_.is_initialized());
238 MockCloudPolicyStore store_; member in class:policy::ComponentCloudPolicyServiceTest
436 EXPECT_FALSE(store_.is_initialized());
439 store_.NotifyStoreLoaded();
466 // Now update the |store_| with the updated policy, which include
    [all...]
  /external/chromium_org/rlz/mac/lib/
rlz_value_store_mac.mm 285 // Give up. |store_| isn't set, which signals to callers that acquiring
295 store_.reset(g_store_object);
313 store_.reset(new RlzValueStoreMac(dict, plist));
314 g_store_object = (RlzValueStoreMac*)store_.get();
323 // Other locks are still using store_, don't free it yet.
324 ignore_result(store_.release());
328 if (store_.get()) {
332 static_cast<RlzValueStoreMac*>(store_.get())->dictionary();
336 // Check that "store_ set" => "file_lock acquired". The converse isn't true,
338 if (store_.get()
    [all...]
  /external/chromium_org/v8/src/
typing.cc 44 store_(info->zone()) {
91 store_.Forget(); // Control may transfer here via 'break l'.
120 store_.Seq(then_effects);
188 store_.Forget(); // Reached this in unknown state.
190 store_.Seq(local_effects);
223 store_.Forget(); // Control may transfer here via looping or 'continue'.
226 store_.Forget(); // Control may transfer here via 'break'.
236 store_.Forget(); // Control may transfer here via looping or 'continue'.
239 store_.Forget(); // Control may transfer here via termination or 'break'.
247 store_.Forget(); // Control may transfer here via looping
    [all...]
  /external/chromium_org/chrome/browser/policy/
configuration_policy_pref_store_test.h 34 scoped_refptr<ConfigurationPolicyPrefStore> store_; member in class:policy::ConfigurationPolicyPrefStoreTest
  /external/chromium_org/content/browser/
cert_store_impl.h 33 RendererDataMemoizingStore<net::X509Certificate> store_; member in class:content::CertStoreImpl
signed_certificate_timestamp_store_impl.h 36 RendererDataMemoizingStore<net::ct::SignedCertificateTimestamp> store_; member in class:content::SignedCertificateTimestampStoreImpl
  /external/chromium_org/chrome/browser/ui/app_list/search/
history.cc 36 store_ = new HistoryDataStore(data_file);
38 new HistoryData(store_.get(), kMaxQueryEntries, kMaxSecondaryQueries));
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.cc 140 if (store_) {
143 store_->BookmarkModelDeleted();
148 if (store_.get()) {
161 store_ = new BookmarkStorage(profile_, this);
162 store_->LoadBookmarks(CreateLoadDetails());
210 if (store_.get())
211 store_->ScheduleSave();
240 if (store_.get())
241 store_->ScheduleSave();
273 if (store_.get()
    [all...]
  /external/chromium_org/chrome/browser/extensions/
state_store.cc 86 : store_(value_store.Pass()), task_queue_(new DelayedTaskQueue()) {
107 base::Bind(&ValueStoreFrontend::Get, base::Unretained(&store_),
116 base::Bind(&ValueStoreFrontend::Set, base::Unretained(&store_),
123 base::Bind(&ValueStoreFrontend::Remove, base::Unretained(&store_),
158 store_.Init(db_path_);
166 base::Bind(&ValueStoreFrontend::Remove, base::Unretained(&store_),
  /external/chromium_org/chrome/browser/password_manager/
password_manager_unittest.cc 80 store_ = static_cast<MockPasswordStore*>(
92 store_ = NULL;
182 scoped_refptr<MockPasswordStore> store_; member in class:PasswordManagerTest
203 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
224 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(form)));
235 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
252 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(form)));
269 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
290 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(form)));
299 EXPECT_CALL(*store_.get(), GetLogins(_, _, _)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc 51 : store_(store),
67 store_->AddObserver(this);
75 store_->RemoveObserver(this);
161 DCHECK_EQ(store_, store);
164 // If the |store_| wasn't initialized when StartEnrollment() was
174 DCHECK_EQ(store_, store);
175 ReportResult(EnrollmentStatus::ForStoreError(store_->status(),
176 store_->validation_status()));
181 if (store_->is_initialized()) {
362 store_->InstallInitialPolicy(*policy_)
    [all...]
user_cloud_policy_manager_chromeos_unittest.cc 81 : store_(NULL),
154 store_ = new MockCloudPolicyStore();
156 external_data_manager_->SetPolicyStore(store_);
157 EXPECT_CALL(*store_, Load());
159 scoped_ptr<CloudPolicyStore>(store_),
171 Mock::VerifyAndClearExpectations(store_);
288 EXPECT_CALL(*store_, Store(_));
290 Mock::VerifyAndClearExpectations(store_);
295 store_->policy_map_.CopyFrom(policy_map_);
296 store_->NotifyStoreLoaded()
318 MockCloudPolicyStore* store_; \/\/ Not owned. member in class:policy::UserCloudPolicyManagerChromeOSTest
    [all...]
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 95 store_->Load(base::Bind(&SQLitePersistentCookieStoreTest::OnLoaded,
103 store_->Flush(base::Bind(&base::WaitableEvent::Signal,
119 store_ = NULL;
131 store_ = new SQLitePersistentCookieStore(
155 // Adds a persistent cookie to store_.
161 store_->AddCookie(
192 scoped_refptr<SQLitePersistentCookieStore> store_; member in class:content::SQLitePersistentCookieStoreTest
252 store_->DeleteCookie(*cookies[0]);
275 store_ = new SQLitePersistentCookieStore(
288 store_->Load(base::Bind(&SQLitePersistentCookieStoreTest::OnLoaded
    [all...]
  /external/chromium_org/chrome/browser/net/
proxy_policy_handler_unittest.cc 32 store_ = NULL;
34 store_ = new ConfigurationPolicyPrefStore(
46 ASSERT_TRUE(store_->GetValue(prefs::kProxy, &value));
125 EXPECT_FALSE(store_->GetValue(prefs::kProxy, &value));
200 EXPECT_FALSE(store_->GetValue(prefs::kProxy, &value));
283 EXPECT_FALSE(store_->GetValue(prefs::kProxy, &value));
  /external/chromium_org/chrome/browser/chromeos/extensions/
device_local_account_external_policy_loader.h 65 // Pass the current list of force-installed extensions from the |store_| to
69 policy::CloudPolicyStore* store_; member in class:chromeos::DeviceLocalAccountExternalPolicyLoader
  /external/chromium_org/chrome/browser/profiles/
incognito_mode_policy_handler_unittest.cc 53 EXPECT_TRUE(store_->GetValue(prefs::kIncognitoModeAvailability, &value));
83 EXPECT_FALSE(store_->GetValue(prefs::kIncognitoModeAvailability, &value));

Completed in 813 milliseconds

1 23 4 5 6