tree_ 25 cc/resources/picture_layer_tiling.cc explicit TileEvictionOrder(WhichTree tree) : tree_(tree) {} tree_ 29 cc/resources/picture_layer_tiling.cc const TilePriority& a_priority = a->priority(tree_); tree_ 30 cc/resources/picture_layer_tiling.cc const TilePriority& b_priority = b->priority(tree_); tree_ 36 cc/resources/picture_layer_tiling.cc WhichTree tree_; tree_ 785 cc/resources/picture_layer_tiling.cc tree_(tree), tree_ 909 cc/resources/picture_layer_tiling.cc tiling_->UpdateEvictionCacheIfNeeded(tree_); tree_ 75 cc/resources/picture_layer_tiling.h RasterMode mode = tile->DetermineRasterModeForTree(tree_); tree_ 85 cc/resources/picture_layer_tiling.h WhichTree tree_; tree_ 103 cc/resources/picture_layer_tiling.h return (*tile_iterator_)->priority(tree_).priority_bin; tree_ 112 cc/resources/picture_layer_tiling.h WhichTree tree_; tree_ 104 components/url_matcher/substring_set_matcher.cc tree_.reserve(TreeSize(sorted_patterns)); tree_ 114 components/url_matcher/substring_set_matcher.cc matches->insert(tree_[0].matches().begin(), tree_[0].matches().end()); tree_ 118 components/url_matcher/substring_set_matcher.cc uint32 edge_from_current = tree_[current_node].GetEdge(*i); tree_ 121 components/url_matcher/substring_set_matcher.cc current_node = tree_[current_node].failure(); tree_ 122 components/url_matcher/substring_set_matcher.cc edge_from_current = tree_[current_node].GetEdge(*i); tree_ 126 components/url_matcher/substring_set_matcher.cc matches->insert(tree_[current_node].matches().begin(), tree_ 127 components/url_matcher/substring_set_matcher.cc tree_[current_node].matches().end()); tree_ 138 components/url_matcher/substring_set_matcher.cc return patterns_.empty() && tree_.size() == 1u; tree_ 143 components/url_matcher/substring_set_matcher.cc tree_.clear(); tree_ 148 components/url_matcher/substring_set_matcher.cc tree_.push_back(root); tree_ 171 components/url_matcher/substring_set_matcher.cc uint32 edge_from_current = tree_[current_node].GetEdge(*i); tree_ 180 components/url_matcher/substring_set_matcher.cc tree_.push_back(AhoCorasickNode()); tree_ 181 components/url_matcher/substring_set_matcher.cc tree_[current_node].SetEdge(*i, tree_.size() - 1); tree_ 182 components/url_matcher/substring_set_matcher.cc current_node = tree_.size() - 1; tree_ 187 components/url_matcher/substring_set_matcher.cc tree_[current_node].AddMatch(pattern->id()); tree_ 195 components/url_matcher/substring_set_matcher.cc AhoCorasickNode& root = tree_[0]; tree_ 201 components/url_matcher/substring_set_matcher.cc tree_[leads_to].set_failure(0); tree_ 206 components/url_matcher/substring_set_matcher.cc AhoCorasickNode& current_node = tree_[queue.front()]; tree_ 215 components/url_matcher/substring_set_matcher.cc uint32 edge_from_failure = tree_[failure].GetEdge(edge_label); tree_ 218 components/url_matcher/substring_set_matcher.cc failure = tree_[failure].failure(); tree_ 219 components/url_matcher/substring_set_matcher.cc edge_from_failure = tree_[failure].GetEdge(edge_label); tree_ 226 components/url_matcher/substring_set_matcher.cc tree_[leads_to].set_failure(follow_in_case_of_failure); tree_ 227 components/url_matcher/substring_set_matcher.cc tree_[leads_to].AddMatches(tree_[follow_in_case_of_failure].matches()); tree_ 134 components/url_matcher/substring_set_matcher.h std::vector<AhoCorasickNode> tree_; tree_ 24 mojo/examples/compositor_app/compositor_host.cc tree_ = cc::LayerTreeHost::CreateThreaded( tree_ 32 mojo/examples/compositor_app/compositor_host.cc tree_->SetViewportSize(viewport_size); tree_ 33 mojo/examples/compositor_app/compositor_host.cc tree_->SetLayerTreeHostClientReady(); tree_ 34 mojo/examples/compositor_app/compositor_host.cc tree_->InitializeOutputSurfaceIfNeeded(); tree_ 42 mojo/examples/compositor_app/compositor_host.cc tree_->SetRootLayer(root_layer); tree_ 66 mojo/examples/compositor_app/compositor_host.cc tree_->SetNeedsAnimate(); tree_ 52 mojo/examples/compositor_app/compositor_host.h scoped_ptr<cc::LayerTreeHost> tree_; tree_ 198 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc tree_ != NULL && tree_ 199 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc tree_->VirtualFileToDiskFile(filename, &dfile)) { tree_ 229 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc DiskSourceTree *tree_; tree_ 19 ui/accessibility/ax_serializable_tree.cc AXTreeSourceAdapter(AXTree* tree) : tree_(tree) {} tree_ 24 ui/accessibility/ax_serializable_tree.cc return tree_->GetRoot(); tree_ 28 ui/accessibility/ax_serializable_tree.cc return tree_->GetFromId(id); tree_ 65 ui/accessibility/ax_serializable_tree.cc AXTree* tree_; tree_ 141 ui/accessibility/ax_tree_serializer.h AXTreeSource<AXSourceNode>* tree_; tree_ 164 ui/accessibility/ax_tree_serializer.h : tree_(tree), tree_ 187 ui/accessibility/ax_tree_serializer.h tree_ = new_tree; tree_ 193 ui/accessibility/ax_tree_serializer.h if (!tree_->IsValid(node) || client_node == NULL) tree_ 194 ui/accessibility/ax_tree_serializer.h return tree_->GetNull(); tree_ 197 ui/accessibility/ax_tree_serializer.h while (tree_->IsValid(node)) { tree_ 199 ui/accessibility/ax_tree_serializer.h node = tree_->GetParent(node); tree_ 211 ui/accessibility/ax_tree_serializer.h AXSourceNode lca = tree_->GetNull(); tree_ 215 ui/accessibility/ax_tree_serializer.h if (tree_->GetId(ancestors[source_index]) != tree_ 231 ui/accessibility/ax_tree_serializer.h ClientTreeNode* client_node = ClientTreeNodeById(tree_->GetId(node)); tree_ 232 ui/accessibility/ax_tree_serializer.h while (tree_->IsValid(node) && !client_node) { tree_ 233 ui/accessibility/ax_tree_serializer.h node = tree_->GetParent(node); tree_ 234 ui/accessibility/ax_tree_serializer.h if (tree_->IsValid(node)) tree_ 235 ui/accessibility/ax_tree_serializer.h client_node = ClientTreeNodeById(tree_->GetId(node)); tree_ 244 ui/accessibility/ax_tree_serializer.h int id = tree_->GetId(node); tree_ 246 ui/accessibility/ax_tree_serializer.h tree_->GetChildren(node, &children); tree_ 249 ui/accessibility/ax_tree_serializer.h int child_id = tree_->GetId(child); tree_ 255 ui/accessibility/ax_tree_serializer.h *out_lca = tree_->GetNull(); tree_ 298 ui/accessibility/ax_tree_serializer.h bool need_delete = !tree_->IsEqual(lca, node); tree_ 299 ui/accessibility/ax_tree_serializer.h if (tree_->IsValid(lca)) { tree_ 307 ui/accessibility/ax_tree_serializer.h if (!tree_->IsValid(lca)) { tree_ 316 ui/accessibility/ax_tree_serializer.h out_update->node_id_to_clear = tree_->GetId(lca); tree_ 317 ui/accessibility/ax_tree_serializer.h ClientTreeNode* client_lca = ClientTreeNodeById(tree_->GetId(lca)); tree_ 329 ui/accessibility/ax_tree_serializer.h if (!tree_->IsValid(lca)) tree_ 330 ui/accessibility/ax_tree_serializer.h lca = tree_->GetRoot(); tree_ 336 ui/accessibility/ax_tree_serializer.h ClientTreeNode* client_node = ClientTreeNodeById(tree_->GetId(node)); tree_ 368 ui/accessibility/ax_tree_serializer.h int id = tree_->GetId(node); tree_ 384 ui/accessibility/ax_tree_serializer.h tree_->GetChildren(node, &children); tree_ 387 ui/accessibility/ax_tree_serializer.h int new_child_id = tree_->GetId(child); tree_ 421 ui/accessibility/ax_tree_serializer.h tree_->SerializeNode(node, serialized_node); tree_ 433 ui/accessibility/ax_tree_serializer.h int child_id = tree_->GetId(child); tree_ 65 ui/views/controls/tree/tree_view_unittest.cc PrefixSelector* selector() { return tree_.selector_.get(); } tree_ 68 ui/views/controls/tree/tree_view_unittest.cc TreeView tree_; tree_ 88 ui/views/controls/tree/tree_view_unittest.cc return InternalNodeAsString(&tree_.root_); tree_ 92 ui/views/controls/tree/tree_view_unittest.cc TreeModelNode* model_node = tree_.GetSelectedNode(); tree_ 98 ui/views/controls/tree/tree_view_unittest.cc TreeModelNode* model_node = tree_.GetEditingNode(); tree_ 108 ui/views/controls/tree/tree_view_unittest.cc tree_.IncrementSelection(next ? TreeView::INCREMENT_NEXT : tree_ 113 ui/views/controls/tree/tree_view_unittest.cc tree_.CollapseOrSelectParent(); tree_ 117 ui/views/controls/tree/tree_view_unittest.cc tree_.ExpandOrSelectChild(); tree_ 121 ui/views/controls/tree/tree_view_unittest.cc return tree_.GetRowCount(); tree_ 153 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 161 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 165 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(NULL); tree_ 169 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(GetNodeByTitle("c")); tree_ 173 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(GetNodeByTitle("b1")); tree_ 180 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 181 ui/views/controls/tree/tree_view_unittest.cc tree_.SetRootShown(false); tree_ 189 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 190 ui/views/controls/tree/tree_view_unittest.cc tree_.Expand(GetNodeByTitle("b1")); tree_ 198 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 199 ui/views/controls/tree/tree_view_unittest.cc tree_.Expand(GetNodeByTitle("b1")); tree_ 202 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(GetNodeByTitle("b1")); tree_ 204 ui/views/controls/tree/tree_view_unittest.cc tree_.Collapse(GetNodeByTitle("b")); tree_ 213 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 235 ui/views/controls/tree/tree_view_unittest.cc tree_.Expand(GetNodeByTitle("b")); tree_ 245 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 254 ui/views/controls/tree/tree_view_unittest.cc tree_.Expand(GetNodeByTitle("b")); tree_ 255 ui/views/controls/tree/tree_view_unittest.cc tree_.Collapse(GetNodeByTitle("b")); tree_ 274 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(GetNodeByTitle("c1")); tree_ 281 ui/views/controls/tree/tree_view_unittest.cc tree_.SetRootShown(false); tree_ 285 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(GetNodeByTitle("b")); tree_ 296 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 319 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 326 ui/views/controls/tree/tree_view_unittest.cc tree_.Expand(GetNodeByTitle("b")); tree_ 334 ui/views/controls/tree/tree_view_unittest.cc tree_.SetRootShown(false); tree_ 335 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(GetNodeByTitle("a")); tree_ 343 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 345 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(GetNodeByTitle("root")); tree_ 351 ui/views/controls/tree/tree_view_unittest.cc tree_.SetRootShown(false); tree_ 355 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(GetNodeByTitle("b1")); tree_ 368 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 370 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(GetNodeByTitle("root")); tree_ 379 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(GetNodeByTitle("b")); tree_ 393 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 394 ui/views/controls/tree/tree_view_unittest.cc tree_.ExpandAll(model_.GetRoot()); tree_ 395 ui/views/controls/tree/tree_view_unittest.cc tree_.GetTextInputClient(); tree_ 413 ui/views/controls/tree/tree_view_unittest.cc tree_.SetModel(&model_); tree_ 415 ui/views/controls/tree/tree_view_unittest.cc tree_.SetSelectedNode(GetNodeByTitle("root")); tree_ 417 ui/views/controls/tree/tree_view_unittest.cc tree_.SetEditable(true); tree_ 418 ui/views/controls/tree/tree_view_unittest.cc tree_.StartEditing(GetNodeByTitle("a")); tree_ 419 ui/views/controls/tree/tree_view_unittest.cc tree_.editor()->SetText(ASCIIToUTF16("a changed")); tree_ 420 ui/views/controls/tree/tree_view_unittest.cc tree_.OnDidChangeFocus(NULL, NULL);