HomeSort by relevance Sort by last modified time
    Searched refs:ACCEPTED (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/remoting/protocol/
third_party_authenticator_base.cc 38 if (token_state_ == ACCEPTED)
60 DCHECK_EQ(token_state_, ACCEPTED);
85 DCHECK_EQ(state(), ACCEPTED);
v2_authenticator_unittest.cc 59 ASSERT_EQ(Authenticator::ACCEPTED, host_->state());
60 ASSERT_EQ(Authenticator::ACCEPTED, client_->state());
authenticator.h 45 // WAITING_MESSAGE -> ACCEPTED
52 // MESSAGE_READY -> ACCEPTED
61 ACCEPTED,
108 // the ACCEPTED state.
negotiating_authenticator_base.cc 88 DCHECK(state_ == ACCEPTED || state_ == WAITING_MESSAGE);
101 DCHECK_EQ(state(), ACCEPTED);
third_party_client_authenticator.cc 62 token_state_ = ACCEPTED;
v2_authenticator.cc 73 if (state_ == ACCEPTED && !pending_messages_.empty())
142 state_ = ACCEPTED;
182 if (state_ != ACCEPTED) {
190 DCHECK_EQ(state(), ACCEPTED);
fake_authenticator.cc 99 return ACCEPTED;
150 EXPECT_EQ(ACCEPTED, state());
third_party_host_authenticator.cc 87 token_state_ = ACCEPTED;
negotiating_authenticator_unittest.cc 120 ASSERT_EQ(Authenticator::ACCEPTED, host_->state());
121 ASSERT_EQ(Authenticator::ACCEPTED, client_->state());
third_party_authenticator_unittest.cc 136 ASSERT_EQ(Authenticator::ACCEPTED, host_->state());
137 ASSERT_EQ(Authenticator::ACCEPTED, client_->state());
authenticator_test_base.cc 75 if (sender->state() == Authenticator::ACCEPTED ||
jingle_session.cc 180 if (authenticator_->state() == Authenticator::ACCEPTED) {
595 if (authenticator_->state() == Authenticator::ACCEPTED) {
  /external/chromium_org/net/test/embedded_test_server/
http_request.cc 67 if (ParseHeaders() == ACCEPTED)
68 return ACCEPTED;
73 if (ParseContent() == ACCEPTED)
74 return ACCEPTED;
142 return ACCEPTED;
162 return ACCEPTED;
http_request_unittest.cc 32 ASSERT_EQ(HttpRequestParser::ACCEPTED, parser.ParseRequest());
61 ASSERT_EQ(HttpRequestParser::ACCEPTED, parser.ParseRequest());
74 ASSERT_EQ(HttpRequestParser::ACCEPTED, parser.ParseRequest());
http_connection.cc 29 if (request_parser_.ParseRequest() == HttpRequestParser::ACCEPTED) {
http_request.h 50 // if (parser.ParseRequest() == HttpRequestParser::ACCEPTED) {
59 ACCEPTED, // A request has been parsed and it is ready to be processed.
76 // If returns ACCEPTED, then it means that the whole request has been found
89 // Parses headers and returns ACCEPTED if whole request was parsed. Otherwise
93 // Parses request's content data and returns ACCEPTED if all of it have been
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 171 public static final int ACCEPTED = Attendees.ATTENDEE_STATUS_ACCEPTED;
416 int id = at.addAlertRow(100, SCHEDULED, ACCEPTED, 0 /* all day */, 1300000, 2300000, 0);
457 int id9 = at.addAlertRow(9, SCHEDULED, ACCEPTED, 0, createTimeInMillis(9, 0),
459 int id8 = at.addAlertRow(8, SCHEDULED, ACCEPTED, 0, createTimeInMillis(8, 0),
461 int id7 = at.addAlertRow(7, SCHEDULED, ACCEPTED, 0, createTimeInMillis(7, 0),
465 int id6 = at.addAlertRow(6, SCHEDULED, ACCEPTED, 0, createTimeInMillis(5, 0),
467 int id5 = at.addAlertRow(5, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 55),
469 int id4 = at.addAlertRow(4, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 50),
473 int id3 = at.addAlertRow(3, SCHEDULED, ACCEPTED, 0, createTimeInMillis(3, 0),
475 int id2 = at.addAlertRow(2, SCHEDULED, ACCEPTED, 0, createTimeInMillis(2, 0)
    [all...]
  /external/chromium_org/chrome/browser/ui/
auto_login_infobar_delegate.h 46 ACCEPTED, // The user pressed the accept button.
auto_login_infobar_delegate.cc 205 RecordHistogramAction(ACCEPTED);
  /external/chromium_org/chrome/installer/util/
html_dialog.h 24 HTML_DLG_ACCEPT = 1, // The user accepted (accept, ok, yes buttons).
79 ACCEPTED, // Accepted EULA no opt-in, from HTML_DLG_DECLINE (2).
80 ACCEPTED_OPT_IN, // Accepted EULA and opt-in, from HTML_DLG_EXTRA (6).
html_dialog_impl.cc 184 return EulaHTMLDialog::ACCEPTED;
  /external/nist-sip/java/javax/sip/message/
Response.java 12 int ACCEPTED = 202;
  /external/chromium_org/net/http/
http_status_code_list.h 23 HTTP_STATUS(ACCEPTED, 202, "Accepted")
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 50 public static final String ACCEPTED = GZIP + "," + DEFLATE;
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 99 if (local_login_status_ == NOT_CHECKED && state() == ACCEPTED) {

Completed in 1401 milliseconds

1 2