/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.cc | 62 : store_(store) { 67 store_ = NULL; 71 store_->DestroyDatabase(); 72 store_->db_ = db; 77 store_->gdata_service_.reset(service); 81 store_->UpdateContacts(); 89 store_->OnConnectionTypeChanged(type); 94 for (ContactMap::const_iterator it = store_->contacts_.begin(); 95 it != store_->contacts_.end(); ++it) {
|
/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/chrome/browser/policy/ |
configuration_policy_pref_store_test.cc | 28 store_ = new ConfigurationPolicyPrefStore(
|
/external/chromium_org/net/disk_cache/flash/ |
internal_entry.h | 55 LogStore* store_; member in class:disk_cache::InternalEntry
|
log_store_entry.h | 53 LogStore* store_; member in class:disk_cache::LogStoreEntry
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/ |
memory_output_stream.h | 46 std::vector<byte_t> store_; member in class:sfntly::MemoryOutputStream
|
/external/sfntly/cpp/src/sfntly/port/ |
memory_output_stream.h | 46 std::vector<byte_t> store_; member in class:sfntly::MemoryOutputStream
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_cloud_policy_manager_chromeos_unittest.cc | 70 DeviceCloudPolicyManagerChromeOSTest() : store_(NULL) { 92 store_ = new DeviceCloudPolicyStoreChromeOS(&device_settings_service_, 96 make_scoped_ptr(store_), 142 DeviceCloudPolicyStoreChromeOS* store_; member in class:policy::__anon4430::DeviceCloudPolicyManagerChromeOSTest 174 EXPECT_EQ(CloudPolicyStore::STATUS_OK, store_->status()); 200 EXPECT_EQ(CloudPolicyStore::STATUS_BAD_STATE, store_->status()); 253 EXPECT_EQ(CloudPolicyStore::STATUS_BAD_STATE, store_->status()); 266 EXPECT_FALSE(store_->is_managed()); 274 EXPECT_TRUE(store_->has_policy()); 275 EXPECT_TRUE(store_->is_managed()) [all...] |
device_local_account_policy_service.cc | 124 store_(store.Pass()), 127 store_->account_id()), 128 store_.get(), 134 store_.get(), 145 store_->Load(); 170 store_->policy_map().GetValue(key::kPolicyRefreshRate); 180 store_->policy_map().GetValue(policy::key::kUserDisplayName);
|
enrollment_handler_chromeos.h | 105 STEP_LOADING_STORE, // Waiting for |store_| to initialize. 148 DeviceCloudPolicyStoreChromeOS* store_; member in class:policy::EnrollmentHandlerChromeOS
|
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_service.cc | 77 // Loads the |store_| and starts downloading updates. 108 ComponentCloudPolicyStore store_; member in class:policy::ComponentCloudPolicyService::Backend 126 store_(this, cache_.get()) {} 135 store_.Clear(); 137 store_.SetCredentials(username, dm_token); 153 store_.Load(); 155 bundle->CopyFrom(store_.policy()); 160 task_runner_, external_policy_data_fetcher_.Pass(), &store_)); 182 bundle->CopyFrom(store_.policy()); 198 store_.Purge(domain->first [all...] |
cloud_policy_core_unittest.cc | 26 &store_, 69 MockCloudPolicyStore store_; member in class:policy::CloudPolicyCoreTest
|
cloud_policy_service.h | 79 // The policy namespace fetched by |client_| and expected by |store_|. 86 CloudPolicyStore* store_; member in class:policy::CloudPolicyService
|
user_cloud_policy_manager.h | 84 scoped_ptr<UserCloudPolicyStore> store_; member in class:policy::UserCloudPolicyManager
|
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
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
history_unittest.cc | 75 explicit StoreFlushWaiter(HistoryDataStore* store) : store_(store) {} 79 store_->Flush( 100 HistoryDataStore* store_; // Not owned. member in class:app_list::test::__anon5876::StoreFlushWaiter 130 new HistoryData(history_->store_.get(), kMaxPrimary, kMaxSecondary)); 139 StoreFlushWaiter waiter(history_->store_.get());
|
history.h | 61 scoped_refptr<HistoryDataStore> store_; member in class:app_list::History
|
history_data.h | 81 HistoryDataStore* store_; // Not owned. member in class:app_list::HistoryData
|
/external/chromium_org/rlz/chromeos/lib/ |
rlz_value_store_chromeos.cc | 294 store_.reset(g_store); 301 store_.reset(g_store); 309 // Other locks are still using store_, so don't free it yet. 310 ignore_result(store_.release()); 320 return store_.get();
|
/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/extensions/ |
state_store.h | 72 ValueStoreFrontend store_; member in class:extensions::StateStore
|
/external/chromium_org/components/dom_distiller/core/ |
dom_distiller_service.h | 78 scoped_ptr<DomDistillerStoreInterface> store_; member in class:dom_distiller::DomDistillerService
|
/external/chromium_org/sync/internal_api/test/ |
test_user_share.cc | 48 user_share_->directory->store_.release();
|
/external/chromium_org/v8/src/ |
parser.h | 87 : store_(store), 111 return (store_.length() > PreparseDataConstants::kHeaderSize) 112 ? store_[PreparseDataConstants::kSymbolCountOffset] 117 bool has_error() { return store_[PreparseDataConstants::kHasErrorOffset]; } 118 unsigned magic() { return store_[PreparseDataConstants::kMagicOffset]; } 119 unsigned version() { return store_[PreparseDataConstants::kVersionOffset]; } 122 Vector<unsigned> store_; member in class:v8::internal::ScriptDataImpl 134 : store_(reinterpret_cast<unsigned*>(const_cast<char*>(backing_store)),
|