OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAccept
(Results
1 - 3
of
3
) sorted by null
/external/libbrillo/brillo/http/
http_request_unittest.cc
73
EXPECT_EQ("*/*", request.
GetAccept
());
103
EXPECT_EQ("text/*, text/html, text/html;level=1, */*", request.
GetAccept
());
http_request.cc
164
const std::string& Request::
GetAccept
() const {
269
headers.emplace_back(request_header::kAccept,
GetAccept
());
http_request.h
226
const std::string&
GetAccept
() const;
Completed in 107 milliseconds