OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHttpGETMethod
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc
18
const char
kHttpGETMethod
[] = "GET";
109
return (method ==
kHttpGETMethod
) || (method == kHttpHEADMethod);
appcache_interfaces.h
175
WEBKIT_STORAGE_COMMON_EXPORT extern const char
kHttpGETMethod
[];
/external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc
170
is_get_method_ = (method == appcache::
kHttpGETMethod
);
Completed in 3563 milliseconds