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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.h 32 static PartitionTreeNode* CreateRootNode(const int* size_vector,
vp8_partition_aggregator_unittest.cc 22 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions);
35 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions);
53 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions);
84 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions);
vp8_partition_aggregator.cc 37 PartitionTreeNode* PartitionTreeNode::CreateRootNode(const int* size_vector,
165 root_ = PartitionTreeNode::CreateRootNode(size_vector_, num_partitions_);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.h 170 EditorNode* CreateRootNode();
bookmark_editor_view.cc 422 EditorNode* root_node = CreateRootNode();
495 BookmarkEditorView::EditorNode* BookmarkEditorView::CreateRootNode() {

Completed in 789 milliseconds