Home
last modified time | relevance | path

Searched refs:endRuleBody (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser.h655 virtual void endRuleBody(unsigned offset, bool error) = 0;
DCSSParser-in.cpp1255 m_sourceDataHandler->endRuleBody(string.length(), false); in parseDeclaration()
10065 m_sourceDataHandler->endRuleBody(m_tokenizer.safeUserStringTokenOffset(), !valid); in endRule()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp166 virtual void endRuleBody(unsigned, bool) OVERRIDE;
248 void StyleSheetHandler::endRuleBody(unsigned offset, bool error) in endRuleBody() function in WebCore::__anonc65c8ed30111::StyleSheetHandler