Searched refs:property_name (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | extension_info_private_api_chromeos.cc | 36 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()
|
D | extension_info_private_api_chromeos.h | 22 bool GetValue(const std::string& property_name, std::string* value);
|
/external/freetype/src/sfnt/ |
D | ttbdf.c | 141 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()
|
D | ttbdf.h | 37 const char* property_name,
|
/external/protobuf/python/google/protobuf/ |
D | reflection.py | 460 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/ |
D | dom_operations.h | 68 const std::string& property_name,
|
D | dom_operations.cc | 263 const std::string& property_name, in PauseTransitionAtTimeOnElementWithId() argument 279 WebString::fromUTF8(property_name), in PauseTransitionAtTimeOnElementWithId()
|
/external/v8/test/cctest/ |
D | test-compiler.cc | 357 const char* property_name) { in GetJSFunction() argument 359 v8::Local<v8::Function>::Cast(obj->Get(v8_str(property_name))); in GetJSFunction()
|
D | test-deoptimization.cc | 108 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/ |
D | AXObjectCacheAtk.cpp | 150 propertyValues.property_name = "accessible-value"; in postPlatformNotification()
|
/external/v8/src/ |
D | log.cc | 770 SmartArrayPointer<char> property_name = in ApiNamedPropertyAccess() local 772 ApiEvent("api,%s,\"%s\",\"%s\"\n", tag, *class_name, *property_name); in ApiNamedPropertyAccess()
|