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

  /external/chromium_org/chrome/browser/sync_file_system/
sync_process_runner.h 79 int64 pending_changes() const { return pending_changes_; }
116 int64 pending_changes_; member in class:sync_file_system::SyncProcessRunner
sync_process_runner.cc 73 pending_changes_(0),
83 if (pending_changes_ == 0) {
94 if (pending_changes_ > kPendingChangeThresholdForFastSync)
155 int64 old_pending_changes = pending_changes_;
156 pending_changes_ = pending_changes;
242 if (pending_changes_ == 0 && running_tasks_ == 0)
  /external/chromium_org/content/shell/renderer/test_runner/
gamepad_controller.h 63 std::map<int, bool> pending_changes_; member in class:content::GamepadController
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.h 67 // Stores a value from the |pending_changes_| queue in the device settings.
142 std::deque<PendingQueueElement> pending_changes_; member in class:chromeos::DeviceSettingsProvider
device_settings_provider.cc 475 pending_changes_.push_back(PendingQueueElement(path, in_value.DeepCopy()));
533 if (pending_changes_.empty()) {
544 std::string prop(pending_changes_.front().first);
545 scoped_ptr<base::Value> value(pending_changes_.front().second);
546 pending_changes_.pop_front();
782 if (!pending_changes_.empty())
    [all...]

Completed in 79 milliseconds