HomeSort by relevance Sort by last modified time
    Searched refs:b_node (Results 1 - 9 of 9) 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_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 204 const BookmarkNode* b_node = bb_model_->GetNodeByID(node->value); local
205 if (!b_node->empty() &&
206 !chrome::ConfirmDeleteBookmarkNode(b_node,
472 EditorNode* b_node = local
474 if (!b_node)
475 b_node = tree_model_->GetRoot()->GetChild(0); // Bookmark bar node.
477 tree_view_->SetSelectedNode(b_node);
493 BookmarkEditorView::EditorNode* b_node) {
499 b_node->Add(new_b_node, b_node->child_count())
    [all...]
bookmark_editor_view.h 166 // Adds and creates a child node in b_node for all children of bb_node that
168 void CreateNodes(const BookmarkNode* bb_node, EditorNode* b_node);
183 // bb_node gives the BookmarkNode the edits are to be applied to, with b_node
186 // If b_node == parent_b_node, parent_bb_node is set to bb_node. This is
191 BookmarkEditorView::EditorNode* 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/chromium_org/third_party/mesa/src/src/glsl/
ir.cpp 981 const exec_node *b_node = c->components.head; local
984 assert(!b_node->is_tail_sentinel());
987 const ir_constant *const b_field = (ir_constant *) b_node;
993 b_node = b_node->next;
    [all...]
  /external/mesa3d/src/glsl/
ir.cpp 981 const exec_node *b_node = c->components.head; local
984 assert(!b_node->is_tail_sentinel());
987 const ir_constant *const b_field = (ir_constant *) b_node;
993 b_node = b_node->next;
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 4997 milliseconds