Searched refs:status_text (Results 1 – 10 of 10) sorted by relevance
/third_party/cef/libcef/common/net_service/ |
D | net_service_util.cc | 75 const std::string& status_text, in MakeStatusLine() argument 81 if (status_text.empty()) { in MakeStatusLine() 87 status.append(status_text); in MakeStatusLine() 111 const std::string& status_text, in MakeResponseHeaders() argument 121 MakeStatusLine(status_code, status_text, false))); in MakeResponseHeaders()
|
D | net_service_util.h | 42 const std::string& status_text, 52 const std::string& status_text,
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_stream_resource_handler.cc | 25 const CefString& status_text, in CefStreamResourceHandler() argument 30 status_text_(status_text), in CefStreamResourceHandler()
|
/third_party/openssl/crypto/ts/ |
D | ts_rsp_verify.c | 355 const char *status_text = NULL; in ts_check_status_info() local 364 status_text = ts_status_text[status]; in ts_check_status_info() 366 status_text = "unknown code"; in ts_check_status_info() 392 status_text, in ts_check_status_info()
|
/third_party/cef/tests/ceftests/ |
D | resource_request_handler_unittest.cc | 29 const CefString& status_text, in NormalResourceHandler() argument 35 status_text, in NormalResourceHandler() 87 const CefString& status_text, in CallbackResourceHandler() argument 94 status_text_(status_text), in CallbackResourceHandler() 1075 const CefString& status_text, in GetResource() argument 1084 return new CallbackResourceHandler(handler_mode, status_code, status_text, in GetResource() 1089 return new NormalResourceHandler(status_code, status_text, mime_type, in GetResource() 1313 const std::string& status_text = response->GetStatusText(); in VerifyRedirectResponse() local 1314 EXPECT_TRUE(status_text == "Internal Redirect" || in VerifyRedirectResponse() 1315 status_text == "Temporary Redirect") in VerifyRedirectResponse() [all …]
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/ |
D | ExecServerActivity.java | 46 m_statusText = (TextView)findViewById(R.id.status_text); in onCreate()
|
/third_party/cef/include/wrapper/ |
D | cef_stream_resource_handler.h | 58 const CefString& status_text,
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 2735 var status_text = {}; 2736 status_text[Test.prototype.PASS] = "Pass"; 2737 status_text[Test.prototype.FAIL] = "Fail"; 2738 status_text[Test.prototype.TIMEOUT] = "Timeout"; 2739 status_text[Test.prototype.NOTRUN] = "Not Run"; 2744 var status = status_text[test.status]; 2784 while (status_text.hasOwnProperty(i)) { 2785 if (status_number.hasOwnProperty(status_text[i])) { 2786 var status = status_text[i]; 2866 escape_html(status_class(status_text[tests[i].status])) + [all …]
|
/third_party/python/Tools/scripts/ |
D | patchcheck.py | 135 status_text, filename = line.split(maxsplit=1) 136 status = set(status_text)
|
/third_party/cef/libcef/browser/net_service/ |
D | stream_reader_url_loader.cc | 615 std::string status_text = in HeadersComplete() local 621 &status_text, &mime_type, &charset, in HeadersComplete() 635 status_code, status_text, mime_type, charset, content_length, in HeadersComplete()
|