HomeSort by relevance Sort by last modified time
    Searched refs:isExpandedShorthand (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.h.tmpl 85 bool isExpandedShorthand(CSSPropertyID);
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertyShorthandCustom.cpp 133 bool isExpandedShorthand(CSSPropertyID id)
147 // FIXME: isExpandedShorthand says "font" is not an expanded shorthand,
  /external/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeEffectModel.cpp 123 ASSERT_WITH_MESSAGE(!isExpandedShorthand(property), "Web Animations: Encountered shorthand CSS property (%d) in normalized keyframes.", property);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 109 ASSERT_WITH_MESSAGE(!isExpandedShorthand(id), "Shorthand property id = %d wasn't expanded at parsing time", id);
    [all...]

Completed in 394 milliseconds