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

  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 87 DCHECK(pending_operations_.empty());
109 STLDeleteContainerPointers(pending_operations_.begin(),
110 pending_operations_.end());
111 pending_operations_.clear();
171 if (pending_operations_.empty())
248 pending_operations_.push_back(operation);
249 if (pending_operations_.front() == operation)
264 if (!pending_operations_.empty())
265 pending_operations_.front()->RestartLoad(force_key_load);
271 if (!pending_operations_.empty() &
    [all...]
device_settings_service.h 248 std::deque<SessionManagerOperation*> pending_operations_; member in class:chromeos::DeviceSettingsService
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 172 PendingOperationList pending_operations_; member in class:content::WebRTCIdentityStoreBackend::SqlLiteStorage
506 pending_operations_.push_back(operation.release());
508 if (pending_operations_.size() == 1) {
514 } else if (pending_operations_.size() >= kCommitAfterBatchSize) {
525 if (!db_.get() || pending_operations_.empty())
549 for (PendingOperationList::iterator it = pending_operations_.begin();
550 it != pending_operations_.end();
580 pending_operations_.clear();
  /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

Completed in 6293 milliseconds