Searched refs:property_key (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/chrome/browser/chromeos/options/ |
H A D | network_property_ui_data.cc | 26 const std::string& property_key) { 33 if (!onc::IsRecommendedValue(onc, property_key)) 40 if (!onc->Get(property_key, &default_value)) { 24 ParseOncProperty(::onc::ONCSource onc_source, const base::DictionaryValue* onc, const std::string& property_key) argument
|
H A D | network_property_ui_data.h | 35 // |property_key|. 38 const std::string& property_key);
|
/external/libselinux/src/ |
H A D | label_android_property.c | 19 char *property_key; /* property key string */ member in struct:spec 36 if (strncmp(sp1->property_key,"*",1) == 0) 38 if (strncmp(sp2->property_key,"*",1) == 0) 41 size_t L1 = strlen(sp1->property_key); 42 size_t L2 = strlen(sp2->property_key); 59 if ((!strcmp(spec_arr[jj].property_key, curr_spec->property_key))) { 68 path, curr_spec->property_key, 75 path, curr_spec->property_key); 113 spec_arr[nspec].property_key [all...] |
/external/qemu/distrib/libselinux/src/ |
H A D | label_android_property.c | 19 char *property_key; /* property key string */ member in struct:spec 36 if (strncmp(sp1->property_key,"*",1) == 0) 38 if (strncmp(sp2->property_key,"*",1) == 0) 41 size_t L1 = strlen(sp1->property_key); 42 size_t L2 = strlen(sp2->property_key); 59 if ((!strcmp(spec_arr[jj].property_key, curr_spec->property_key))) { 68 path, curr_spec->property_key, 75 path, curr_spec->property_key); 113 spec_arr[nspec].property_key [all...] |
/external/chromium_org/base/win/ |
H A D | win_util.h | 69 const PROPERTYKEY& property_key, 75 const PROPERTYKEY& property_key,
|
H A D | win_util.cc | 35 // Sets the value of |property_key| to |property_value| in |property_store|. 38 const PROPERTYKEY& property_key, 42 HRESULT result = property_store->SetValue(property_key, property_value.get()); 143 const PROPERTYKEY& property_key, 152 property_key, 157 const PROPERTYKEY& property_key, 166 property_key, 36 SetPropVariantValueForPropertyStore( IPropertyStore* property_store, const PROPERTYKEY& property_key, const base::win::ScopedPropVariant& property_value) argument 142 SetBooleanValueForPropertyStore(IPropertyStore* property_store, const PROPERTYKEY& property_key, bool property_bool_value) argument 156 SetStringValueForPropertyStore(IPropertyStore* property_store, const PROPERTYKEY& property_key, const wchar_t* property_string_value) argument
|
/external/chromium_org/chromeos/network/onc/ |
H A D | onc_utils.h | 133 // Returns true if |property_key| is a recommended value in the ONC dictionary. 135 const std::string& property_key);
|
H A D | onc_utils.cc | 678 const std::string& property_key) { 680 size_t pos = property_key.find_last_of('.'); 683 property_basename = property_key.substr(pos + 1); 685 property_key.substr(0, pos + 1) + ::onc::kRecommended; 688 property_basename = property_key; 677 IsRecommendedValue(const base::DictionaryValue* onc, const std::string& property_key) argument
|
Completed in 204 milliseconds