Searched defs:out_children (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_root_obj_wrapper.cc29 std::vector<views::AXAuraObjWrapper*>* out_children) {
37 out_children->push_back(
28 GetChildren( std::vector<views::AXAuraObjWrapper*>* out_children) argument
H A Dax_tree_source_ash_unittest.cc33 std::vector<AXAuraObjWrapper*> out_children; local
34 tree->GetChildren(&out_children);
36 for (size_t i = 0; i < out_children.size(); ++i)
37 count += GetSize(out_children[i]);
/external/chromium_org/ui/views/accessibility/
H A Dax_widget_obj_wrapper.cc30 std::vector<AXAuraObjWrapper*>* out_children) {
31 out_children->push_back(
29 GetChildren( std::vector<AXAuraObjWrapper*>* out_children) argument
H A Dax_window_obj_wrapper.cc33 std::vector<AXAuraObjWrapper*>* out_children) {
36 out_children->push_back(
43 out_children->push_back(AXAuraObjCache::GetInstance()->GetOrCreate(widget));
32 GetChildren( std::vector<AXAuraObjWrapper*>* out_children) argument
H A Dax_view_obj_wrapper.cc33 std::vector<AXAuraObjWrapper*>* out_children) {
38 out_children->push_back(child);
32 GetChildren( std::vector<AXAuraObjWrapper*>* out_children) argument

Completed in 586 milliseconds