Searched refs:property_key (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_property_ui_data.cc26 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 Dnetwork_property_ui_data.h35 // |property_key|.
38 const std::string& property_key);
/external/libselinux/src/
H A Dlabel_android_property.c19 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 Dlabel_android_property.c19 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 Dwin_util.h69 const PROPERTYKEY& property_key,
75 const PROPERTYKEY& property_key,
H A Dwin_util.cc35 // 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 Donc_utils.h133 // Returns true if |property_key| is a recommended value in the ONC dictionary.
135 const std::string& property_key);
H A Donc_utils.cc678 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