OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpVerb
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
httpcommon.h
79
enum
HttpVerb
{
146
const char* ToString(
HttpVerb
verb);
147
bool FromString(
HttpVerb
& verb, const std::string& str);
397
HttpVerb
verb;
/external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.h
79
enum
HttpVerb
{
146
const char* ToString(
HttpVerb
verb);
147
bool FromString(
HttpVerb
& verb, const std::string& str);
397
HttpVerb
verb;
Completed in 26 milliseconds