Searched defs:ResetCache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc121 void ProfileInfoCacheTest::ResetCache() { function in class:ProfileInfoCacheTest
159 ResetCache();
432 ResetCache();
455 ResetCache();
620 ResetCache();
664 ResetCache();
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp371 void CPDF_Image::ResetCache(CPDF_Page* pPage, const CFX_DIBitmap* pBitmap) function in class:CPDF_Image
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc206 void ResetCache(RWLocker* cache_lock);
1153 void DFA::ResetCache(RWLocker* cache_lock) { function in class:re2::DFA
1186 // ResetCache(cache_lock);
1204 // if used right after ResetCache.
1419 ResetCache(params->cache_lock);
1430 LOG(DFATAL) << "RunStateOnByteUnlocked failed after ResetCache";
1489 ResetCache(params->cache_lock);
1662 // (ResetCache will relock cache_lock for writing).
1664 ResetCache(params->cache_lock);
/external/regex-re2/re2/
H A Ddfa.cc204 void ResetCache(RWLocker* cache_lock);
1151 void DFA::ResetCache(RWLocker* cache_lock) { function in class:re2::DFA
1184 // ResetCache(cache_lock);
1202 // if used right after ResetCache.
1417 ResetCache(params->cache_lock);
1428 LOG(DFATAL) << "RunStateOnByteUnlocked failed after ResetCache";
1487 ResetCache(params->cache_lock);
1660 // (ResetCache will relock cache_lock for writing).
1662 ResetCache(params->cache_lock);

Completed in 964 milliseconds