OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:got_first_most_visited_request_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/webui/
most_visited_handler.h
125
bool
got_first_most_visited_request_
;
member in class:MostVisitedHandler
most_visited_handler.cc
60
:
got_first_most_visited_request_
(false) {
108
if (!
got_first_most_visited_request_
) {
111
got_first_most_visited_request_
= true;
313
if (
got_first_most_visited_request_
) {
/external/chromium_org/chrome/browser/ui/webui/ntp/
most_visited_handler.cc
56
:
got_first_most_visited_request_
(false),
136
if (!
got_first_most_visited_request_
) {
139
got_first_most_visited_request_
= true;
251
if (
got_first_most_visited_request_
) {
most_visited_handler.h
110
bool
got_first_most_visited_request_
;
member in class:MostVisitedHandler
Completed in 346 milliseconds