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 139 int FindInPageWchar(WebContents* web_contents,
152 // Calls FindInPageWchar till the find box's x position != |start_x_position|.
162 EXPECT_EQ(expected_matches, FindInPageWchar(web_contents, search_str,
203 EXPECT_EQ(18, FindInPageWchar(web_contents, L"g",
206 EXPECT_EQ(11, FindInPageWchar(web_contents, L"go",
209 EXPECT_EQ(4, FindInPageWchar(web_contents, L"goo",
212 EXPECT_EQ(3, FindInPageWchar(web_contents, L"goog",
215 EXPECT_EQ(2, FindInPageWchar(web_contents, L"googl",
218 EXPECT_EQ(1, FindInPageWchar(web_contents, L"google",
221 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 102 milliseconds