OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.h
92
void
SetCache
(const std::string& name, const base::FilePath& icon_path);
95
void
SetCache
(const std::string& name, const SkBitmap& icon);
kiosk_app_data.cc
371
void KioskAppData::
SetCache
(const std::string& name,
385
void KioskAppData::
SetCache
(const std::string& name, const SkBitmap& icon) {
404
SetCache
(name, icon_path);
411
SetCache
(name_, *extensions::IconsInfo::GetDefaultAppIcon().bitmap());
413
SetCache
(name_, icon.AsBitmap());
434
SetCache
(name_, icon);
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc
100
void
SetCache
(const GURL& gurl, bool is_phishing, base::Time time) {
/external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc
146
void
SetCache
(const GURL& gurl, bool is_phishing, base::Time time) {
Completed in 34 milliseconds