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

  /external/chromium_org/chromeos/network/
network_ui_data_unittest.cc 16 ui_data_dict.SetString(NetworkUIData::kKeyONCSource, "user_import");
23 ui_data_dict.SetString(NetworkUIData::kKeyONCSource, "device_policy");
29 ui_data_dict.SetString(NetworkUIData::kKeyONCSource, "user_policy");
network_ui_data.h 91 static const char kKeyONCSource[];
102 // Values for kKeyONCSource
network_ui_data.cc 14 const char NetworkUIData::kKeyONCSource[] = "onc_source";
91 dict.GetString(kKeyONCSource, &source);
132 dict->SetString(kKeyONCSource, source_string);

Completed in 168 milliseconds