Searched refs:LoggingDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Doperation_test_base.cc26 OperationTestBase::LoggingDelegate::LoggingDelegate() { function in class:drive::file_system::OperationTestBase::LoggingDelegate
29 OperationTestBase::LoggingDelegate::~LoggingDelegate() {
32 void OperationTestBase::LoggingDelegate::OnFileChangedByOperation(
37 void OperationTestBase::LoggingDelegate::OnEntryUpdatedByOperation(
42 void OperationTestBase::LoggingDelegate::OnDriveSyncError(
47 bool OperationTestBase::LoggingDelegate::WaitForSyncComplete(
H A Doperation_test_base.h49 class LoggingDelegate : public OperationDelegate { class in class:drive::file_system::OperationTestBase
55 LoggingDelegate();
56 ~LoggingDelegate();
127 LoggingDelegate* delegate() { return &delegate_; }
150 LoggingDelegate delegate_;

Completed in 98 milliseconds