Searched defs:Store (Results 1 - 25 of 66) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStore.java5 public interface Store interface
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_temp_storage.cc26 bool SignedSettingsTempStorage::Store(const std::string& name, function in class:chromeos::SignedSettingsTempStorage
/external/chromium/chrome/browser/ui/gtk/
H A Dfocus_store_gtk.cc20 void FocusStoreGtk::Store(GtkWidget* widget) { function in class:FocusStoreGtk
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_cache.cc27 bool Store(const em::PolicyData& policy, PrefService* local_state) { function in namespace:chromeos::device_settings_cache
/external/chromium/net/disk_cache/
H A Dmapped_file_posix.cc40 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dmapped_file_win.cc50 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dstorage_block-inl.h27 Store();
124 template<typename T> bool StorageBlock<T>::Store() { function in class:disk_cache::StorageBlock
126 if (file_->Store(this)) {
H A Dstats.cc232 void Stats::Store() { function in class:disk_cache::Stats
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_external_data_store.cc50 bool CloudExternalDataStore::Store(const std::string& policy, function in class:policy::CloudExternalDataStore
54 return cache_->Store(cache_key_, GetSubkey(policy, hash), data);
H A Dcloud_policy_store.cc25 void CloudPolicyStore::Store( function in class:policy::CloudPolicyStore
29 Store(policy);
H A Dresource_cache.cc67 bool ResourceCache::Store(const std::string& key, function in class:policy::ResourceCache
H A Duser_cloud_policy_store.cc114 // Cancel any pending Load/Store/Validate operations.
135 // Cancel any pending Load/Store/Validate operations.
196 void UserCloudPolicyStore::Store(const em::PolicyFetchResponse& policy) { function in class:policy::UserCloudPolicyStore
/external/chromium_org/net/disk_cache/
H A Dmapped_file.cc57 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dmapped_file_avoid_mmap_posix.cc42 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dmapped_file_posix.cc46 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dmapped_file_win.cc57 bool MappedFile::Store(const FileBlock* block) { function in class:disk_cache::MappedFile
H A Dstorage_block-inl.h27 Store();
133 template<typename T> bool StorageBlock<T>::Store() { function in class:disk_cache::StorageBlock
136 if (file_->Store(this)) {
/external/chromium_org/ui/base/gtk/
H A Dfocus_store_gtk.cc20 void FocusStoreGtk::Store(GtkWidget* widget) { function in class:ui::FocusStoreGtk
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStoreRef.h22 /// Store - This opaque type encapsulates an immutable mapping from
26 typedef const void *Store; typedef in namespace:clang::ento
31 Store store;
34 StoreRef(Store, StoreManager &);
46 Store getStore() const { return store; }
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h32 Store = (1<<2), enumerator in enum:llvm::SPII::__anon21478
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_store_chromeos.cc30 void DeviceCloudPolicyStoreChromeOS::Store( function in class:policy::DeviceCloudPolicyStoreChromeOS
111 device_settings_service_->Store(
H A Ddevice_local_account_policy_store.cc42 void DeviceLocalAccountPolicyStore::Store( function in class:policy::DeviceLocalAccountPolicyStore
H A Duser_policy_disk_cache.cc55 void UserPolicyDiskCache::Store( function in class:policy::UserPolicyDiskCache
/external/chromium_org/v8/src/
H A Dtyping.h63 typedef v8::internal::NestedEffects<int, kNoVar> Store; typedef in class:v8::internal::AstTyper
67 Store store_;
/external/chromium/chrome/browser/policy/
H A Duser_policy_identity_strategy.cc38 void Store(const std::string& token, const std::string& device_id);
70 void UserPolicyIdentityStrategy::TokenCache::Store( function in class:policy::UserPolicyIdentityStrategy::TokenCache
198 cache_->Store(device_token_, device_id_);

Completed in 1216 milliseconds

123