HomeSort by relevance Sort by last modified time
    Searched refs:shill_value (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chromeos/network/onc/
onc_translation_tables.h 23 const char* shill_value; member in struct:chromeos::onc::StringTranslationEntry
48 std::string* shill_value);
52 const std::string& shill_value,
onc_translator_shill_to_onc.cc 174 const base::Value* shill_value = NULL; local
180 &shill_value)) {
186 if (shill_value->GetAsString(&shill_str)) {
195 << "' with value " << *shill_value
204 << "' has value " << *shill_value local
329 const base::DictionaryValue* shill_value = NULL; local
330 if (!(*it)->GetAsDictionary(&shill_value))
333 *shill_value,
366 const base::Value* shill_value = NULL; local
372 &shill_value)) {
394 std::string shill_value; local
405 << shill_value << " couldn't be translated to ONC"; local
    [all...]
onc_translation_tables.cc 297 std::string* shill_value) {
301 *shill_value = table[i].shill_value;
309 const std::string& shill_value,
311 for (int i = 0; table[i].shill_value != NULL; ++i) {
312 if (shill_value != table[i].shill_value)
317 LOG(ERROR) << "Value '" << shill_value << "' cannot be translated to ONC";
onc_translator_onc_to_shill.cc 241 std::string shill_value; local
242 if (TranslateStringToShill(table, onc_value, &shill_value)) {
244 shill_value);

Completed in 5021 milliseconds