Home
last modified time | relevance | path

Searched defs:propertyID (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/CodeGenObjC/
Dobjc2-ivar-assign.m21 @property ID propertyID; property
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitviewportattributes.cpp435 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()
Dwebkithittestresult.cpp82 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()
Dwebkitnetworkrequest.cpp81 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()
Dwebkitnetworkresponse.cpp81 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/
DCSSMutableStyleDeclaration.cpp454 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()
DSVGCSSComputedStyleDeclaration.cpp62 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(int propertyID, EUpdateLay… in getSVGPropertyCSSValue()
DCSSPropertyLonghand.cpp219 CSSPropertyLonghand longhandForProperty(int propertyID) in longhandForProperty()
DCSSComputedStyleDeclaration.cpp389 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()
DCSSStyleDeclaration.cpp87 int propertyID = cssPropertyID(propertyName); in setProperty() local
DCSSProperty.cpp157 int CSSProperty::resolveDirectionAwareProperty(int propertyID, TextDirection direction, WritingMode… in resolveDirectionAwareProperty()
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp96 …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()
DEditingStyle.h86 static PassRefPtr<EditingStyle> create(int propertyID, const String& value) in create()
DEditorCommand.cpp116 …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()
DEditor.cpp878 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()
Dmarkup.cpp425 static bool propertyMissingOrEqualToNone(CSSStyleDeclaration* style, int propertyID) in propertyMissingOrEqualToNone()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp143 int propertyID = cssPropertyID(propName); in cssPropertyInfo() local
/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp732 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/
DDeclObjC.cpp85 IdentifierInfo *propertyID) { in findPropertyDecl()