HomeSort by relevance Sort by last modified time
    Searched refs:HasResponse (Results 1 - 12 of 12) sorted by null

  /external/chromium/net/websockets/
websocket_handshake_handler_unittest.cc 113 EXPECT_TRUE(handler.HasResponse());
138 EXPECT_TRUE(handler.HasResponse());
165 EXPECT_TRUE(handler.HasResponse());
175 EXPECT_TRUE(handler.HasResponse());
246 EXPECT_TRUE(response_handler.HasResponse());
314 EXPECT_TRUE(response_handler.HasResponse());
387 EXPECT_TRUE(response_handler.HasResponse());
websocket_handshake_handler.h 85 bool HasResponse() const;
websocket_handshake_handler.cc 292 if (HasResponse()) {
305 if (!HasResponse())
322 bool WebSocketHandshakeResponseHandler::HasResponse() const {
399 DCHECK(HasResponse());
410 DCHECK(HasResponse());
419 DCHECK(HasResponse());
425 DCHECK(HasResponse());
websocket_job.cc 338 if (handshake_response_->HasResponse()) {
346 if (!handshake_response_->HasResponse()) {
365 DCHECK(handshake_response_->HasResponse());
  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.cc 215 bool HasResponse() {
220 EXPECT_TRUE(HasResponse());
228 ASSERT_FALSE(HasResponse());
263 if (!response_delegate.HasResponse()) {
268 EXPECT_TRUE(response_delegate.HasResponse());
  /external/chromium_org/net/websockets/
websocket_handshake_handler_unittest.cc 220 EXPECT_TRUE(handler.HasResponse());
243 EXPECT_TRUE(handler.HasResponse());
269 EXPECT_TRUE(handler.HasResponse());
309 EXPECT_TRUE(handler.HasResponse());
334 EXPECT_TRUE(handler.HasResponse());
344 EXPECT_TRUE(handler.HasResponse());
417 EXPECT_TRUE(response_handler.HasResponse());
495 EXPECT_TRUE(response_handler.HasResponse());
websocket_handshake_handler_spdy_unittest.cc 91 EXPECT_TRUE(response_handler.HasResponse());
172 EXPECT_TRUE(response_handler.HasResponse());
websocket_handshake_handler.h 114 bool HasResponse() const;
websocket_handshake_handler.cc 389 if (HasResponse()) {
401 if (!HasResponse())
417 bool WebSocketHandshakeResponseHandler::HasResponse() const {
531 DCHECK(HasResponse());
543 DCHECK(HasResponse());
553 DCHECK(HasResponse());
559 DCHECK(HasResponse());
websocket_job.cc 439 if (handshake_response_->HasResponse()) {
448 if (!handshake_response_->HasResponse()) {
467 DCHECK(handshake_response_->HasResponse());
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_identity_apitest.cc 56 bool HasResponse() { return response_.get() != NULL; }
59 EXPECT_TRUE(HasResponse());
67 ASSERT_FALSE(HasResponse());
125 if (!response_delegate_->HasResponse()) {
129 EXPECT_TRUE(response_delegate_->HasResponse());
identity_apitest.cc 61 bool HasResponse() {
66 EXPECT_TRUE(HasResponse());
74 ASSERT_FALSE(HasResponse());
134 if (!response_delegate_->HasResponse()) {
138 EXPECT_TRUE(response_delegate_->HasResponse());
    [all...]

Completed in 210 milliseconds