Searched refs:Purge (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/base/memory/
H A Ddiscardable_memory_emulated.h41 virtual void Purge() OVERRIDE;
H A Ddiscardable_memory_ashmem.cc70 void DiscardableMemoryAshmem::Purge() { function in class:base::internal::DiscardableMemoryAshmem
H A Ddiscardable_memory_ashmem.h40 virtual void Purge() OVERRIDE;
H A Ddiscardable_memory_emulated.cc97 void DiscardableMemoryEmulated::Purge() { function in class:base::internal::DiscardableMemoryEmulated
H A Ddiscardable_memory_manager.h32 virtual void Purge() = 0;
H A Ddiscardable_memory_unittest.cc87 TEST_P(DiscardableMemoryTest, Purge) {
H A Ddiscardable_memory_mac.cc144 virtual void Purge() OVERRIDE {
H A Ddiscardable_memory_manager.cc197 allocation->Purge();
/external/chromium_org/extensions/browser/
H A Dquota_service.cc30 &QuotaService::Purge);
37 Purge();
96 void QuotaService::Purge() { function in class:extensions::QuotaService
H A Dquota_service.h68 // Purge resets all accumulated data (except |violation_errors_|) as if the
74 void Purge();
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_driver.cc31 void FakeGCMDriver::Purge() { function in class:gcm::FakeGCMDriver
H A Dfake_gcm_driver.h26 virtual void Purge() OVERRIDE;
H A Dgcm_driver_android.h49 virtual void Purge() OVERRIDE;
H A Dgcm_driver.h81 virtual void Purge() = 0;
H A Dgcm_driver_android.cc101 void GCMDriverAndroid::Purge() { function in class:gcm::GCMDriverAndroid
H A Dgcm_driver_desktop.h64 virtual void Purge() OVERRIDE;
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_store.h95 void Purge(PolicyDomain domain,
H A Dcomponent_cloud_policy_store_unittest.cc289 TEST_F(ComponentCloudPolicyStoreTest, Purge) {
299 // Purge other components.
300 store_->Purge(POLICY_DOMAIN_EXTENSIONS,
317 store_->Purge(POLICY_DOMAIN_EXTENSIONS, base::Bind(&True));
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.h43 bool Purge();
H A Ddiskcache.cc81 bool DiskCache::Purge() { function in class:rtc::DiskCache
/external/chromium_org/third_party/skia/tests/
H A DGpuLayerCacheTest.cpp21 static void Purge(GrLayerCache* cache, uint32_t pictureID) { function in class:TestingAccess
184 TestingAccess::Purge(&cache, picture->uniqueID());
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp328 void Purge();
341 void CFX_IccProfileCache::Purge() function in class:CFX_IccProfileCache
353 void Purge();
370 void CFX_IccTransformCache::Purge() function in class:CFX_IccTransformCache
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr.cpp66 if (m_pSystemMgr->Purge) {
67 m_pSystemMgr->Purge(m_pSystemMgr);
H A Dmem_int.h193 void Purge();
/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h34 void (*Purge)(struct _FXMEM_SystemMgr* pMgr); member in struct:_FXMEM_SystemMgr

Completed in 800 milliseconds

12