Searched defs:text1_name (Results 1 - 1 of 1) sorted by path

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win_unittest.cc420 const std::string text1_name = "One two three."; local
427 text1.SetName(text1_name);
457 EXPECT_EQ(text1_name + text2_name, base::UTF16ToUTF8(base::string16(text)));
486 const std::string text1_name = "One two three."; local
495 text1.SetName(text1_name);
551 EXPECT_EQ(text1_name + embed + text2_name + embed,

Completed in 249 milliseconds