OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_time_searched_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/history/
history_types.cc
181
std::swap(
first_time_searched_
, other->
first_time_searched_
);
203
if (
first_time_searched_
> other->
first_time_searched_
)
204
std::swap(
first_time_searched_
, other->
first_time_searched_
);
history_types.h
393
base::Time first_time_searched() const { return
first_time_searched_
; }
394
void set_first_time_searched(base::Time t) {
first_time_searched_
= t; }
460
base::Time
first_time_searched_
;
member in class:history::QueryResults
/external/chromium_org/chrome/browser/history/
history_types.h
353
base::Time first_time_searched() const { return
first_time_searched_
; }
354
void set_first_time_searched(base::Time t) {
first_time_searched_
= t; }
417
base::Time
first_time_searched_
;
member in class:history::QueryResults
history_types.cc
154
std::swap(
first_time_searched_
, other->
first_time_searched_
);
Completed in 6386 milliseconds