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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGroupingRule.cpp 60 unsigned CSSGroupingRule::insertRule(const String& ruleString, unsigned index, ExceptionState& es)
65 es.throwDOMException(IndexSizeError, "Failed to execute 'insertRule' on a 'CSSGroupingRule' object: the index " + String::number(index) + " must be less than or equal to the length of the rule list.");
73 es.throwDOMException(SyntaxError, "Failed to execute 'insertRule' on a 'CSSGroupingRule' object: the rule '" + ruleString + "' is invalid and cannot be parsed.");
81 es.throwDOMException(HierarchyRequestError, "Failed to execute 'insertRule' on a 'CSSGroupingRule' object: '@import' rules cannot be inserted inside a group rule.");
CSSKeyframesRule.cpp 111 void CSSKeyframesRule::insertRule(const String& ruleText)
CSSStyleSheet.cpp 248 unsigned CSSStyleSheet::insertRule(const String& ruleString, unsigned index, ExceptionState& es)
304 insertRule(text.toString(), index, es);
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 2517 milliseconds