Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp146 class StyleSheetHandler : public CSSParser::SourceDataHandler { class
148StyleSheetHandler(const String& parsedText, Document* document, StyleSheetContents* styleSheetCont… in StyleSheetHandler() function in WebCore::__anonc65c8ed30111::StyleSheetHandler
190 void StyleSheetHandler::startRuleHeader(CSSRuleSourceData::Type type, unsigned offset) in startRuleHeader()
203 inline void StyleSheetHandler::setRuleHeaderEnd(const CharacterType* dataStart, unsigned listEndOff… in setRuleHeaderEnd()
217 void StyleSheetHandler::endRuleHeader(unsigned offset) in endRuleHeader()
227 void StyleSheetHandler::startSelector(unsigned offset) in startSelector()
232 void StyleSheetHandler::endSelector(unsigned offset) in endSelector()
239 void StyleSheetHandler::startRuleBody(unsigned offset) in startRuleBody()
248 void StyleSheetHandler::endRuleBody(unsigned offset, bool error) in endRuleBody()
261 void StyleSheetHandler::addNewRuleToSourceTree(PassRefPtr<CSSRuleSourceData> rule) in addNewRuleToSourceTree()
[all …]