Searched refs:REJECTED (Results 1 - 25 of 35) sorted by relevance

12

/external/nist-sip/java/javax/sip/header/
H A DSubscriptionStateHeader.java13 String REJECTED = "Rejected"; field in interface:SubscriptionStateHeader
/external/chromium_org/remoting/protocol/
H A Dthird_party_authenticator_base.cc50 DCHECK_EQ(state(), REJECTED); local
52 if (token_state_ == REJECTED)
H A Dthird_party_client_authenticator.cc39 token_state_ = REJECTED;
71 token_state_ = REJECTED;
H A Dv2_authenticator_unittest.cc80 ASSERT_EQ(Authenticator::REJECTED, client_->state());
92 ASSERT_EQ(Authenticator::REJECTED, host_->state());
H A Dthird_party_host_authenticator.cc40 token_state_ = REJECTED;
81 token_state_ = REJECTED;
H A Dthird_party_authenticator_unittest.cc160 ASSERT_EQ(Authenticator::REJECTED, client_->state());
173 ASSERT_EQ(Authenticator::REJECTED, host_->state());
185 ASSERT_EQ(Authenticator::REJECTED, client_->state());
200 ASSERT_EQ(Authenticator::REJECTED, client_->state());
214 ASSERT_EQ(Authenticator::REJECTED, client_->state());
H A Dv2_authenticator.cc84 DCHECK_EQ(state(), REJECTED); local
109 state_ = REJECTED;
117 state_ = REJECTED;
128 state_ = REJECTED;
142 state_ = REJECTED;
H A Dfake_authenticator.cc113 return REJECTED;
123 return REJECTED;
140 EXPECT_EQ(REJECTED, state());
H A Dnegotiating_host_authenticator.cc77 state_ = REJECTED;
94 state_ = REJECTED;
119 state_ = REJECTED;
H A Dme2me_host_authenticator_factory.cc38 DCHECK_EQ(state_, REJECTED);
45 state_ = REJECTED;
H A Dauthenticator.h46 // WAITING_MESSAGE -> REJECTED
64 REJECTED, enumerator in enum:remoting::protocol::Authenticator::State
97 // Returns rejection reason. Can be called only when in REJECTED state.
H A Dnegotiating_authenticator_unittest.cc107 ASSERT_TRUE(client_->state() == Authenticator::REJECTED ||
108 host_->state() == Authenticator::REJECTED);
109 if (client_->state() == Authenticator::REJECTED) {
112 if (host_->state() == Authenticator::REJECTED) {
H A Dnegotiating_authenticator_base.cc78 if (state_ == REJECTED)
H A Dpairing_host_authenticator.cc37 return REJECTED;
H A Dpairing_authenticator_base.cc128 if (v2_authenticator_->state() == REJECTED &&
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_profile_service_provider.h45 REJECTED, enumerator in enum:chromeos::BluetoothProfileServiceProvider::Delegate::Status
H A Dbluetooth_agent_service_provider.h45 REJECTED, enumerator in enum:chromeos::BluetoothAgentServiceProvider::Delegate::Status
H A Dbluetooth_agent_service_provider.cc349 case Delegate::REJECTED: {
384 case Delegate::REJECTED: {
414 case Delegate::REJECTED: {
/external/chromium_org/chrome/browser/ui/
H A Dauto_login_infobar_delegate.h45 REJECTED, // The user pressed the reject button. enumerator in enum:AutoLoginInfoBarDelegate::Actions
H A Dauto_login_infobar_delegate.cc230 RecordHistogramAction(REJECTED);
/external/chromium_org/chrome/installer/util/
H A Dhtml_dialog.h79 REJECTED, // Declined EULA, mapped from HTML_DLG_ACCEPT (1). enumerator in enum:installer::EulaHTMLDialog::Outcome
85 // the |Outcome| values and any form of failure maps to REJECTED.
H A Dhtml_dialog_impl.cc193 return EulaHTMLDialog::REJECTED;
/external/chromium_org/media/cdm/
H A Daes_decryptor_unittest.cc206 enum PromiseResult { RESOLVED, REJECTED }; enumerator in enum:media::PromiseResult
256 EXPECT_EQ(expected_result, REJECTED) << "Unexpectedly rejected.";
531 UpdateSessionAndExpect(session_id, kWrongSizedKeyAsJWK, REJECTED);
761 UpdateSessionAndExpect(session_id, kJwkSimple, REJECTED);
790 session_id, "This is not ASCII due to \xff\xfe\xfd in it.", REJECTED);
795 UpdateSessionAndExpect(session_id, "This is not a JSON key.", REJECTED);
798 UpdateSessionAndExpect(session_id, "40", REJECTED);
801 UpdateSessionAndExpect(session_id, "{ }", REJECTED);
804 UpdateSessionAndExpect(session_id, "{ \"keys\": [] }", REJECTED);
807 UpdateSessionAndExpect(session_id, "{ \"keys\":\"1\" }", REJECTED);
[all...]
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dauto_login_infobar_delegate_android.cc82 RecordHistogramAction(REJECTED);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.cc222 BluetoothAgentServiceProvider::Delegate::REJECTED);

Completed in 4487 milliseconds

12