Home | History | Annotate | Download | only in http

Lines Matching refs:request_info

62   virtual int InitializeStream(const HttpRequestInfo* request_info,
608 HttpRequestInfo request_info;
609 request_info.method = "GET";
610 request_info.url = GURL("http://www.google.com");
616 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
647 HttpRequestInfo request_info;
648 request_info.method = "GET";
649 request_info.url = GURL("https://www.google.com");
650 request_info.load_flags = 0;
651 request_info.privacy_mode = PRIVACY_MODE_DISABLED;
657 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
700 HttpRequestInfo request_info;
701 request_info.method = "GET";
702 request_info.url = GURL("https://www.google.com");
703 request_info.load_flags = 0;
704 request_info.privacy_mode = PRIVACY_MODE_DISABLED;
711 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
719 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
725 request_info.privacy_mode = PRIVACY_MODE_ENABLED;
728 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
746 HttpRequestInfo request_info;
747 request_info.method = "GET";
748 request_info.url = GURL("http://www.google.com");
754 request_info, DEFAULT_PRIORITY, ssl_config, ssl_config,
775 HttpRequestInfo request_info;
776 request_info.method = "GET";
777 request_info.url = GURL("http://www.google.com");
778 request_info.load_flags = 0;
784 request_info,
824 HttpRequestInfo request_info;
825 request_info.method = "GET";
826 request_info.url = GURL("https://www.google.com");
827 request_info.load_flags = 0;
833 request_info,
869 HttpRequestInfo request_info;
870 request_info.method = "GET";
871 request_info.url = GURL("http://www.google.com");
872 request_info.load_flags = 0;
878 request_info,
920 HttpRequestInfo request_info;
921 request_info.method = "GET";
922 request_info.url = GURL("ws://www.google.com");
923 request_info.load_flags = 0;
930 ->RequestWebSocketHandshakeStream(request_info,
968 HttpRequestInfo request_info;
969 request_info.method = "GET";
970 request_info.url = GURL("wss://www.google.com");
971 request_info.load_flags = 0;
978 ->RequestWebSocketHandshakeStream(request_info,
1013 HttpRequestInfo request_info;
1014 request_info.method = "GET";
1015 request_info.url = GURL("ws://www.google.com");
1016 request_info.load_flags = 0;
1023 ->RequestWebSocketHandshakeStream(request_info,
1077 HttpRequestInfo request_info;
1078 request_info.method = "GET";
1079 request_info.url = GURL("https://www.google.com");
1080 request_info.load_flags = 0;
1086 request_info,
1129 HttpRequestInfo request_info;
1130 request_info.method = "GET";
1131 request_info.url = GURL("wss://www.google.com");
1132 request_info.load_flags = 0;
1139 ->RequestWebSocketHandshakeStream(request_info,
1181 HttpRequestInfo request_info;
1182 request_info.method = "GET";
1183 request_info.url = GURL("wss://www.google.com");
1184 request_info.load_flags = 0;
1191 ->RequestWebSocketHandshakeStream(request_info,
1208 ->RequestWebSocketHandshakeStream(request_info,
1267 HttpRequestInfo request_info;
1268 request_info.method = "GET";
1269 request_info.url = GURL("ws://www.google.com:8888");
1270 request_info.load_flags = 0;
1283 ->RequestWebSocketHandshakeStream(request_info,