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

  /external/chromium_org/ash/first_run/
first_run_helper.h 30 virtual void OnCancelled() = 0;
first_run_helper_impl.cc 78 FOR_EACH_OBSERVER(Observer, observers(), OnCancelled());
first_run_helper_unittest.cc 109 virtual void OnCancelled() OVERRIDE {
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_controller.h 69 virtual void OnCancelled() OVERRIDE;
first_run_controller.cc 162 void FirstRunController::OnCancelled() {
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 118 void OnCancelled();
syncable_file_system_operation.cc 58 operation_->OnCancelled();
393 void SyncableFileSystemOperation::OnCancelled() {

Completed in 138 milliseconds