Searched defs:SetCache (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc100 void SetCache(const GURL& gurl, bool is_phishing, base::Time time) { function in class:safe_browsing::ClientSideDetectionServiceTest
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc146 void SetCache(const GURL& gurl, bool is_phishing, base::Time time) { function in class:safe_browsing::ClientSideDetectionServiceTest
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_data.cc371 void KioskAppData::SetCache(const std::string& name, function in class:chromeos::KioskAppData
385 void KioskAppData::SetCache(const std::string& name, const SkBitmap& icon) { function in class:chromeos::KioskAppData
404 SetCache(name, icon_path);
411 SetCache(name_, *extensions::IconsInfo::GetDefaultAppIcon().bitmap());
413 SetCache(name_, icon.AsBitmap());
434 SetCache(name_, icon);

Completed in 216 milliseconds