Searched defs:HasResponse (Results 1 - 4 of 4) sorted by relevance

/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/net/websockets/
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());
/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 2500 milliseconds