OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetAccept
(Results
1 - 3
of
3
) sorted by null
/external/libbrillo/brillo/http/
http_request_unittest.cc
102
request.
SetAccept
("text/*, text/html, text/html;level=1, */*");
110
request.
SetAccept
("text/*, text/html, text/html;level=1, */*");
http_request.h
225
void
SetAccept
(const std::string& accept_mime_types);
http_request.cc
159
void Request::
SetAccept
(const std::string& accept_mime_types) {
Completed in 329 milliseconds