Searched defs:can_cache (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc235 bool can_cache = false; local
243 can_cache = true;
276 sb_service_->HandleGetHashResults(check, full_hashes, can_cache);
H A Dsafe_browsing_service.cc381 bool can_cache) {
399 if (can_cache && MakeDatabaseAvailable()) {
378 HandleGetHashResults( SafeBrowsingCheck* check, const std::vector<SBFullHashResult>& full_hashes, bool can_cache) argument
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc221 bool can_cache = false; local
231 can_cache = true;
243 // TODO(cbentzel): Should can_cache be set to false here?
259 details.callback.Run(full_hashes, can_cache);
H A Ddatabase_manager.cc430 bool can_cache) {
448 if (can_cache && MakeDatabaseAvailable()) {
427 HandleGetHashResults( SafeBrowsingCheck* check, const std::vector<SBFullHashResult>& full_hashes, bool can_cache) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc1331 const bool can_cache = !theme_provided_image && local
1334 if (can_cache) {

Completed in 135 milliseconds