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

  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 75 DCHECK(pending_operations_.empty());
95 STLDeleteContainerPointers(pending_operations_.begin(),
96 pending_operations_.end());
97 pending_operations_.clear();
178 if (pending_operations_.empty())
232 pending_operations_.push_back(operation);
233 if (pending_operations_.front() == operation)
262 if (!pending_operations_.empty()) {
263 pending_operations_.front()->set_username(username_);
264 pending_operations_.front()->set_delegate(delegate_)
    [all...]
device_settings_service.h 255 std::deque<SessionManagerOperation*> pending_operations_; member in class:chromeos::DeviceSettingsService
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 231 pending_operations_.push(SimpleEntryOperation::OpenOperation(
247 state_ == STATE_UNINITIALIZED && pending_operations_.size() == 0) {
251 pending_operations_.push(SimpleEntryOperation::CreateOperation(
255 pending_operations_.push(SimpleEntryOperation::CreateOperation(
280 pending_operations_.push(SimpleEntryOperation::DoomOperation(this, callback));
307 pending_operations_.push(SimpleEntryOperation::CloseOperation(this));
357 if (pending_operations_.empty() && (offset >= GetDataSize(stream_index) ||
373 pending_operations_.size() == 0 && state_ == STATE_READY;
374 pending_operations_.push(SimpleEntryOperation::ReadOperation(
419 pending_operations_.size() == 0
    [all...]
simple_entry_impl.h 352 std::queue<SimpleEntryOperation> pending_operations_; member in class:disk_cache::SimpleEntryImpl
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 175 PendingOperationList pending_operations_; member in class:content::WebRTCIdentityStoreBackend::SqlLiteStorage
514 pending_operations_.push_back(operation.release());
516 if (pending_operations_.size() == 1) {
522 } else if (pending_operations_.size() >= kCommitAfterBatchSize) {
533 if (!db_.get() || pending_operations_.empty())
557 // Swaps |pending_operations_| into a temporary list to make sure
558 // |pending_operations_| is always cleared in case of DB errors.
560 pending_operations_.swap(pending_operations_copy);

Completed in 268 milliseconds