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

  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner.h 79 LocalFileSyncStatus* sync_status() const { return sync_status_; }
92 LocalFileSyncStatus* sync_status_; member in class:sync_file_system::SyncableFileOperationRunner
syncable_file_operation_runner.cc 48 : sync_status_(sync_status),
52 sync_status_->AddObserver(this);
canned_syncable_file_system.cc 206 sync_status_(sync_file_system::SYNC_STATUS_OK),
300 sync_status_ = sync_file_system::SYNC_STATUS_UNKNOWN;
309 return sync_status_;
669 sync_status_ = status;
local_file_sync_context.cc 395 return sync_status_.get();
449 sync_status_.reset();
484 DCHECK(!sync_status_);
486 sync_status_.reset(new LocalFileSyncStatus);
490 sync_status_.get()));
491 sync_status_->AddObserver(this);
canned_syncable_file_system.h 216 sync_file_system::SyncStatusCode sync_status_; member in class:sync_file_system::CannedSyncableFileSystem
local_file_sync_context.h 271 scoped_ptr<LocalFileSyncStatus> sync_status_; member in class:sync_file_system::LocalFileSyncContext
  /external/chromium_org/ppapi/proxy/
host_dispatcher.cc 67 sync_status_(sync_status),
97 AddIOThreadMessageFilter(sync_status_.get());
160 sync_status_->BeginBlockOnSyncMessage();
162 sync_status_->EndBlockOnSyncMessage();
host_dispatcher.h 115 scoped_refptr<SyncMessageStatusReceiver> sync_status_; member in class:ppapi::proxy::HostDispatcher

Completed in 2922 milliseconds