HomeSort by relevance Sort by last modified time
    Searched refs:ScopedBatchUpdateNotifier (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.h 606 class ScopedBatchUpdateNotifier {
608 ScopedBatchUpdateNotifier(CookiesTreeModel* model,
610 ~ScopedBatchUpdateNotifier();
683 ScopedBatchUpdateNotifier* notifier,
686 ScopedBatchUpdateNotifier* notifier,
689 ScopedBatchUpdateNotifier* notifier,
692 ScopedBatchUpdateNotifier* notifier,
695 ScopedBatchUpdateNotifier* notifier,
698 ScopedBatchUpdateNotifier* notifier,
701 ScopedBatchUpdateNotifier* notifier
    [all...]
cookies_tree_model.cc 835 // ScopedBatchUpdateNotifier
836 CookiesTreeModel::ScopedBatchUpdateNotifier::ScopedBatchUpdateNotifier(
841 CookiesTreeModel::ScopedBatchUpdateNotifier::~ScopedBatchUpdateNotifier() {
848 void CookiesTreeModel::ScopedBatchUpdateNotifier::StartBatchUpdate() {
942 ScopedBatchUpdateNotifier notifier(this, root);
    [all...]

Completed in 327 milliseconds