OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_search_result_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.cc
25
last_search_result_
() {
95
last_search_result_
= FindNotificationDetails();
119
number_of_matches =
last_search_result_
.number_of_matches();
121
active_match_ordinal =
last_search_result_
.active_match_ordinal();
125
selection =
last_search_result_
.selection_rect();
129
last_search_result_
= FindNotificationDetails(
135
Details<FindNotificationDetails>(&
last_search_result_
));
find_tab_helper.h
58
return
last_search_result_
;
104
FindNotificationDetails
last_search_result_
;
member in class:FindTabHelper
Completed in 76 milliseconds