Home
last modified time | relevance | path

Searched defs:selfClosing (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLToken.h234 bool selfClosing() const in selfClosing() function
437 bool selfClosing() const in selfClosing() function
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py1397 def unknown_starttag(self, name, attrs, selfClosing=0): argument