Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h839 class TextNode: public SeqRegExpNode {
841 TextNode(ZoneList<TextElement>* elms, in TextNode() function
845 TextNode(RegExpCharacterClass* that, in TextNode() function
863 virtual TextNode* Clone() { in Clone()
864 TextNode* result = new TextNode(*this); in Clone()
Djsregexp.cc1746 int TextNode::EatsAtLeast(int still_to_find, in EatsAtLeast()
1931 void TextNode::GetQuickCheckDetails(QuickCheckDetails* details, in GetQuickCheckDetails()
2458 void TextNode::TextEmitPass(RegExpCompiler* compiler, in TextEmitPass()
2530 int TextNode::Length() { in Length()
2541 bool TextNode::SkipPass(int int_pass, bool ignore_case) { in SkipPass()
2557 void TextNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit()
2635 void TextNode::MakeCaseIndependent(bool is_ascii) { in MakeCaseIndependent()
2654 int TextNode::GreedyLoopTextLength() { in GreedyLoopTextLength()
3424 void DotPrinter::VisitText(TextNode* that) { in VisitText()
3621 return new TextNode(elms, on_success); in ToNode()
[all …]
/external/webkit/Source/WebKit/chromium/public/
DWebNode.h73 TextNode, enumerator
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp307 COMPILE_ASSERT_MATCHING_ENUM(WebNode::TextNode, Node::TEXT_NODE);
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2944933 TextNode => Edit Text Node