Home
last modified time | relevance | path

Searched refs:startRuleBody (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser.h418 void startRuleBody();
654 virtual void startRuleBody(unsigned offset) = 0;
DCSSGrammar.y623 parser->startRuleBody();
763 parser->startRuleBody();
DCSSParser-in.cpp1235 m_sourceDataHandler->startRuleBody(0); in parseDeclaration()
10104 void CSSParser::startRuleBody() in startRuleBody() function in WebCore::CSSParser
10107 m_sourceDataHandler->startRuleBody(m_tokenizer.safeUserStringTokenOffset()); in startRuleBody()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp165 virtual void startRuleBody(unsigned) OVERRIDE;
239 void StyleSheetHandler::startRuleBody(unsigned offset) in startRuleBody() function in WebCore::__anonc65c8ed30111::StyleSheetHandler