OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:find_result
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc
61
find_bar_->ClearResults(find_tab_helper->
find_result
());
117
if (find_tab_helper->
find_result
().final_update() &&
118
find_tab_helper->
find_result
().number_of_matches() == 0) {
191
const FindNotificationDetails&
find_result
= find_tab_helper->
find_result
();
local
200
if (
find_result
.number_of_matches() > -1) {
202
find_result
.number_of_matches() == 1 &&
203
!
find_result
.final_update())
205
last_reported_matchcount_ =
find_result
.number_of_matches();
208
find_bar_->UpdateUIForFindResult(
find_result
, find_tab_helper->find_text())
[
all
...]
find_tab_helper.h
57
const FindNotificationDetails&
find_result
() const {
function in class:FindTabHelper
/external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_cocoa_controller.mm
183
[self updateUIForFindResult:find_tab_helper->
find_result
()
477
const FindNotificationDetails&
find_result
=
478
contents->find_tab_helper()->
find_result
();
479
if (
find_result
.number_of_matches() == 0)
481
gfx::Rect selection_rect(
find_result
.selection_rect());
524
findBarBridge_->ClearResults(find_tab_helper->
find_result
());
/external/chromium/chrome/browser/ui/views/
find_bar_view.cc
463
UpdateForResult(find_tab_helper->
find_result
(), string16());
/external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc
593
UpdateUIForFindResult(find_tab_helper->
find_result
(), string16());
[
all
...]
Completed in 2595 milliseconds