/external/chromium/chrome/browser/net/ |
sqlite_persistent_cookie_store_unittest.cc | 30 store_ = new SQLitePersistentCookieStore( 33 ASSERT_TRUE(store_->Load(&cookies)); 36 store_->AddCookie( 47 scoped_refptr<SQLitePersistentCookieStore> store_; member in class:SQLitePersistentCookieStoreTest 51 store_->SetClearLocalStateOnExit(false); 52 store_ = NULL; 65 store_->SetClearLocalStateOnExit(true); 69 store_ = NULL; 85 store_ = NULL; 90 store_ = new SQLitePersistentCookieStore [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_manager_chromeos.h | 131 scoped_ptr<CloudPolicyStore> store_; member in class:policy::UserCloudPolicyManagerChromeOS
|
enrollment_handler_chromeos.h | 105 STEP_LOADING_STORE, // Waiting for |store_| to initialize. 148 DeviceCloudPolicyStoreChromeOS* store_; member in class:policy::EnrollmentHandlerChromeOS
|
user_cloud_policy_store_chromeos_unittest.cc | 66 store_.reset(new UserCloudPolicyStoreChromeOS(&cryptohome_client_, 73 store_->AddObserver(&observer_); 86 store_->RemoveObserver(&observer_); 87 store_.reset(); 94 OnStoreError(AllOf(Eq(store_.get()), 99 // Triggers a store_->Load() operation, handles the expected call to 107 store_->Load(); 117 // Verifies that store_->policy_map() has the HomepageLocation entry with 120 EXPECT_EQ(1U, store_->policy_map().size()); 122 store_->policy_map().Get(key::kHomepageLocation) 228 scoped_ptr<UserCloudPolicyStoreChromeOS> store_; member in class:policy::__anon7177::UserCloudPolicyStoreChromeOSTest [all...] |
/external/chromium_org/chrome/browser/extensions/api/content_settings/ |
content_settings_store_unittest.cc | 80 store_(new ContentSettingsStore()) { 85 store_->RegisterExtension(ext_id, timer_.GetNext(), true); 89 return store_.get(); 94 scoped_refptr<ContentSettingsStore> store_; member in class:extensions::ContentSettingsStoreTest
|
/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_service.h | 79 // The policy namespace fetched by |client_| and expected by |store_|. 86 CloudPolicyStore* store_; member in class:policy::CloudPolicyService
|
cloud_policy_refresh_scheduler.h | 85 // Initializes |last_refresh_| to the policy timestamp from |store_| in case 117 CloudPolicyStore* store_; member in class:policy::CloudPolicyRefreshScheduler
|
component_cloud_policy_store_unittest.cc | 76 store_.reset(new ComponentCloudPolicyStore(&store_delegate_, cache_.get())); 77 store_->SetCredentials(ComponentPolicyBuilder::kFakeUsername, 94 // Returns true if the policy exposed by the |store_| is empty. 96 return store_->policy().begin() == store_->policy().end(); 111 scoped_ptr<ComponentCloudPolicyStore> store_; member in class:policy::ComponentCloudPolicyStoreTest 120 EXPECT_TRUE(store_->ValidatePolicy(CreateResponse(), &ns, &payload)); 131 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload)); 138 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload)); 145 EXPECT_FALSE(store_->ValidatePolicy(CreateResponse(), &ns, &payload)) [all...] |
user_cloud_policy_store_unittest.cc | 41 store_.reset( 44 external_data_manager_->SetPolicyStore(store_.get()); 45 store_->SetSigninUsername(PolicyBuilder::kFakeUsername); 46 store_->AddObserver(&observer_); 56 store_->RemoveObserver(&observer_); 58 store_.reset(); 66 // Verifies that store_->policy_map() has the appropriate entries. 86 scoped_ptr<UserCloudPolicyStore> store_; member in class:policy::__anon10203::UserCloudPolicyStoreTest 100 EXPECT_FALSE(store_->policy()); 101 EXPECT_TRUE(store_->policy_map().empty()) [all...] |
/external/chromium_org/content/browser/net/ |
sqlite_persistent_cookie_store_perftest.cc | 49 store_->Load(base::Bind(&SQLitePersistentCookieStorePerfTest::OnLoaded, 66 store_ = new SQLitePersistentCookieStore( 82 store_->AddCookie( 91 store_ = NULL; 98 store_ = new SQLitePersistentCookieStore( 107 store_ = NULL; 117 scoped_refptr<SQLitePersistentCookieStore> store_; member in class:content::SQLitePersistentCookieStorePerfTest 126 store_->LoadCookiesForKey(domain_name,
|
/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
|
/external/chromium/chrome/browser/password_manager/ |
password_manager_unittest.cc | 40 : store_(store) {} 42 store_->Shutdown(); 45 return store_; 48 scoped_refptr<PasswordStore> store_; member in class:TestingProfileWithPasswordStore 90 store_ = new MockPasswordStore(); 91 profile_.reset(new TestingProfileWithPasswordStore(store_)); 101 store_ = NULL; 123 scoped_refptr<MockPasswordStore> store_; member in class:PasswordManagerTest 141 EXPECT_CALL(*store_, GetLogins(_,_)) 160 EXPECT_CALL(*store_, AddLogin(FormMatches(form))) [all...] |
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider_mac_unittest.cc | 135 store_.reset(new MockConfigurationPolicyStore); 140 scoped_ptr<MockConfigurationPolicyStore> store_; member in class:policy::ConfigurationPolicyProviderMacTest 146 EXPECT_TRUE(provider.Provide(store_.get())); 147 EXPECT_TRUE(store_->policy_map().empty()); 160 EXPECT_TRUE(provider.Provide(store_.get())); 161 EXPECT_TRUE(store_->policy_map().empty()); 175 EXPECT_TRUE(provider.Provide(store_.get())); 176 EXPECT_TRUE(store_->policy_map().empty()); 190 EXPECT_TRUE(provider.Provide(store_.get())); 191 ASSERT_EQ(1U, store_->policy_map().size()) [all...] |
configuration_policy_pref_store_unittest.cc | 41 store_(new ConfigurationPolicyPrefStore(&provider_)) {} 44 scoped_refptr<ConfigurationPolicyPrefStore> store_; member in class:policy::ConfigurationPolicyPrefStoreTestBase 55 store_->GetValue(GetParam().pref_name(), NULL)); 63 store_->OnUpdatePolicy(); 66 store_->GetValue(GetParam().pref_name(), &value)); 97 store_->GetValue(GetParam().pref_name(), NULL)); 103 store_->OnUpdatePolicy(); 106 store_->GetValue(GetParam().pref_name(), &value)); 139 store_->GetValue(GetParam().pref_name(), NULL)); 144 store_->OnUpdatePolicy() [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file_unittest.cc | 37 store_.reset(new SafeBrowsingStoreFile()); 38 store_->Init(filename_, NULL); 41 if (store_.get()) 42 store_->Delete(); 43 store_.reset(); 55 scoped_ptr<SafeBrowsingStoreFile> store_; member in class:__anon4824::SafeBrowsingStoreFileTest 59 TEST_STORE(SafeBrowsingStoreFileTest, store_.get(), filename_); 70 EXPECT_TRUE(store_->BeginUpdate()); 75 store_.reset(new SafeBrowsingStoreFile()); 76 store_->Init(filename_, NULL) [all...] |
/external/chromium_org/chrome/browser/chromeos/contacts/ |
google_contact_store.h | 48 bool update_scheduled() { return store_->update_timer_.IsRunning(); } 50 return store_->last_contact_update_time_; 53 store_->current_time_for_testing_ = time; 74 GoogleContactStore* store_; // not owned member in class:contacts::GoogleContactStore::TestAPI
|
google_contact_store_unittest.cc | 66 store_.reset(new GoogleContactStore(NULL, // request_context_getter 68 store_->AddObserver(&observer_); 70 test_api_.reset(new GoogleContactStore::TestAPI(store_.get())); 85 scoped_ptr<GoogleContactStore> store_; member in class:contacts::test::GoogleContactStoreTest 112 store_->Init(); 114 store_->AppendContacts(&loaded_contacts); 121 const Contact* loaded_contact1 = store_->GetContactById(kContactId1); 126 EXPECT_FALSE(store_->GetContactById("bogus_id")); 141 store_->Init(); 143 store_->AppendContacts(&loaded_contacts) [all...] |
/external/chromium_org/chrome/browser/extensions/api/storage/ |
policy_value_store_unittest.cc | 99 store_.reset(new PolicyValueStore( 108 store_.reset(); 115 scoped_ptr<PolicyValueStore> store_; member in class:extensions::PolicyValueStoreTest 128 store_->SetCurrentPolicy(policies); 129 ValueStore::ReadResult result = store_->Get(); 142 EXPECT_TRUE(store_->Set(options, "key", string_value)->HasError()); 146 EXPECT_TRUE(store_->Set(options, dict)->HasError()); 148 EXPECT_TRUE(store_->Remove("key")->HasError()); 151 EXPECT_TRUE(store_->Remove(keys)->HasError()); 152 EXPECT_TRUE(store_->Clear()->HasError()) [all...] |
/external/chromium_org/chrome/browser/net/ |
sqlite_server_bound_cert_store_unittest.cc | 28 store_->Load(base::Bind(&SQLiteServerBoundCertStoreTest::OnLoaded, 78 store_ = new SQLiteServerBoundCertStore( 86 store_->AddServerBoundCert( 96 scoped_refptr<SQLiteServerBoundCertStore> store_; member in class:SQLiteServerBoundCertStoreTest 102 store_->AddServerBoundCert( 113 store_ = NULL; 116 store_ = new SQLiteServerBoundCertStore( 145 store_->DeleteServerBoundCert(*certs[0]); 146 store_->DeleteServerBoundCert(*certs[1]); 147 store_ = NULL [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_store_file_unittest.cc | 26 store_.reset(new SafeBrowsingStoreFile()); 27 store_->Init(filename_, 33 if (store_.get()) 34 store_->Delete(); 35 store_.reset(); 46 scoped_ptr<SafeBrowsingStoreFile> store_; member in class:__anon8267::SafeBrowsingStoreFileTest 50 TEST_STORE(SafeBrowsingStoreFileTest, store_.get(), filename_); 61 EXPECT_TRUE(store_->BeginUpdate()); 66 store_.reset(new SafeBrowsingStoreFile()); 67 store_->Init(filename_, base::Closure()) [all...] |
/external/chromium_org/v8/src/ |
typing.h | 67 Store store_; member in class:v8::internal::AstTyper 80 store_ = store_.Push(); 81 return store_.Top(); 83 void ExitEffects() { store_ = store_.Pop(); }
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
device_local_account_external_policy_loader_unittest.cc | 109 policy::MockCloudPolicyStore store_; member in class:chromeos::DeviceLocalAccountExternalPolicyLoaderTest 137 loader_ = new DeviceLocalAccountExternalPolicyLoader(&store_, cache_dir_); 174 store_.policy_map_.Set(policy::key::kExtensionInstallForcelist, 179 store_.NotifyStoreLoaded(); 199 store_.NotifyStoreLoaded();
|
/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...] |
password_store_win_unittest.cc | 132 if (store_.get()) 133 store_->ShutdownOnUIThread(); 158 scoped_refptr<PasswordStore> store_; member in class:PasswordStoreWinTest 195 store_ = new PasswordStoreWin(login_db_.release(), profile_.get(), 197 EXPECT_TRUE(store_->Init()); 239 store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &consumer); 247 store_ = new PasswordStoreWin(login_db_.release(), profile_.get(), 249 EXPECT_TRUE(store_->Init()); 266 store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &consumer); 269 store_->ShutdownOnUIThread() [all...] |