HomeSort by relevance Sort by last modified time
    Searched defs:propertyID (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 143 int propertyID = cssPropertyID(propName);
144 if (propertyID) {
148 propInfo->propID = propertyID;
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 198 static PropertyWrapperBase* wrapperForProperty(int propertyID);
    [all...]
  /external/webkit/WebCore/editing/
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...]

Completed in 53 milliseconds