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

12

/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dtest_attempt_state.cc24 const LoginFailure& outcome) {
26 online_outcome_ = outcome;
23 PresetOnlineLoginStatus( const LoginFailure& outcome) argument
H A Dtest_attempt_state.h25 const LoginFailure& outcome);
H A Donline_attempt.h58 void TriggerResolve(const LoginFailure& outcome);
H A Dauth_attempt_state.cc40 const LoginFailure& outcome) {
43 online_outcome_ = outcome;
39 RecordOnlineLoginStatus( const LoginFailure& outcome) argument
H A Donline_attempt.cc158 const LoginFailure& outcome) {
159 attempt_->RecordOnlineLoginStatus(outcome);
157 TriggerResolve( const LoginFailure& outcome) argument
H A Dauth_attempt_state.h32 // Copy |user_context| and copy |outcome| into this object, so we can have
36 const LoginFailure& outcome);
/external/chromium_org/gin/test/
H A Dexpect.js262 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/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...]
H A Doauth2_login_manager.h214 // Records |outcome| of session restore process and sets new |state|.
215 void RecordSessionRestoreOutcome(SessionRestoreOutcome outcome,
218 // Records |outcome| of merge verification check. |is_pre_merge| specifies
222 MergeVerificationOutcome outcome);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dbase_screen.cc42 void BaseScreen::Finish(const std::string& outcome) { argument
H A Dscreen_flow.h28 // Called when screen with |screen_id| finishes with |outcome|.
33 const std::string& outcome,
H A Dbase_screen.h76 // it's work with |outcome|.
77 void Finish(const std::string& outcome);
/external/chromium_org/v8/tools/testrunner/local/
H A Dstatusfile.py108 for outcome in item[1:]:
109 assert type(outcome) == str
110 _AddOutcome(result, outcome)
H A Dtestsuite.py195 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
H A Dprogress.py124 outcome = 'CRASH'
126 outcome = 'FAIL'
128 outcome = 'pass'
129 print 'Done running %s: %s' % (test.GetLabel(), 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
H A Ddrive_first_run_controller.h68 void OnOfflineInit(bool success, UMAOutcome outcome);
/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/valgrind/main/memcheck/tests/x86/
H A Dpushfpopf_s.S26 # resulting flag definedness depends on outcome of sub above
/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/browser/metrics/
H A Dperf_provider_chromeos.cc61 void AddToPerfHistogram(GetPerfDataOutcome outcome) { argument
63 outcome,
/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.

Completed in 632 milliseconds

12