Searched defs:is_post (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/navigation_interception/
H A Dnavigation_params.cc17 bool is_post,
23 is_post_(is_post),
36 is_post_ = other.is_post();
13 NavigationParams( const GURL& url, const content::Referrer& referrer, bool has_user_gesture, bool is_post, ui::PageTransition transition_type, bool is_redirect) argument
H A Dnavigation_params.h20 bool is_post,
30 bool is_post() const { return is_post_; } function in class:navigation_interception::NavigationParams
/external/chromium_org/chrome/common/
H A Dlocalized_error.cc436 int error_code, bool is_post) {
440 if (is_post && error_code == net::ERR_CACHE_MISS)
505 bool is_post,
527 is_post);
659 if (!is_post) {
829 bool is_post) {
831 LookupErrorMap(error.domain.utf8(), error.reason, is_post);
843 return LookupErrorMap(error_domain, error_code, /*is_post=*/false) != NULL;
435 LookupErrorMap(const std::string& error_domain, int error_code, bool is_post) argument
502 GetStrings(int error_code, const std::string& error_domain, const GURL& failed_url, bool is_post, bool show_stale_load_button, const std::string& locale, const std::string& accept_languages, scoped_ptr<ErrorPageParams> params, base::DictionaryValue* error_strings) argument
828 GetErrorDetails(const blink::WebURLError& error, bool is_post) argument
/external/chromium_org/components/search_engines/
H A Dtemplate_url_parser.cc352 bool is_post = false; local
365 is_post = LowerCaseEqualsASCII(XMLCharToString(value), "post");
372 if (is_post)
377 if (is_post)
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc1109 bool is_post = EqualsASCII(failed_request.httpMethod(), "POST"); local
1139 helper->GetErrorHTML(frame, error, is_post, error_html);
1145 *error_description = LocalizedError::GetErrorDetails(error, is_post);

Completed in 3570 milliseconds