HomeSort by relevance Sort by last modified time
    Searched defs:beginTag (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 249 beginTag( node, p_SubGraph );
673 bool GRXMLDoc::beginTag( XMLNode &node, SubGraph *&p_SubGraph )
    [all...]
  /external/webkit/WebCore/html/
HTMLTokenizer.h 60 : beginTag(true)
69 bool isOpenTag(const QualifiedName& fullName) const { return beginTag && fullName.localName() == tagName; }
70 bool isCloseTag(const QualifiedName& fullName) const { return !beginTag && fullName.localName() == tagName; }
77 beginTag = true;
89 bool beginTag;

Completed in 229 milliseconds