Home | History | Annotate | Download | only in accessibility

Lines Matching refs:text1

317   AccessibilityNodeData text1;
318 text1.id = 11;
319 text1.role = AccessibilityNodeData::ROLE_TEXT_FIELD;
320 text1.state = 0;
321 text1.value = L"One two three.\nFour five six.";
322 text1.line_breaks.push_back(15);
334 manager->UpdateNodesForTesting(text1);
347 ASSERT_EQ(text1.value, string16(text));
408 AccessibilityNodeData text1;
409 text1.id = 11;
410 text1.role = AccessibilityNodeData::ROLE_STATIC_TEXT;
411 text1.state = 1 << AccessibilityNodeData::STATE_READONLY;
412 text1.name = L"One two three.";
431 manager->UpdateNodesForTesting(root, text1, text2);
442 EXPECT_EQ(text1.name + text2.name, string16(text));
471 AccessibilityNodeData text1;
472 text1.id = 11;
473 text1.role = AccessibilityNodeData::ROLE_STATIC_TEXT;
474 text1.state = 1 << AccessibilityNodeData::STATE_READONLY;
475 text1.name = L"One two three.";
517 text1, button1, button1_text,
531 EXPECT_EQ(text1.name + embed + text2.name + embed, string16(text));