Home
last modified time | relevance | path

Searched refs:OnCancelled (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ash/first_run/
Dfirst_run_helper.h30 virtual void OnCancelled() = 0;
Dfirst_run_helper_unittest.cc109 virtual void OnCancelled() OVERRIDE { in OnCancelled() function in ash::test::FirstRunHelperTest
Dfirst_run_helper_impl.cc82 FOR_EACH_OBSERVER(Observer, observers(), OnCancelled()); in Cancel()
/external/chromium_org/chrome/browser/chromeos/first_run/
Dfirst_run_controller.h69 virtual void OnCancelled() OVERRIDE;
Dfirst_run_controller.cc155 void FirstRunController::OnCancelled() { in OnCancelled() function in chromeos::FirstRunController
/external/chromium_org/chrome/browser/sync_file_system/local/
Dsyncable_file_system_operation.h116 void OnCancelled(); in NON_EXPORTED_BASE()
Dsyncable_file_system_operation.cc58 operation_->OnCancelled(); in Cancel()
400 void SyncableFileSystemOperation::OnCancelled() { in OnCancelled() function in sync_file_system::SyncableFileSystemOperation