Home
last modified time | relevance | path

Searched refs:property_name (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_info_private_api_chromeos.cc36 std::string property_name; in RunImpl() local
37 EXTENSION_FUNCTION_VALIDATE(list->GetString(i, &property_name)); in RunImpl()
39 if (GetValue(property_name, &value)) in RunImpl()
40 result->Set(property_name, Value::CreateStringValue(value)); in RunImpl()
47 bool GetChromeosInfoFunction::GetValue(const std::string& property_name, in GetValue() argument
50 if (property_name == kPropertyHWID) { in GetValue()
53 } else if (property_name == kPropertyHomeProvider) { in GetValue()
61 LOG(ERROR) << "Unknown property request: " << property_name; in GetValue()
Dextension_info_private_api_chromeos.h22 bool GetValue(const std::string& property_name, std::string* value);
/external/freetype/src/sfnt/
Dttbdf.c141 const char* property_name, in tt_face_find_bdf_prop() argument
168 if ( size == NULL || property_name == NULL ) in tt_face_find_bdf_prop()
171 property_len = ft_strlen( property_name ); in tt_face_find_bdf_prop()
204 ft_strncmp( property_name, in tt_face_find_bdf_prop()
Dttbdf.h37 const char* property_name,
/external/protobuf/python/google/protobuf/
Dreflection.py460 property_name = _PropertyName(proto_field_name)
486 setattr(cls, property_name, property(getter, setter, doc=doc))
501 property_name = _PropertyName(proto_field_name)
521 setattr(cls, property_name, property(getter, setter, doc=doc))
538 property_name = _PropertyName(proto_field_name)
567 setattr(cls, property_name, property(getter, setter, doc=doc))
/external/chromium/webkit/glue/
Ddom_operations.h68 const std::string& property_name,
Ddom_operations.cc263 const std::string& property_name, in PauseTransitionAtTimeOnElementWithId() argument
279 WebString::fromUTF8(property_name), in PauseTransitionAtTimeOnElementWithId()
/external/v8/test/cctest/
Dtest-compiler.cc357 const char* property_name) { in GetJSFunction() argument
359 v8::Local<v8::Function>::Cast(obj->Get(v8_str(property_name))); in GetJSFunction()
Dtest-deoptimization.cc108 const char* property_name) { in GetJSFunction() argument
110 v8::Local<v8::Function>::Cast(obj->Get(v8_str(property_name))); in GetJSFunction()
/external/webkit/Source/WebCore/accessibility/gtk/
DAXObjectCacheAtk.cpp150 propertyValues.property_name = "accessible-value"; in postPlatformNotification()
/external/v8/src/
Dlog.cc770 SmartArrayPointer<char> property_name = in ApiNamedPropertyAccess() local
772 ApiEvent("api,%s,\"%s\",\"%s\"\n", tag, *class_name, *property_name); in ApiNamedPropertyAccess()