Searched refs:GetMatchCountText (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar.h98 virtual string16 GetMatchCountText() = 0;
H A Dfind_bar_host_browsertest.cc98 return find_bar->GetMatchCountText();
101 string16 GetMatchCountText() { function in class:FindInPageControllerTest
885 EXPECT_EQ(ASCIIToUTF16("1 of 1"), GetMatchCountText());
897 EXPECT_EQ(ASCIIToUTF16("1 of 1"), GetMatchCountText());
919 EXPECT_EQ(ASCIIToUTF16("1 of 1"), GetMatchCountText());
933 EXPECT_EQ(ASCIIToUTF16(""), GetMatchCountText());
/external/chromium/chrome/browser/ui/cocoa/find_bar/
H A Dfind_bar_bridge.h73 virtual string16 GetMatchCountText();
/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host.h75 virtual string16 GetMatchCountText();
H A Dfind_bar_view.h55 string16 GetMatchCountText() const;
H A Dfind_bar_host.cc225 string16 FindBarHost::GetMatchCountText() { function in class:FindBarHost
226 return find_bar_view()->GetMatchCountText();
H A Dfind_bar_view.cc189 string16 FindBarView::GetMatchCountText() const { function in class:FindBarView
/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.h66 virtual string16 GetMatchCountText();
H A Dfind_bar_gtk.cc574 string16 FindBarGtk::GetMatchCountText() { function in class:FindBarGtk

Completed in 702 milliseconds