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

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_bridge.mm 14 batch_mode_(false) {
48 if (!batch_mode_) {
76 batch_mode_ = true;
80 batch_mode_ = false;
bookmark_bar_bridge.h 55 bool batch_mode_; member in class:BookmarkBarBridge
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_bridge.mm 21 batch_mode_(false) {
63 if (!batch_mode_) {
96 batch_mode_ = true;
100 batch_mode_ = false;
bookmark_bar_bridge.h 57 bool batch_mode_; member in class:BookmarkBarBridge
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_database.cc 37 batch_mode_ = !(CommandLine::ForCurrentProcess()->
97 if (!batch_mode_ || size == kFlushImmediately) {
111 if (batch_mode && !batch_mode_) {
116 } else if (!batch_mode && batch_mode_) {
120 batch_mode_ = batch_mode;
activity_database.h 191 bool batch_mode_; member in class:extensions::ActivityDatabase
  /external/chromium_org/content/utility/
utility_thread_impl.h 56 bool batch_mode_; member in class:content::UtilityThreadImpl
utility_thread_impl.cc 66 if (batch_mode_)
93 batch_mode_ = false;
123 batch_mode_ = true;

Completed in 95 milliseconds