OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:can_cache
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
protocol_manager.cc
235
bool
can_cache
= false;
local
243
can_cache
= true;
276
sb_service_->HandleGetHashResults(check, full_hashes,
can_cache
);
/external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc
221
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
);
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc
1331
const bool
can_cache
= !theme_provided_image &&
local
[
all
...]
Completed in 25 milliseconds