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

  /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/mesa3d/src/glsl/
ir.cpp 789 const exec_node *b_node = c->components.head; local
792 assert(!b_node->is_tail_sentinel());
795 const ir_constant *const b_field = (ir_constant *) b_node;
801 b_node = b_node->next;
    [all...]

Completed in 35 milliseconds