Home | History | Annotate | Download | only in options

Lines Matching defs:CookiesViewHandler

18 CookiesViewHandler::CookiesViewHandler() : batch_update_(false) {
21 CookiesViewHandler::~CookiesViewHandler() {
24 void CookiesViewHandler::GetLocalizedValues(
68 void CookiesViewHandler::RegisterMessages() {
70 NewCallback(this, &CookiesViewHandler::UpdateSearchResults));
72 NewCallback(this, &CookiesViewHandler::RemoveAll));
74 NewCallback(this, &CookiesViewHandler::Remove));
76 NewCallback(this, &CookiesViewHandler::LoadChildren));
79 void CookiesViewHandler::TreeNodesAdded(ui::TreeModel* model,
103 void CookiesViewHandler::TreeNodesRemoved(ui::TreeModel* model,
121 void CookiesViewHandler::TreeModelBeginBatch(CookiesTreeModel* model) {
126 void CookiesViewHandler::TreeModelEndBatch(CookiesTreeModel* model) {
133 void CookiesViewHandler::EnsureCookiesTreeModelCreated() {
149 void CookiesViewHandler::UpdateSearchResults(const ListValue* args) {
160 void CookiesViewHandler::RemoveAll(const ListValue* args) {
165 void CookiesViewHandler::Remove(const ListValue* args) {
179 void CookiesViewHandler::LoadChildren(const ListValue* args) {
193 void CookiesViewHandler::SendChildren(CookieTreeNode* parent) {