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

/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_cryptohome_library.h25 void SetUp(bool outcome, int code) { argument
26 outcome_ = outcome;
95 void SetAsyncBehavior(bool outcome, int code) { argument
96 outcome_ = outcome;
/external/chromium/chrome/browser/chromeos/login/
H A Donline_attempt.cc153 const LoginFailure& outcome) {
154 attempt_->RecordOnlineLoginStatus(credentials, outcome);
151 TriggerResolve( const GaiaAuthConsumer::ClientLoginResult& credentials, const LoginFailure& outcome) argument
H A Dtest_attempt_state.cc37 const LoginFailure& outcome) {
39 online_outcome_ = outcome;
35 PresetOnlineLoginStatus( const GaiaAuthConsumer::ClientLoginResult& credentials, const LoginFailure& outcome) argument
H A Dauth_attempt_state.cc56 const LoginFailure& outcome) {
59 online_outcome_ = outcome;
54 RecordOnlineLoginStatus( const GaiaAuthConsumer::ClientLoginResult& credentials, const LoginFailure& outcome) argument
H A Dcryptohome_op_unittest.cc111 void RunTest(CryptohomeOp* op, bool outcome, int code) { argument
112 mock_library_->SetAsyncBehavior(outcome, code);
122 EXPECT_EQ(outcome, state_.cryptohome_outcome());
/external/chromium_org/chrome/browser/chromeos/login/
H A Donline_attempt.cc158 const LoginFailure& outcome) {
159 attempt_->RecordOnlineLoginStatus(outcome);
157 TriggerResolve( const LoginFailure& outcome) argument
H A Dtest_attempt_state.cc28 const LoginFailure& outcome) {
30 online_outcome_ = outcome;
27 PresetOnlineLoginStatus( const LoginFailure& outcome) argument
H A Dauth_attempt_state.cc71 const LoginFailure& outcome) {
74 online_outcome_ = outcome;
70 RecordOnlineLoginStatus( const LoginFailure& outcome) argument
H A Doauth2_login_manager.cc281 PostMergeVerificationOutcome outcome = POST_MERGE_SUCCESS; local
300 outcome = POST_MERGE_MISSING_PRIMARY_ACCOUNT;
302 outcome = POST_MERGE_PRIMARY_NOT_FIRST_ACCOUNT;
305 outcome = POST_MERGE_NO_ACCOUNTS;
308 RecordPostMergeOutcome(outcome);
318 PostMergeVerificationOutcome outcome) {
320 outcome,
317 RecordPostMergeOutcome( PostMergeVerificationOutcome 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/metrics/
H A Dperf_provider_chromeos.cc68 void AddToPerfHistogram(GetPerfDataOutcome outcome) { argument
70 outcome,
/external/chromium_org/chrome/installer/util/
H A Duser_experiment.cc508 const wchar_t* outcome = NULL; local
511 outcome = kToastExpTriesOkGroup;
514 outcome = kToastExpCancelGroup;
517 outcome = kToastExpUninstallGroup;
520 outcome = kToastExpTriesErrorGroup;
523 SetClient(experiment_group + outcome, true);
525 if (outcome != kToastExpUninstallGroup)
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_verifier.cc281 void MustRemainDisabledHistogram(MustRemainDisabledOutcome outcome) { argument
283 outcome, MUST_REMAIN_DISABLED_OUTCOME_MAX);
305 MustRemainDisabledOutcome outcome = VERIFIED; local
308 outcome = FORCED_NOT_VERIFIED;
311 outcome = NOT_FROM_STORE;
318 outcome = NO_SIGNATURE;
321 outcome = NOT_VERIFIED_BUT_INSTALL_TIME_NEWER_THAN_SIGNATURE;
324 outcome = NOT_VERIFIED;
329 outcome = NOT_VERIFIED_BUT_NOT_ENFORCING;
331 MustRemainDisabledHistogram(outcome);
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc849 installer::EulaHTMLDialog::Outcome outcome = dlg.ShowModal(); local
850 if (installer::EulaHTMLDialog::REJECTED == outcome) {
854 if (installer::EulaHTMLDialog::ACCEPTED_OPT_IN == outcome) {
1025 // then the dialog is shown and regardless of the outcome setup exits here.
1642 // An experiment's outcome can include chrome's uninstallation. If that is
/external/open-vcdiff/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/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/testing/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/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.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/llvm/utils/unittest/googletest/
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()) {
560 // 5. The parent reads child's output through the pipe (outcome code and
597 // outcome data member.
761 // 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 661 milliseconds