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

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Graph.java 58 Node b_node = getNode(b); local
59 a_node.addEdge(b_node);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 476 EditorNode* b_node = local
478 if (!b_node)
479 b_node = tree_model_->GetRoot()->GetChild(0); // Bookmark bar node.
481 tree_view_->SetSelectedNode(b_node);
495 BookmarkEditorView::EditorNode* b_node) {
502 b_node->Add(new_b_node, b_node->child_count());
561 BookmarkEditorView::EditorNode* b_node,
564 if (parent_b_node == b_node)
566 for (int i = 0; i < b_node->child_count(); ++i)
    [all...]
bookmark_editor_view.h 172 // Adds and creates a child node in b_node for all children of bb_node that
174 void CreateNodes(const BookmarkNode* bb_node, EditorNode* b_node);
189 // bb_node gives the BookmarkNode the edits are to be applied to, with b_node
192 // If b_node == parent_b_node, parent_bb_node is set to bb_node. This is
197 BookmarkEditorView::EditorNode* b_node,
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 536 milliseconds