OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:number_of_matches
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/ui/find_bar/
find_notification_details.h
15
int
number_of_matches
,
20
number_of_matches_(
number_of_matches
),
35
int
number_of_matches
() const { return number_of_matches_; }
function in class:FindNotificationDetails
find_tab_helper.cc
109
int
number_of_matches
,
118
if (
number_of_matches
== -1)
119
number_of_matches
= last_search_result_.
number_of_matches
();
130
request_id,
number_of_matches
, selection, active_match_ordinal,
find_bar_controller.cc
118
find_tab_helper->find_result().
number_of_matches
() == 0) {
200
if (find_result.
number_of_matches
() > -1) {
202
find_result.
number_of_matches
() == 1 &&
205
last_reported_matchcount_ = find_result.
number_of_matches
();
find_tab_helper.h
66
int
number_of_matches
,
/external/chromium/chrome/browser/ui/views/
find_bar_view.cc
196
result.
number_of_matches
() != -1 && result.active_match_ordinal() != -1;
210
base::IntToString16(result.
number_of_matches
()))));
212
UpdateMatchCountAppearance(result.
number_of_matches
() == 0 &&
find_bar_host.cc
147
if (result.
number_of_matches
() > 0)
/external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc
384
if (result.
number_of_matches
() > 0)
389
result.
number_of_matches
() != -1 && result.active_match_ordinal() != -1;
401
base::IntToString16(result.
number_of_matches
())).c_str());
402
UpdateMatchLabelAppearance(result.
number_of_matches
() == 0 &&
[
all
...]
/external/v8/src/
liveobjectlist.cc
2467
int
number_of_matches
= 0;
local
[
all
...]
/external/chromium/chrome/browser/automation/
automation_provider_observers.cc
[
all
...]
Completed in 219 milliseconds