Searched refs:TextNode (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebNode.h | 81 TextNode = 3, enumerator
|
/external/chromium_org/v8/src/ |
D | jsregexp.cc | 2345 int TextNode::EatsAtLeast(int still_to_find, in EatsAtLeast() 2532 void TextNode::GetQuickCheckDetails(QuickCheckDetails* details, in GetQuickCheckDetails() 2792 RegExpNode* TextNode::FilterASCII(int depth, bool ignore_case) { in FilterASCII() 3228 void TextNode::TextEmitPass(RegExpCompiler* compiler, in TextEmitPass() 3301 int TextNode::Length() { in Length() 3308 bool TextNode::SkipPass(int int_pass, bool ignore_case) { in SkipPass() 3324 void TextNode::Emit(RegExpCompiler* compiler, Trace* trace) { in Emit() 3402 void TextNode::MakeCaseIndependent(bool is_ascii) { in MakeCaseIndependent() 3421 int TextNode::GreedyLoopTextLength() { in GreedyLoopTextLength() 3427 RegExpNode* TextNode::GetSuccessorOfOmnivorousTextNode( in GetSuccessorOfOmnivorousTextNode() [all …]
|
D | jsregexp.h | 824 class TextNode: public SeqRegExpNode { 826 TextNode(ZoneList<TextElement>* elms, in TextNode() function 830 TextNode(RegExpCharacterClass* that, in TextNode() function
|
/external/chromium_org/components/autofill/content/renderer/ |
D | form_autofill_util.cc | 145 node.nodeType() != WebNode::TextNode) in FindChildTextInner() 166 bool add_space = node.nodeType() == WebNode::TextNode && node_text.empty(); in FindChildTextInner() 173 add_space = node.nodeType() == WebNode::TextNode && node_text.empty(); in FindChildTextInner() 219 if (node_type != WebNode::TextNode && in InferLabelFromPrevious()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | AssertMatchingEnums.cpp | 403 COMPILE_ASSERT_MATCHING_ENUM(WebNode::TextNode, Node::TEXT_NODE);
|