Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSParserObserver.h63 virtual void endComment(unsigned offset) = 0;
DCSSTokenizer-in.cpp1429 …m_parser.m_observer->endComment(std::min(endOffset, userTextEndOffset) - m_parsedTextPrefixLength); in realLex()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp95 virtual void endComment(unsigned) OVERRIDE;
301 void StyleSheetHandler::endComment(unsigned offset) in endComment() function in __anona58f79200111::StyleSheetHandler