Searched refs:HasResponse (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_handler_test.cc108 EXPECT_TRUE(handler.HasResponse());
131 EXPECT_TRUE(handler.HasResponse());
155 EXPECT_TRUE(handler.HasResponse());
164 EXPECT_TRUE(handler.HasResponse());
228 EXPECT_TRUE(response_handler.HasResponse());
H A Dwebsocket_handshake_handler.h86 bool HasResponse() const;
H A Dwebsocket_handshake_handler_spdy_test.cc89 EXPECT_TRUE(response_handler.HasResponse());
168 EXPECT_TRUE(response_handler.HasResponse());
H A Dwebsocket_handshake_handler.cc316 if (HasResponse()) {
329 if (!HasResponse())
343 bool WebSocketHandshakeResponseHandler::HasResponse() const { function in class:net::WebSocketHandshakeResponseHandler
464 DCHECK(HasResponse());
476 DCHECK(HasResponse());
486 DCHECK(HasResponse());
491 DCHECK(HasResponse());
H A Dwebsocket_job.cc432 if (handshake_response_->HasResponse()) {
441 if (!handshake_response_->HasResponse()) {
460 DCHECK(handshake_response_->HasResponse());
/external/chromium_org/extensions/browser/
H A Dapi_test_utils.cc56 bool HasResponse() { return response_.get() != NULL; } function in class:__anon8137::SendResponseDelegate
59 EXPECT_TRUE(HasResponse());
67 ASSERT_FALSE(HasResponse());
195 if (!response_delegate.HasResponse()) {
200 EXPECT_TRUE(response_delegate.HasResponse());
/external/chromium_org/chrome/browser/extensions/
H A Dextension_function_test_utils.cc203 bool HasResponse() { function in class:extension_function_test_utils::SendResponseDelegate
208 EXPECT_TRUE(HasResponse());
216 ASSERT_FALSE(HasResponse());
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc79 bool HasResponse() { function in class:extensions::__anon3726::SendResponseDelegate
84 EXPECT_TRUE(HasResponse());
92 ASSERT_FALSE(HasResponse());
152 if (!response_delegate_->HasResponse()) {
156 EXPECT_TRUE(response_delegate_->HasResponse());

Completed in 239 milliseconds