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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserMode.h 46 HTMLAttributeMode,
58 return mode == HTMLQuirksMode; // || mode == HTMLAttributeMode;
68 return mode == HTMLAttributeMode || mode == UASheetMode;
73 return mode == HTMLQuirksMode || mode == HTMLAttributeMode || mode == SVGAttributeMode;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PresentationAttributeStyle.cpp 181 style = MutableStylePropertySet::create(element.isSVGElement() ? SVGAttributeMode : HTMLAttributeMode);

Completed in 62 milliseconds