Searched refs:startRuleBody (Results 1 – 4 of 4) sorted by relevance
418 void startRuleBody();654 virtual void startRuleBody(unsigned offset) = 0;
623 parser->startRuleBody();763 parser->startRuleBody();
1235 m_sourceDataHandler->startRuleBody(0); in parseDeclaration()10104 void CSSParser::startRuleBody() in startRuleBody() function in WebCore::CSSParser10107 m_sourceDataHandler->startRuleBody(m_tokenizer.safeUserStringTokenOffset()); in startRuleBody()
165 virtual void startRuleBody(unsigned) OVERRIDE;239 void StyleSheetHandler::startRuleBody(unsigned offset) in startRuleBody() function in WebCore::__anonc65c8ed30111::StyleSheetHandler