Home
last modified time | relevance | path

Searched refs:TextNode (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Djsregexp.h795 class TextNode: public SeqRegExpNode {
797 TextNode(ZoneList<TextElement>* elms, in TextNode() function
801 TextNode(RegExpCharacterClass* that, in TextNode() function
817 virtual TextNode* Clone() { in Clone()
818 TextNode* result = new TextNode(*this); in Clone()
Djsregexp.cc1590 int TextNode::EatsAtLeast(int still_to_find, int recursion_depth) { in EatsAtLeast()
1756 void TextNode::GetQuickCheckDetails(QuickCheckDetails* details, in GetQuickCheckDetails()
2284 void TextNode::TextEmitPass(RegExpCompiler* compiler, in TextEmitPass()
2354 int TextNode::Length() { in Length()
2365 bool TextNode::SkipPass(int int_pass, bool ignore_case) { in SkipPass()
2381 void TextNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
2459 void TextNode::MakeCaseIndependent(bool is_ascii) { in MakeCaseIndependent()
2478 int TextNode::GreedyLoopTextLength() { in GreedyLoopTextLength()
3241 void DotPrinter::VisitText(TextNode* that) { in VisitText()
3440 return new TextNode(elms, on_success); in ToNode()
[all …]
/external/webkit/WebKit/chromium/public/
DWebNode.h76 TextNode, enumerator
/external/webkit/WebKit/chromium/src/
DAssertMatchingEnums.cpp255 COMPILE_ASSERT_MATCHING_ENUM(WebNode::TextNode, Node::TEXT_NODE);
/external/webkit/WebCore/
DChangeLog-2010-01-2944933 TextNode => Edit Text Node