endRuleBody      1208 Source/core/css/parser/BisonCSSParser-in.cpp         m_observer->endRuleBody(string.length(), false);
endRuleBody      2110 Source/core/css/parser/BisonCSSParser-in.cpp         m_observer->endRuleBody(m_tokenizer.safeUserStringTokenOffset(), !valid);
endRuleBody        59 Source/core/css/parser/CSSParserObserver.h     virtual void endRuleBody(unsigned offset, bool error) = 0;
endRuleBody        92 Source/core/inspector/InspectorStyleSheet.cpp     virtual void endRuleBody(unsigned, bool) OVERRIDE;