Home
last modified time | relevance | path

Searched refs:TreeModelEndBatch (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/
H A Dsettings_cookies_view_handler.h46 void TreeModelEndBatch(CookiesTreeModel* model) override;
H A Dsite_settings_handler.h69 void TreeModelEndBatch(CookiesTreeModel* model) override;
H A Dsettings_cookies_view_handler.cc229 void CookiesViewHandler::TreeModelEndBatch(CookiesTreeModel* model) { in TreeModelEndBatch() function in settings::CookiesViewHandler
H A Dsite_settings_handler.cc1505 void SiteSettingsHandler::TreeModelEndBatch(CookiesTreeModel* model) { in TreeModelEndBatch() function in settings::SiteSettingsHandler
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/
H A Dsettings_cookies_view_handler.h46 void TreeModelEndBatch(CookiesTreeModel* model) override;
H A Dsite_settings_handler.h69 void TreeModelEndBatch(CookiesTreeModel* model) override;
H A Dsettings_cookies_view_handler.cc232 void CookiesViewHandler::TreeModelEndBatch(CookiesTreeModel* model) { in TreeModelEndBatch() function in settings::CookiesViewHandler
H A Dsite_settings_handler.cc1561 void SiteSettingsHandler::TreeModelEndBatch(CookiesTreeModel* model) { in TreeModelEndBatch() function in settings::SiteSettingsHandler
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browsing_data/
H A Dcookies_tree_model.h306 virtual void TreeModelEndBatch(CookiesTreeModel* model) {} in TreeModelEndBatch() function
H A Daccess_context_audit_browsertest.cc151 void TreeModelEndBatch(CookiesTreeModel* model) override { run_loop->Quit(); } in TreeModelEndBatch() function in CookiesTreeObserver
H A Dbrowsing_data_remover_browsertest.cc221 void TreeModelEndBatch(CookiesTreeModel* model) override { in TreeModelEndBatch() function in __anon09a1e4920111::CookiesTreeObserver
H A Dcookies_tree_model.cc1928 observer.TreeModelEndBatch(this); in MaybeNotifyBatchesEnded()