OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:got_favicon_from_history_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
favicon_helper.cc
69
got_favicon_from_history_
(false),
93
favicon_expired_ =
got_favicon_from_history_
= false;
197
} else if (!favicon_expired_ &&
got_favicon_from_history_
&&
205
if (
got_favicon_from_history_
)
316
got_favicon_from_history_
= true;
favicon_helper.h
231
bool
got_favicon_from_history_
;
member in class:FaviconHelper
/external/chromium_org/chrome/browser/favicon/
favicon_handler.cc
216
:
got_favicon_from_history_
(false),
234
favicon_expired_or_incomplete_ =
got_favicon_from_history_
= false;
369
} else if (!favicon_expired_or_incomplete_ &&
got_favicon_from_history_
&&
375
if (
got_favicon_from_history_
)
509
got_favicon_from_history_
= true;
favicon_handler.h
262
bool
got_favicon_from_history_
;
member in class:FaviconHandler
Completed in 198 milliseconds