Searched refs:TextNode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebNode.h81 TextNode = 3, enumerator in enum:blink::WebNode::NodeType
/external/v8/src/
H A Djsregexp.h839 class TextNode: public SeqRegExpNode { class in namespace:v8::internal
841 TextNode(ZoneList<TextElement>* elms, function in class:v8::internal::TextNode
845 TextNode(RegExpCharacterClass* that, function in class:v8::internal::TextNode
863 virtual TextNode* Clone() {
864 TextNode* result = new TextNode(*this);
H A Djsregexp.cc1746 int TextNode::EatsAtLeast(int still_to_find,
1931 void TextNode::GetQuickCheckDetails(QuickCheckDetails* details,
2458 void TextNode::TextEmitPass(RegExpCompiler* compiler,
2530 int TextNode::Length() {
2541 bool TextNode::SkipPass(int int_pass, bool ignore_case) {
2557 void TextNode::Emit(RegExpCompiler* compiler, Trace* trace) {
2635 void TextNode::MakeCaseIndependent(bool is_ascii) {
2654 int TextNode::GreedyLoopTextLength() {
3424 void DotPrinter::VisitText(TextNode* that) {
3621 return new TextNode(elm
[all...]
/external/chromium_org/v8/src/
H A Djsregexp.cc2362 int TextNode::EatsAtLeast(int still_to_find,
2549 void TextNode::GetQuickCheckDetails(QuickCheckDetails* details,
2809 RegExpNode* TextNode::FilterASCII(int depth, bool ignore_case) {
3245 void TextNode::TextEmitPass(RegExpCompiler* compiler,
3318 int TextNode::Length() {
3325 bool TextNode::SkipPass(int int_pass, bool ignore_case) {
3341 void TextNode::Emit(RegExpCompiler* compiler, Trace* trace) {
3419 void TextNode::MakeCaseIndependent(bool is_ascii) {
3438 int TextNode::GreedyLoopTextLength() {
3444 RegExpNode* TextNode
[all...]
H A Djsregexp.h844 class TextNode: public SeqRegExpNode { class in namespace:v8::internal
846 TextNode(ZoneList<TextElement>* elms, function in class:v8::internal::TextNode
850 TextNode(RegExpCharacterClass* that, function in class:v8::internal::TextNode
/external/chromium_org/components/autofill/content/renderer/
H A Dform_autofill_util.cc145 node.nodeType() != WebNode::TextNode)
166 bool add_space = node.nodeType() == WebNode::TextNode && node_text.empty();
173 add_space = node.nodeType() == WebNode::TextNode && node_text.empty();
219 if (node_type != WebNode::TextNode &&
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssertMatchingEnums.cpp410 COMPILE_ASSERT_MATCHING_ENUM(WebNode::TextNode, Node::TEXT_NODE);

Completed in 218 milliseconds