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

  /external/chromium_org/android_webview/browser/
aw_web_resource_response.cc 53 std::string reason_phrase; variable
55 env, &status_code, &reason_phrase)) {
59 status_line.append(reason_phrase);
aw_web_resource_response.h 35 std::string* reason_phrase) const = 0;
  /frameworks/base/core/java/android/net/http/
EventHandler.java 78 * @param reason_phrase Textual explanation sent by server
83 String reason_phrase);
LoggingEventHandler.java 37 String reason_phrase) {
42 " reason: " + reason_phrase);
  /external/chromium_org/android_webview/native/
aw_web_resource_response_impl.h 33 std::string* reason_phrase) const OVERRIDE;
aw_web_resource_response_impl.cc 61 std::string* reason_phrase) const {
69 *reason_phrase = ConvertJavaStringToUTF8(jstring_reason_phrase);
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 155 * @param reason_phrase A reason phrase passed to us by the server
158 int code, String reason_phrase) {
163 " reason: " + reason_phrase);
175 reasonPhrase = reason_phrase;
  /external/chromium_org/net/tools/balsa/
balsa_headers.h     [all...]
  /external/chromium_org/net/quic/
quic_framer.cc 1620 StringPiece reason_phrase; local
    [all...]
quic_protocol.cc 478 << "reason_phrase { " << goaway_frame.reason_phrase << " }\n";
558 reason_phrase(reason) {
quic_protocol.h 801 std::string reason_phrase; member in struct:net::QuicGoAwayFrame
    [all...]
quic_connection_logger.cc 200 dict->SetString("reason_phrase", frame->reason_phrase);
    [all...]
quic_connection.cc 747 << " and reason:" << frame.reason_phrase;
    [all...]
quic_framer_test.cc     [all...]
quic_connection_test.cc     [all...]

Completed in 532 milliseconds