Home
last modified time | relevance | path

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

/external/owasp/sanitizer/src/main/org/owasp/html/
DCssGrammar.java85 handler.startProperty(Strings.toLowerCase(name)); in parsePropertyGroup()
206 void startProperty(String propertyName); in startProperty() method
DStylingPolicy.java95 public void startProperty(String propertyName) { in sanitizeCssProperties()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSParserObserver.h60 virtual void startProperty(unsigned offset) = 0;
DBisonCSSParser.h200 void startProperty();
DCSSGrammar.y1070 parser->startProperty();
1494 parser->startProperty();
1498 parser->startProperty();
DBisonCSSParser-in.cpp2033 void BisonCSSParser::startProperty() in startProperty() function in blink::BisonCSSParser
2037 m_observer->startProperty(m_tokenizer.safeUserStringTokenOffset()); in startProperty()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp92 virtual void startProperty(unsigned) OVERRIDE;
259 void StyleSheetHandler::startProperty(unsigned offset) in startProperty() function in __anona58f79200111::StyleSheetHandler