OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_success
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher_unittest.h
51
void
set_success
(bool success) {
function in class:MockFactory
gaia_auth_fetcher_unittest.cc
405
factory.
set_success
(false);
/external/chromium_org/google_apis/gaia/
mock_url_fetcher_factory.h
58
void
set_success
(bool success) {
function in class:MockURLFetcherFactory
gaia_auth_fetcher_unittest.cc
483
factory.
set_success
(false);
/external/chromium_org/third_party/libjingle/source/talk/base/
httpserver_unittest.cc
42
transaction->response.
set_success
();
asynchttprequest_unittest.cc
116
t->response.
set_success
("text/plain", new MemoryStream(kServerResponse));
130
t->response.
set_success
("text/plain", out);
httpcommon.h
421
void
set_success
(uint32 scode = HC_OK);
422
void
set_success
(const std::string& content_type, StreamInterface* document,
httpcommon.cc
610
HttpResponseData::
set_success
(uint32 scode) {
function in class:talk_base::HttpResponseData
617
HttpResponseData::
set_success
(const std::string& content_type,
function in class:talk_base::HttpResponseData
/external/chromium/third_party/libjingle/source/talk/base/
httpcommon.h
421
void
set_success
(uint32 scode = HC_OK);
422
void
set_success
(const std::string& content_type, StreamInterface* document,
httpcommon.cc
607
HttpResponseData::
set_success
(uint32 scode) {
function in class:talk_base::HttpResponseData
614
HttpResponseData::
set_success
(const std::string& content_type,
function in class:talk_base::HttpResponseData
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc
133
request->response().
set_success
();
Completed in 434 milliseconds