Searched refs:IntVectorToString (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/accessibility/
H A Dax_node_data.cc20 std::string IntVectorToString(const std::vector<int>& items) { function in namespace:ui::__anon16534
358 result += " indirect_child_ids=" + IntVectorToString(values);
361 result += " controls_ids=" + IntVectorToString(values);
364 result += " describedby_ids=" + IntVectorToString(values);
367 result += " flowto_ids=" + IntVectorToString(values);
370 result += " labelledby_ids=" + IntVectorToString(values);
373 result += " owns_ids=" + IntVectorToString(values);
376 result += " line_breaks=" + IntVectorToString(values);
379 result += " cell_ids=" + IntVectorToString(values);
382 result += " unique_cell_ids=" + IntVectorToString(value
[all...]
/external/chromium_org/ui/views/controls/table/
H A Dtable_utils_unittest.cc19 std::string IntVectorToString(const std::vector<int>& values) { function in namespace:views::__anon17071
46 EXPECT_EQ("20,30", IntVectorToString(result));
51 EXPECT_EQ("20,30", IntVectorToString(result));
56 EXPECT_EQ("20,30", IntVectorToString(result));

Completed in 89 milliseconds