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 23 const char* onc_value; member in struct:chromeos::onc::StringTranslationEntry
56 const std::string& onc_value,
62 std::string* onc_value);
onc_translator_shill_to_onc.cc 655 std::string onc_value; local
656 if (TranslateStringToONC(table, shill_value, &onc_value)) {
657 onc_object_->SetStringWithoutPathExpansion(onc_field_name, onc_value);

Completed in 923 milliseconds