OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tree2_child0
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_unittest.cc
173
WebAccessibility
tree2_child0
;
local
174
tree2_child0
.id = 5;
175
tree2_child0
.name = UTF8ToUTF16("Child0");
176
tree2_child0
.role = WebAccessibility::ROLE_BUTTON;
177
tree2_child0
.state = 0;
196
tree2_root.children.push_back(
tree2_child0
);
354
WebAccessibility
tree2_child0
;
local
355
tree2_child0
.id = 10;
356
tree2_child0
.name = UTF8ToUTF16("Child0");
357
tree2_child0
.role = WebAccessibility::ROLE_BUTTON
[
all
...]
/external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_unittest.cc
207
AccessibilityNodeData
tree2_child0
;
local
208
tree2_child0
.id = 5;
209
tree2_child0
.SetName("Child0");
210
tree2_child0
.role = blink::WebAXRoleButton;
211
tree2_child0
.state = 0;
260
msg->nodes.push_back(
tree2_child0
);
380
AccessibilityNodeData
tree2_child0
;
local
381
tree2_child0
.id = 10;
382
tree2_child0
.SetName("Child0");
383
tree2_child0
.role = blink::WebAXRoleButton
[
all
...]
Completed in 36 milliseconds