Lines Matching full:htmlparser
1586 * khtml/html/htmlparser.cpp: (HTMLParser::handleError): Use setAttribute here instead
3066 * khtml/html/htmlparser.cpp:
3067 (HTMLParser::parseToken):
3068 (HTMLParser::insertNode):
6027 * khtml/html/htmlparser.cpp:
6028 (HTMLParser::handleIsindex):
7203 * khtml/html/htmlparser.cpp:
7204 (HTMLParser::HTMLParser):
7205 (HTMLParser::~HTMLParser):
7206 * khtml/html/htmlparser.h:
7207 (HTMLParser::doc):
9827 * khtml/html/htmlparser.cpp:
9829 (HTMLParser::popNestedHeaderTag):
9830 (HTMLParser::handleResidualStyleCloseTagAcrossBlocks):
9831 (HTMLParser::popOneBlock):
10263 * khtml/html/htmlparser.cpp:
10264 (HTMLParser::handleIsindex):
10297 * khtml/html/htmlparser.cpp:
10298 (HTMLParser::handleIsindex): if there's no current form, don't create one
10466 * khtml/html/htmlparser.cpp:
10467 (HTMLParser::handleIsindex): only deref attributes if they exist
10619 - fixed a random crasher that happens because the HTMLParser accidentally was refing
10627 * khtml/html/htmlparser.cpp:
10630 (HTMLParser::popNestedHeaderTag):
10631 (HTMLParser::handleResidualStyleCloseTagAcrossBlocks):
10632 (HTMLParser::popOneBlock):
11150 * khtml/html/htmlparser.cpp:
11699 * khtml/html/htmlparser.cpp:
11700 (HTMLParser::getNode):
11882 * khtml/html/htmlparser.cpp:
18179 * khtml/html/htmlparser.cpp:
18180 (HTMLParser::handleError):
18840 * khtml/html/htmlparser.h: Declared mapCreateErrorCheck.
18841 * khtml/html/htmlparser.cpp:
18842 (HTMLParser::handleError): Fix formatting and indentation.
18843 HTMLParser::formCreateErrorCheck): Added code to create the form too, so we can
18845 (HTMLParser::mapCreateErrorCheck): Added. Same kind of thing here, but without the logic
18847 (HTMLParser::getNode): Added the code to put the map function into the table. Also
19353 <rdar://problem/4232812> leaks of NodeImpl called from HTMLParser::textCreateErrorCheck, seen running webkit tests
20286 * khtml/html/htmlparser.cpp: Changed block stack to hold a SharedPtr to the
20288 (HTMLParser::insertNode): Don't call attach() on the new node if the parent
20291 (HTMLParser::popNestedHeaderTag): Updated since node is now a SharedPtr.
20292 (HTMLParser::handleResidualStyleCloseTagAcrossBlocks): Ditto.
20293 (HTMLParser::popOneBlock): Ditto.
21695 * khtml/html/htmlparser.cpp: (HTMLParser::handleIsindex): Updated to
22159 * khtml/html/htmlparser.cpp:
22160 (HTMLParser::getNode):
22161 (HTMLParser::isHeaderTag):
22162 (HTMLParser
22163 (HTMLParser::isAffectedByResidualStyle):
22278 * khtml/html/htmlparser.cpp:
22279 (HTMLParser::handleError):
24858 * khtml/html/htmlparser.cpp:
25119 * khtml/html/htmlparser.cpp:
25120 (HTMLParser::handleError):
25121 (HTMLParser::processCloseTag):
27440 * khtml/html/htmlparser.cpp: (HTMLParser::getNode): Remove code to omit children of <nolayer>.