Lines Matching refs:wstring
23 using std::wstring;
36 void ExecuteScript(wstring script);
48 wstring expected_name,
50 wstring expected_value);
52 wstring expected_name,
53 wstring expected_role,
54 wstring expected_value);
66 void SetExpectedValue(wstring expected_value);
82 wstring name_;
88 wstring value_;
213 void AccessibilityWinBrowserTest::ExecuteScript(wstring script) {
219 wstring expected_name, int32 expected_role, wstring expected_value) :
227 wstring expected_name, wstring expected_role, wstring expected_value) :
247 void AccessibleChecker::SetExpectedValue(wstring expected_value) {
267 wstring(name.m_str, SysStringLen(name)).c_str());
287 wstring(value.m_str, SysStringLen(value)).c_str());
703 EXPECT_STREQ(L"body", wstring(node_name, SysStringLen(node_name)).c_str());
715 EXPECT_STREQ(L"input", wstring(node_name, SysStringLen(node_name)).c_str());