Home | History | Annotate | Download | only in webui

Lines Matching refs:model_

28       model_(NULL),
33 if (model_)
34 model_->RemoveCookiesTreeObserver(this);
47 DCHECK(tree_id_.empty() && !model_); // No existing bindings.
50 model_ = model;
51 model_->AddCookiesTreeObserver(this);
58 SendChildren(model_->GetRoot());
69 CookieTreeNode* parent_node = model_->AsNode(parent);
90 scoped_ptr<Value> parend_id(GetTreeNodeId(model_->AsNode(parent)));
106 SendChildren(model_->GetRoot());
114 model_->GetRoot(), node_path);
121 scoped_ptr<Value> parend_id(GetTreeNodeId(model_->AsNode(parent)));
130 if (node == model_->GetRoot())