/external/clang/test/CodeGenObjC/ |
D | objc2-ivar-assign.m | 21 @property ID propertyID; property
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitviewportattributes.cpp | 435 static void webkit_viewport_attributes_get_property(GObject* object, guint propertyID, GValue* valu… in webkit_viewport_attributes_get_property() 489 static void webkit_viewport_attributes_set_property(GObject* object, guint propertyID, const GValue… in webkit_viewport_attributes_set_property()
|
D | webkithittestresult.cpp | 82 static void webkit_hit_test_result_get_property(GObject* object, guint propertyID, GValue* value, G… in webkit_hit_test_result_get_property() 108 static void webkit_hit_test_result_set_property(GObject* object, guint propertyID, const GValue* va… in webkit_hit_test_result_set_property()
|
D | webkitnetworkrequest.cpp | 81 static void webkit_network_request_get_property(GObject* object, guint propertyID, GValue* value, G… in webkit_network_request_get_property() 97 static void webkit_network_request_set_property(GObject* object, guint propertyID, const GValue* va… in webkit_network_request_set_property()
|
D | webkitnetworkresponse.cpp | 81 static void webkit_network_response_get_property(GObject* object, guint propertyID, GValue* value, … in webkit_network_response_get_property() 97 static void webkit_network_response_set_property(GObject* object, guint propertyID, const GValue* v… in webkit_network_response_set_property()
|
/external/webkit/Source/WebCore/css/ |
D | CSSMutableStyleDeclaration.cpp | 454 bool CSSMutableStyleDeclaration::removeShorthandProperty(int propertyID, bool notifyChanged) in removeShorthandProperty() 464 String CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnTe… in removeProperty() 537 void CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, E… in setProperty() 543 String CSSMutableStyleDeclaration::removeProperty(int propertyID, ExceptionCode& ec) in removeProperty() 549 bool CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, b… in setProperty() 586 bool CSSMutableStyleDeclaration::setProperty(int propertyID, int value, bool important, bool notify… in setProperty() 595 bool CSSMutableStyleDeclaration::setProperty(int propertyID, double value, CSSPrimitiveValue::UnitT… in setProperty() 864 CSSProperty* CSSMutableStyleDeclaration::findPropertyWithId(int propertyID) in findPropertyWithId()
|
D | SVGCSSComputedStyleDeclaration.cpp | 62 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(int propertyID, EUpdateLay… in getSVGPropertyCSSValue()
|
D | CSSPropertyLonghand.cpp | 219 CSSPropertyLonghand longhandForProperty(int propertyID) in longhandForProperty()
|
D | CSSComputedStyleDeclaration.cpp | 389 static PassRefPtr<CSSValue> getPositionOffsetValue(RenderStyle* style, int propertyID, CSSPrimitive… in getPositionOffsetValue() 666 CSSPropertyID propertyID = static_cast<CSSPropertyID>(id); in valueForShadow() local 779 static PassRefPtr<CSSValue> counterToCSSValue(const RenderStyle* style, int propertyID, CSSPrimitiv… in counterToCSSValue() 794 static void logUnimplementedPropertyID(int propertyID) in logUnimplementedPropertyID() 803 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(int propertyID, EUpdateLayout… in getPropertyCSSValue()
|
D | CSSStyleDeclaration.cpp | 87 int propertyID = cssPropertyID(propertyName); in setProperty() local
|
D | CSSProperty.cpp | 157 int CSSProperty::resolveDirectionAwareProperty(int propertyID, TextDirection direction, WritingMode… in resolveDirectionAwareProperty()
|
/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.cpp | 96 …static PassOwnPtr<HTMLElementEquivalent> create(CSSPropertyID propertyID, int primitiveValue, cons… in create() 173 …static PassOwnPtr<HTMLAttributeEquivalent> create(CSSPropertyID propertyID, const QualifiedName& t… in create() 177 …static PassOwnPtr<HTMLAttributeEquivalent> create(CSSPropertyID propertyID, const QualifiedName& a… in create() 293 EditingStyle::EditingStyle(int propertyID, const String& value) in EditingStyle() 338 void EditingStyle::setProperty(int propertyID, const String& value, bool important) in setProperty() 559 CSSPropertyID propertyID = static_cast<CSSPropertyID>(it->id()); in conflictsWithInlineStyleOfElement() local 574 CSSPropertyID propertyID = static_cast<CSSPropertyID>(it->id()); in conflictsWithInlineStyleOfElement() local 829 …nProperty(CSSMutableStyleDeclaration* style, const CSSValueList* newTextDecoration, int propertyID) in setTextDecorationProperty() 1010 int getIdentifierValue(CSSStyleDeclaration* style, int propertyID) in getIdentifierValue()
|
D | EditingStyle.h | 86 static PassRefPtr<EditingStyle> create(int propertyID, const String& value) in create()
|
D | EditorCommand.cpp | 116 …lyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String&… in executeApplyStyle() 123 …lyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, int propertyV… in executeApplyStyle() 133 …eInList(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, CSSValue* val… in executeToggleStyleInList() 158 …leStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const char* o… in executeToggleStyle() 174 …phStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String&… in executeApplyParagraphStyle() 226 static TriState stateStyle(Frame* frame, int propertyID, const char* desiredValue) in stateStyle() 233 static String valueStyle(Frame* frame, int propertyID) in valueStyle()
|
D | Editor.cpp | 878 bool Editor::selectionStartHasStyle(int propertyID, const String& value) const in selectionStartHasStyle() 887 TriState Editor::selectionHasStyle(int propertyID, const String& value) const in selectionHasStyle() 935 String Editor::selectionStartCSSPropertyValue(int propertyID) in selectionStartCSSPropertyValue()
|
D | markup.cpp | 425 static bool propertyMissingOrEqualToNone(CSSStyleDeclaration* style, int propertyID) in propertyMissingOrEqualToNone()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8CSSStyleDeclarationCustom.cpp | 143 int propertyID = cssPropertyID(propName); in cssPropertyInfo() local
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationBase.cpp | 732 static void addPropertyWrapper(int propertyID, PropertyWrapperBase* wrapper) in addPropertyWrapper() 766 int propertyID = animatableShorthandProperties[i]; in addShorthandProperties() local 782 static PropertyWrapperBase* wrapperForProperty(int propertyID) in wrapperForProperty()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 85 IdentifierInfo *propertyID) { in findPropertyDecl()
|