HomeSort by relevance Sort by last modified time
    Searched refs:FindInPageWchar (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 140 int FindInPageWchar(WebContents* web_contents,
153 // Calls FindInPageWchar till the find box's x position != |start_x_position|.
163 EXPECT_EQ(expected_matches, FindInPageWchar(web_contents, search_str,
204 EXPECT_EQ(18, FindInPageWchar(web_contents, L"g",
207 EXPECT_EQ(11, FindInPageWchar(web_contents, L"go",
210 EXPECT_EQ(4, FindInPageWchar(web_contents, L"goo",
213 EXPECT_EQ(3, FindInPageWchar(web_contents, L"goog",
216 EXPECT_EQ(2, FindInPageWchar(web_contents, L"googl",
219 EXPECT_EQ(1, FindInPageWchar(web_contents, L"google",
222 EXPECT_EQ(0, FindInPageWchar(web_contents, L"google!"
    [all...]
find_bar_host_interactive_uitest.cc 33 int FindInPageWchar(WebContents* web_contents,
87 EXPECT_EQ(1, FindInPageWchar(web_contents, L"nk",
99 EXPECT_EQ(1, FindInPageWchar(web_contents, L"Google",

Completed in 55 milliseconds