Home | History | Annotate | Download | only in options

Lines Matching defs:CookiesViewHandler

38 CookiesViewHandler::CookiesViewHandler()
43 CookiesViewHandler::~CookiesViewHandler() {
46 void CookiesViewHandler::GetLocalizedValues(
109 void CookiesViewHandler::RegisterMessages() {
111 base::Bind(&CookiesViewHandler::UpdateSearchResults,
114 base::Bind(&CookiesViewHandler::RemoveAll,
117 base::Bind(&CookiesViewHandler::Remove,
120 base::Bind(&CookiesViewHandler::LoadChildren,
123 base::Bind(&CookiesViewHandler::ReloadCookies,
127 void CookiesViewHandler::TreeNodesAdded(ui::TreeModel* model,
150 void CookiesViewHandler::TreeNodesRemoved(ui::TreeModel* model,
170 void CookiesViewHandler::TreeModelBeginBatch(CookiesTreeModel* model) {
175 void CookiesViewHandler::TreeModelEndBatch(CookiesTreeModel* model) {
182 void CookiesViewHandler::EnsureCookiesTreeModelCreated() {
210 void CookiesViewHandler::UpdateSearchResults(const ListValue* args) {
220 void CookiesViewHandler::RemoveAll(const ListValue* args) {
225 void CookiesViewHandler::Remove(const ListValue* args) {
238 void CookiesViewHandler::LoadChildren(const ListValue* args) {
251 void CookiesViewHandler::SendChildren(const CookieTreeNode* parent) {
265 void CookiesViewHandler::ReloadCookies(const base::ListValue* args) {