HomeSort by relevance Sort by last modified time
    Searched refs:child_text (Results 1 - 3 of 3) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 88 | <%= @parent %> -> <%= @child %>; // "<%= @parent_text %>" -> "<%= @child_text %>"
152 child_text = adaptor.text_of( child )
156 :parent_text => parent_text, :child_text => child_text
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 208 std::string child_text; local
209 child->GetStringAttribute(AccessibilityNodeData::ATTR_VALUE, &child_text);
210 int child_len = static_cast<int>(child_text.size());
  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.cc 165 base::string16 child_text = FindChildTextInner(node.firstChild(), depth - 1); local
167 node_text = CombineAndCollapseWhitespace(node_text, child_text, add_space);
    [all...]

Completed in 231 milliseconds