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

  /external/chromium_org/chrome/browser/bookmarks/
bookmark_tag_model.cc 91 inhibit_change_notifications_(false) {
184 base::AutoReset<bool> inhibitor(&inhibit_change_notifications_, true);
354 if (!inhibit_change_notifications_)
385 if (!node->is_url() || inhibit_change_notifications_)
399 if (!inhibit_change_notifications_)
408 if (!node->is_url() || inhibit_change_notifications_)
421 if (!inhibit_change_notifications_)
bookmark_tag_model.h 209 bool inhibit_change_notifications_; member in class:BookmarkTagModel

Completed in 68 milliseconds