OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:property_key
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/options/
network_property_ui_data.cc
24
const std::string&
property_key
) {
31
size_t pos =
property_key
.find_last_of('.');
33
std::string property_basename(
property_key
);
35
recommended_property_key =
property_key
.substr(0, pos + 1);
36
property_basename =
property_key
.substr(pos + 1);
46
if (onc->Get(
property_key
, &default_value))
network_property_ui_data.h
35
// |
property_key
|.
38
const std::string&
property_key
);
/external/libselinux/src/
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
= strdup(prop)
[
all
...]
/external/chromium_org/base/win/
win_util.h
69
const PROPERTYKEY&
property_key
,
75
const PROPERTYKEY&
property_key
,
win_util.cc
34
// Sets the value of |
property_key
| to |property_value| in |property_store|.
37
const PROPERTYKEY&
property_key
,
41
HRESULT result = property_store->SetValue(
property_key
, property_value.get());
142
const PROPERTYKEY&
property_key
,
151
property_key
,
156
const PROPERTYKEY&
property_key
,
165
property_key
,
Completed in 35 milliseconds