Searched defs:GetMatchCountText (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
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
/external/chromium_org/chrome/browser/ui/find_bar/
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...]

Completed in 449 milliseconds