Home | History | Annotate | Download | only in common

Lines Matching refs:string

8 #include <string>
27 // All string data should be encoded to ASCII in the browser process.
36 // HTTP request headers raw string
37 std::string headers_text;
43 // All string data should be encoded to ASCII in the browser process.
53 std::string status_text;
55 std::vector<std::pair<std::string, std::string> > headers;
56 // HTTP response headers raw string
57 std::string headers_text;