HomeSort by relevance Sort by last modified time
    Searched full:propertyid (Results 1 - 22 of 22) sorted by null

  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.h 44 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const;
45 virtual String getPropertyValue(int propertyID) const;
46 virtual bool getPropertyPriority(int propertyID) const;
47 virtual int getPropertyShorthand(int /*propertyID*/) const { return -1; }
48 virtual bool isPropertyImplicit(int /*propertyID*/) const { return false; }
53 PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID, EUpdateLayout) const;
56 PassRefPtr<CSSValue> getSVGPropertyCSSValue(int propertyID, EUpdateLayout) const;
67 virtual String removeProperty(int propertyID, ExceptionCode&);
68 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&);
CSSMutableStyleDeclaration.h 94 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const;
95 virtual String getPropertyValue(int propertyID) const;
96 virtual bool getPropertyPriority(int propertyID) const;
97 virtual int getPropertyShorthand(int propertyID) const;
98 virtual bool isPropertyImplicit(int propertyID) const;
100 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&);
101 virtual String removeProperty(int propertyID, ExceptionCode&);
105 bool setProperty(int propertyID, int value, bool important = false, bool notifyChanged = true);
106 bool setProperty(int propertyID, const String& value, bool important = false, bool notifyChanged = true);
108 String removeProperty(int propertyID, bool notifyChanged = true, bool returnText = false)
    [all...]
CSSStyleDeclaration.h 55 virtual PassRefPtr<CSSValue> getPropertyCSSValue(int propertyID) const = 0;
56 virtual String getPropertyValue(int propertyID) const = 0;
57 virtual bool getPropertyPriority(int propertyID) const = 0;
58 virtual int getPropertyShorthand(int propertyID) const = 0;
59 virtual bool isPropertyImplicit(int propertyID) const = 0;
64 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&) = 0;
65 virtual String removeProperty(int propertyID, ExceptionCode&) = 0;
CSSMutableStyleDeclaration.cpp 103 String CSSMutableStyleDeclaration::getPropertyValue(int propertyID) const
105 RefPtr<CSSValue> value = getPropertyCSSValue(propertyID);
110 switch (propertyID) {
423 PassRefPtr<CSSValue> CSSMutableStyleDeclaration::getPropertyCSSValue(int propertyID) const
425 const CSSProperty* property = findPropertyWithId(propertyID);
429 bool CSSMutableStyleDeclaration::removeShorthandProperty(int propertyID, bool notifyChanged)
431 CSSPropertyLonghand longhand = longhandForProperty(propertyID);
439 String CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnText)
443 if (removeShorthandProperty(propertyID, notifyChanged)) {
448 CSSProperty* foundProperty = findPropertyWithId(propertyID);
    [all...]
SVGCSSComputedStyleDeclaration.cpp 49 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSValue(int propertyID, EUpdateLayout updateLayout) const
67 switch (static_cast<CSSPropertyID>(propertyID)) {
170 return valueForShadow(svgStyle->shadow(), propertyID);
179 ASSERT_WITH_MESSAGE(0, "unimplemented propertyID: %d", propertyID);
181 LOG_ERROR("unimplemented propertyID: %d", propertyID);
CSSPropertyLonghand.cpp 212 CSSPropertyLonghand longhandForProperty(int propertyID)
218 return shorthandMap.get(propertyID);
CSSComputedStyleDeclaration.cpp 348 static PassRefPtr<CSSValue> getPositionOffsetValue(RenderStyle* style, int propertyID)
354 switch (propertyID) {
570 CSSPropertyID propertyID = static_cast<CSSPropertyID>(id);
577 RefPtr<CSSPrimitiveValue> spread = propertyID == CSSPropertyTextShadow ? 0 : CSSPrimitiveValue::create(s->spread, CSSPrimitiveValue::CSS_PX);
578 RefPtr<CSSPrimitiveValue> style = propertyID == CSSPropertyTextShadow || s->style == Normal ? 0 : CSSPrimitiveValue::createIdentifier(CSSValueInset);
585 PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(int propertyID) const
587 return getPropertyCSSValue(propertyID, UpdateLayout);
651 static void logUnimplementedPropertyID(int propertyID)
654 if (!propertyIDSet.add(propertyID).second)
657 LOG_ERROR("WebKit does not yet implement getComputedStyle for '%s'.", getPropertyName(static_cast<CSSPropertyID>(propertyID)));
    [all...]
SVGCSSParser.cpp 286 ASSERT_WITH_MESSAGE(0, "unimplemented propertyID: %d", propId);
SVGCSSStyleSelector.cpp 560 ASSERT_WITH_MESSAGE(0, "unimplemented propertyID: %d", id);
  /external/webkit/WebKit/gtk/webkit/
webkithittestresult.cpp 71 static void webkit_hit_test_result_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec)
76 switch(propertyID) {
90 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
94 static void webkit_hit_test_result_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec)
99 switch(propertyID) {
116 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
webkitnetworkrequest.cpp 84 static void webkit_network_request_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec)
88 switch(propertyID) {
96 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
100 static void webkit_network_request_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec)
105 switch(propertyID) {
113 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
webkitnetworkresponse.cpp 81 static void webkit_network_response_get_property(GObject* object, guint propertyID, GValue* value, GParamSpec* pspec)
85 switch(propertyID) {
93 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
97 static void webkit_network_response_set_property(GObject* object, guint propertyID, const GValue* value, GParamSpec* pspec)
102 switch(propertyID) {
110 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyID, pspec);
webkitwebnavigationaction.cpp 66 static void webkit_web_navigation_action_get_property(GObject* object, guint propertyId, GValue* value, GParamSpec* pspec)
70 switch(propertyId) {
87 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
92 static void webkit_web_navigation_action_set_property(GObject* object, guint propertyId, const GValue* value, GParamSpec* pspec)
97 switch(propertyId) {
114 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propertyId, pspec);
  /external/webkit/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 143 int propertyID = cssPropertyID(propName);
144 if (propertyID) {
148 propInfo->propID = propertyID;
  /external/webkit/WebCore/svg/
SVGStyledElement.cpp 52 int propertyId = cssPropertyID(attrName.localName());
53 ASSERT(propertyId > 0);
54 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
  /external/webkit/WebCore/editing/
EditorCommand.cpp 112 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
115 style->setProperty(propertyID, propertyValue);
119 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, int propertyValue)
122 style->setProperty(propertyID, propertyValue);
129 static bool executeToggleStyleInList(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, CSSValue* value)
134 RefPtr<CSSValue> selectedCSSValue = selectionStyle->getPropertyCSSValue(propertyID);
154 newMutableStyle->setProperty(propertyID, newStyle,ec);
158 static bool executeToggleStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const char* offValue, const char* onValue)
161 style->setProperty(propertyID, onValue); // We need to add this style to pass it to selectionStartHasStyle / selectionHasStyle
173 style->setProperty(propertyID, styleIsPresent ? offValue : onValue)
    [all...]
ApplyStyleCommand.cpp 145 static int getIdentifierValue(CSSMutableStyleDeclaration* style, int propertyID)
150 RefPtr<CSSValue> value = style->getPropertyCSSValue(propertyID);
157 static void setTextDecorationProperty(CSSMutableStyleDeclaration* style, const CSSValueList* newTextDecoration, int propertyID)
160 style->setProperty(propertyID, newTextDecoration->cssText(), style->getPropertyPriority(propertyID));
163 ASSERT(!style->getPropertyPriority(propertyID));
164 style->removeProperty(propertyID);
    [all...]
markup.cpp 696 static bool propertyMissingOrEqualToNone(CSSStyleDeclaration* style, int propertyID)
700 RefPtr<CSSValue> value = style->getPropertyCSSValue(propertyID);
    [all...]
  /external/webkit/WebCore/dom/
StyledElement.h 52 void addCSSImageProperty(MappedAttribute*, int propertyID, const String& url);
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 198 static PropertyWrapperBase* wrapperForProperty(int propertyID);
    [all...]
  /external/webkit/WebCore/
ChangeLog-2006-05-10 158 (WebCore::propertyID): Use UChar instead of unsigned short and get rid of call to
    [all...]
ChangeLog-2007-10-14 683 (WebCore::propertyID):
    [all...]

Completed in 2082 milliseconds