/external/chromium_org/chrome/browser/chromeos/login/signin/ |
D | oauth2_login_manager.cc | 294 MergeVerificationOutcome outcome = POST_MERGE_SUCCESS; in OnListAccountsSuccess() local 314 outcome = POST_MERGE_MISSING_PRIMARY_ACCOUNT; in OnListAccountsSuccess() 316 outcome = POST_MERGE_PRIMARY_NOT_FIRST_ACCOUNT; in OnListAccountsSuccess() 319 outcome = POST_MERGE_NO_ACCOUNTS; in OnListAccountsSuccess() 323 RecordCookiesCheckOutcome(is_pre_merge, outcome); in OnListAccountsSuccess() 327 if (outcome != POST_MERGE_SUCCESS && in OnListAccountsSuccess() 328 outcome != POST_MERGE_PRIMARY_NOT_FIRST_ACCOUNT) { in OnListAccountsSuccess() 357 SessionRestoreOutcome outcome, in RecordSessionRestoreOutcome() argument 360 outcome, in RecordSessionRestoreOutcome() 368 MergeVerificationOutcome outcome) { in RecordCookiesCheckOutcome() argument [all …]
|
D | oauth2_login_manager.h | 215 void RecordSessionRestoreOutcome(SessionRestoreOutcome outcome, 222 MergeVerificationOutcome outcome);
|
/external/chromium_org/gin/test/ |
D | expect.js | 262 var outcome = predicate.apply(null, arguments); 263 outcome.result = !outcome.result; 264 return outcome; 270 var outcome = predicate.apply(null, arguments); 271 if (outcome.result) 273 throw outcome.message;
|
/external/chromium_org/v8/tools/testrunner/local/ |
D | testsuite.py | 195 outcome = statusfile.CRASH 197 outcome = statusfile.TIMEOUT 199 outcome = statusfile.FAIL 201 outcome = statusfile.PASS 203 return outcome != statusfile.PASS 204 return not outcome in testcase.outcomes
|
D | statusfile.py | 108 for outcome in item[1:]: 109 assert type(outcome) == str 110 _AddOutcome(result, outcome)
|
D | progress.py | 124 outcome = 'CRASH' 126 outcome = 'FAIL' 128 outcome = 'pass' 129 print 'Done running %s: %s' % (test.GetLabel(), outcome)
|
/external/chromium_org/chrome/browser/extensions/ |
D | install_verifier.cc | 342 void MustRemainDisabledHistogram(MustRemainDisabledOutcome outcome) { in MustRemainDisabledHistogram() argument 344 outcome, MUST_REMAIN_DISABLED_OUTCOME_MAX); in MustRemainDisabledHistogram() 371 MustRemainDisabledOutcome outcome = VERIFIED; in MustRemainDisabled() local 374 outcome = FORCED_NOT_VERIFIED; in MustRemainDisabled() 377 outcome = NOT_FROM_STORE; in MustRemainDisabled() 384 outcome = NO_SIGNATURE; in MustRemainDisabled() 388 outcome = NOT_VERIFIED_BUT_UNKNOWN_ID; in MustRemainDisabled() 391 outcome = NOT_VERIFIED; in MustRemainDisabled() 396 outcome = NOT_VERIFIED_BUT_NOT_ENFORCING; in MustRemainDisabled() 398 MustRemainDisabledHistogram(outcome); in MustRemainDisabled()
|
/external/chromium_org/chrome/browser/chromeos/first_run/ |
D | drive_first_run_controller.cc | 147 DriveFirstRunController::UMAOutcome outcome); 151 DriveFirstRunController::UMAOutcome outcome); 240 DriveFirstRunController::UMAOutcome outcome) { in OnOfflineInit() argument 249 outcome)); in OnOfflineInit() 256 DriveFirstRunController::UMAOutcome outcome) { in RunCompletionCallback() argument 257 completion_callback_.Run(success, outcome); in RunCompletionCallback() 450 void DriveFirstRunController::OnOfflineInit(bool success, UMAOutcome outcome) { in OnOfflineInit() argument 455 outcome, OUTCOME_MAX); in OnOfflineInit()
|
D | drive_first_run_controller.h | 68 void OnOfflineInit(bool success, UMAOutcome outcome);
|
/external/chromium_org/chrome/installer/util/ |
D | user_experiment.cc | 503 const wchar_t* outcome = NULL; in InactiveUserToastExperiment() local 506 outcome = kToastExpTriesOkGroup; in InactiveUserToastExperiment() 509 outcome = kToastExpCancelGroup; in InactiveUserToastExperiment() 512 outcome = kToastExpUninstallGroup; in InactiveUserToastExperiment() 515 outcome = kToastExpTriesErrorGroup; in InactiveUserToastExperiment() 518 SetClient(experiment_group + outcome, true); in InactiveUserToastExperiment() 520 if (outcome != kToastExpUninstallGroup) in InactiveUserToastExperiment()
|
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
D | test_attempt_state.cc | 24 const LoginFailure& outcome) { in PresetOnlineLoginStatus() argument 26 online_outcome_ = outcome; in PresetOnlineLoginStatus()
|
D | online_attempt.cc | 158 const LoginFailure& outcome) { in TriggerResolve() argument 159 attempt_->RecordOnlineLoginStatus(outcome); in TriggerResolve()
|
D | auth_attempt_state.cc | 40 const LoginFailure& outcome) { in RecordOnlineLoginStatus() argument 43 online_outcome_ = outcome; in RecordOnlineLoginStatus()
|
D | test_attempt_state.h | 25 const LoginFailure& outcome);
|
D | online_attempt.h | 58 void TriggerResolve(const LoginFailure& outcome);
|
D | auth_attempt_state.h | 36 const LoginFailure& outcome);
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
D | screen_flow.h | 33 const std::string& outcome,
|
D | base_screen.cc | 42 void BaseScreen::Finish(const std::string& outcome) { in Finish() argument
|
D | base_screen.h | 77 void Finish(const std::string& outcome);
|
/external/chromium_org/chrome/browser/metrics/ |
D | perf_provider_chromeos.cc | 61 void AddToPerfHistogram(GetPerfDataOutcome outcome) { in AddToPerfHistogram() argument 63 outcome, in AddToPerfHistogram()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | prmwait.h | 142 PRMWStatus outcome; /* outcome of the current/last operation */ member
|
/external/valgrind/main/memcheck/tests/x86/ |
D | pushfpopf_s.S | 26 # resulting flag definedness depends on outcome of sub above
|
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 332 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl 333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; } in set_outcome() argument 457 switch (outcome()) { in Passed()
|
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/ |
D | README | 11 resampling in PulseAudio. This will reduce the resampling impact on the outcome
|
/external/chromium_org/v8/test/webkit/ |
D | try-try-return-finally-finally-expected.txt | 24 …ly's with interesting control statements nested within them. The correct outcome is for this test …
|