OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:known_icon
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/
favicon_helper_unittest.cc
294
history_handler->favicon_data_.
known_icon
= true;
339
history_handler->favicon_data_.
known_icon
= true;
403
history_handler->favicon_data_.
known_icon
= true;
442
history_handler->favicon_data_.
known_icon
= false;
488
history_handler->favicon_data_.
known_icon
= true;
527
history_handler->favicon_data_.
known_icon
= true;
560
history_handler->favicon_data_.
known_icon
= false;
594
history_handler->favicon_data_.
known_icon
= false;
628
history_handler->favicon_data_.
known_icon
= true;
674
history_handler->favicon_data_.
known_icon
= false
[
all
...]
favicon_helper.cc
319
favicon_expired_ = (favicon.
known_icon
&& favicon.expired);
321
if (favicon.
known_icon
&& favicon.icon_type == history::FAVICON &&
336
if (favicon.
known_icon
&& !favicon.expired) {
401
if (!favicon.
known_icon
|| favicon.expired) {
408
} else if (current_candidate() && (!favicon.
known_icon
|| favicon.expired ||
/external/chromium/chrome/browser/history/
history_types.cc
415
:
known_icon
(false),
423
return
known_icon
&& image_data.get() && image_data->size();
history_types.h
715
bool
known_icon
;
member in struct:history::FaviconData
history_backend.cc
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_web_ui.cc
109
favicon.
known_icon
= icon_data.get() != NULL && icon_data->size() > 0;
/external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.cc
291
favicon.
known_icon
= favicon.image_data.get() != NULL &&
Completed in 57 milliseconds