Searched refs:kHttpGETMethod (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/webkit/common/appcache/
H A Dappcache_interfaces.cc18 const char kHttpGETMethod[] = "GET"; member in namespace:appcache
109 return (method == kHttpGETMethod) || (method == kHttpHEADMethod);
H A Dappcache_interfaces.h175 WEBKIT_STORAGE_COMMON_EXPORT extern const char kHttpGETMethod[];
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.cc170 is_get_method_ = (method == appcache::kHttpGETMethod);

Completed in 105 milliseconds