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

/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar.h112 virtual base::string16 GetMatchCountText() = 0;
H A Dfind_bar_host_browsertest.cc111 return find_bar->GetMatchCountText();
114 base::string16 GetMatchCountText() { function in class:FindInPageControllerTest
718 EXPECT_EQ(ASCIIToUTF16(""), GetMatchCountText());
1173 EXPECT_EQ(ASCIIToUTF16("1 of 1"), GetMatchCountText());
1186 EXPECT_EQ(ASCIIToUTF16("1 of 1"), GetMatchCountText());
1203 EXPECT_EQ(ASCIIToUTF16("1 of 1"), GetMatchCountText());
1218 EXPECT_EQ(base::string16(), GetMatchCountText());
1475 EXPECT_EQ(ASCIIToUTF16("1 of 1"), GetMatchCountText());
1483 EXPECT_EQ(ASCIIToUTF16("1 of 1"), GetMatchCountText());
1488 EXPECT_EQ(ASCIIToUTF16(""), GetMatchCountText());
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
H A Dfind_bar_bridge.h80 virtual base::string16 GetMatchCountText() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_host.h80 virtual base::string16 GetMatchCountText() OVERRIDE;
H A Dfind_bar_view.h57 base::string16 GetMatchCountText() const;
H A Dfind_bar_host.cc251 base::string16 FindBarHost::GetMatchCountText() { function in class:FindBarHost
252 return find_bar_view()->GetMatchCountText();
H A Dfind_bar_view.cc188 base::string16 FindBarView::GetMatchCountText() const { function in class:FindBarView

Completed in 1141 milliseconds