Home
last modified time | relevance | path

Searched refs:AppendStrings (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/
Dvalues.h472 void AppendStrings(const std::vector<std::string>& in_values);
473 void AppendStrings(const std::vector<string16>& in_values);
Dvalues.cc1104 void ListValue::AppendStrings(const std::vector<std::string>& in_values) { in AppendStrings() function in base::ListValue
1111 void ListValue::AppendStrings(const std::vector<string16>& in_values) { in AppendStrings() function in base::ListValue
/external/libweave/examples/daemon/oven/
Doven.cc226 supportedUnits.AppendStrings({"celsius"}); in UpdateOvenState()
/external/libweave/src/
Dcomponent_manager_impl.cc67 traits_list->AppendStrings(traits); in AddComponent()
93 traits_list->AppendStrings(traits); in AddComponentArrayItem()
/external/libweave/third_party/chromium/base/
Dvalues.h458 void AppendStrings(const std::vector<std::string>& in_values);
Dvalues.cc1049 void ListValue::AppendStrings(const std::vector<std::string>& in_values) { in AppendStrings() function in base::ListValue