Searched defs:outcome (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Donline_attempt.cc158 const LoginFailure& outcome) {
159 attempt_->RecordOnlineLoginStatus(outcome);
157 TriggerResolve( const LoginFailure& outcome) argument
H A Dtest_attempt_state.cc24 const LoginFailure& outcome) {
26 online_outcome_ = outcome;
23 PresetOnlineLoginStatus( const LoginFailure& outcome) argument
H A Dauth_attempt_state.cc40 const LoginFailure& outcome) {
43 online_outcome_ = outcome;
39 RecordOnlineLoginStatus( const LoginFailure& outcome) argument
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dbase_screen.cc42 void BaseScreen::Finish(const std::string& outcome) { argument
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprmwait.h130 ** 'outcome' field. The fields are not valid when the NSPR runtime
142 PRMWStatus outcome; /* outcome of the current/last operation */ member in struct:PRRecvWait
215 ** The outcome of the wait operation may still fail, and
217 ** outcome field. Details can be retrieved from PR_GetError().
237 ** PRRecvWait object with the outcome noted.
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc294 MergeVerificationOutcome outcome = POST_MERGE_SUCCESS; local
314 outcome = POST_MERGE_MISSING_PRIMARY_ACCOUNT;
316 outcome = POST_MERGE_PRIMARY_NOT_FIRST_ACCOUNT;
319 outcome = POST_MERGE_NO_ACCOUNTS;
323 RecordCookiesCheckOutcome(is_pre_merge, outcome);
327 if (outcome != POST_MERGE_SUCCESS &&
328 outcome != POST_MERGE_PRIMARY_NOT_FIRST_ACCOUNT) {
357 SessionRestoreOutcome outcome,
360 outcome,
368 MergeVerificationOutcome outcome) {
356 RecordSessionRestoreOutcome( SessionRestoreOutcome outcome, OAuth2LoginManager::SessionRestoreState state) argument
366 RecordCookiesCheckOutcome( bool is_pre_merge, MergeVerificationOutcome outcome) argument
[all...]
/external/chromium_org/chrome/browser/metrics/
H A Dperf_provider_chromeos.cc61 void AddToPerfHistogram(GetPerfDataOutcome outcome) { argument
63 outcome,
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Ddrive_first_run_controller.cc147 DriveFirstRunController::UMAOutcome outcome);
151 DriveFirstRunController::UMAOutcome outcome);
240 DriveFirstRunController::UMAOutcome outcome) {
249 outcome));
256 DriveFirstRunController::UMAOutcome outcome) {
257 completion_callback_.Run(success, outcome);
450 void DriveFirstRunController::OnOfflineInit(bool success, UMAOutcome outcome) { argument
455 outcome, OUTCOME_MAX);
238 OnOfflineInit( bool success, DriveFirstRunController::UMAOutcome outcome) argument
254 RunCompletionCallback( bool success, DriveFirstRunController::UMAOutcome outcome) argument
/external/chromium_org/chrome/installer/util/
H A Duser_experiment.cc503 const wchar_t* outcome = NULL; local
506 outcome = kToastExpTriesOkGroup;
509 outcome = kToastExpCancelGroup;
512 outcome = kToastExpUninstallGroup;
515 outcome = kToastExpTriesErrorGroup;
518 SetClient(experiment_group + outcome, true);
520 if (outcome != kToastExpUninstallGroup)
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_verifier.cc342 void MustRemainDisabledHistogram(MustRemainDisabledOutcome outcome) { argument
344 outcome, MUST_REMAIN_DISABLED_OUTCOME_MAX);
371 MustRemainDisabledOutcome outcome = VERIFIED; local
374 outcome = FORCED_NOT_VERIFIED;
377 outcome = NOT_FROM_STORE;
384 outcome = NO_SIGNATURE;
388 outcome = NOT_VERIFIED_BUT_UNKNOWN_ID;
391 outcome = NOT_VERIFIED;
396 outcome = NOT_VERIFIED_BUT_NOT_ENFORCING;
398 MustRemainDisabledHistogram(outcome);
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc848 installer::EulaHTMLDialog::Outcome outcome = dlg.ShowModal(); local
849 if (installer::EulaHTMLDialog::REJECTED == outcome) {
853 if (installer::EulaHTMLDialog::ACCEPTED_OPT_IN == outcome) {
1023 // then the dialog is shown and regardless of the outcome setup exits here.
1656 // An experiment's outcome can include chrome's uninstallation. If that is
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc332 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; } argument
429 // outcome: An enumeration describing how the death test
457 switch (outcome()) {
513 // 5. The parent reads child's output through the pipe (outcome code and
550 // outcome data member.
714 // outcome data member.
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc385 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
512 // outcome: An enumeration describing how the death test
540 switch (outcome()) {
601 // 5. The parent reads child's output through the pipe (outcome code and
638 // outcome data member.
798 // outcome data member.
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc345 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
472 // outcome: An enumeration describing how the death test
500 switch (outcome()) {
561 // 5. The parent reads child's output through the pipe (outcome code and
598 // outcome data member.
762 // outcome data member.
/external/gtest/src/
H A Dgtest-death-test.cc385 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
512 // outcome: An enumeration describing how the death test
540 switch (outcome()) {
601 // 5. The parent reads child's output through the pipe (outcome code and
638 // outcome data member.
798 // outcome data member.
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc348 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
475 // outcome: An enumeration describing how the death test
503 switch (outcome()) {
563 // 5. The parent reads child's output through the pipe (outcome code and
600 // outcome data member.
764 // outcome data member.
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc345 DeathTestOutcome outcome() const { return outcome_; } function in class:testing::internal::DeathTestImpl
472 // outcome: An enumeration describing how the death test
500 switch (outcome()) {
561 // 5. The parent reads child's output through the pipe (outcome code and
598 // outcome data member.
762 // outcome data member.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 955 milliseconds