OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHttpHEADMethod
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc
19
const char
kHttpHEADMethod
[] = "HEAD";
109
return (method == kHttpGETMethod) || (method ==
kHttpHEADMethod
);
appcache_interfaces.h
176
WEBKIT_STORAGE_COMMON_EXPORT extern const char
kHttpHEADMethod
[];
Completed in 21 milliseconds