HomeSort by relevance Sort by last modified time
    Searched defs:onc_value (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/network/onc/
onc_translation_tables.h 26 const char* onc_value; member in struct:chromeos::onc::StringTranslationEntry
48 const std::string& onc_value,
54 std::string* onc_value);
onc_translator_shill_to_onc.cc 294 std::string onc_value; local
295 if (TranslateStringToONC(table, shill_value, &onc_value)) {
296 onc_object_->SetStringWithoutPathExpansion(onc_field_name, onc_value);

Completed in 125 milliseconds