HomeSort by relevance Sort by last modified time
    Searched refs:http_status_code (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/chromium_org/content/public/common/
resource_devtools_info.cc 10 : http_status_code(0) {
resource_devtools_info.h 23 int32 http_status_code; member in struct:content::ResourceDevToolsInfo
  /external/chromium_org/content/public/browser/
navigation_details.cc 16 http_status_code(0) {
navigation_details.h 66 int http_status_code; member in struct:content::LoadCommittedDetails
  /external/chromium_org/chrome/browser/ui/webui/
chrome_url_data_manager_browsertest.cc 32 http_status_code;
35 int http_status_code() const { return http_status_code_; } function in class:__anon10030::NavigationNotificationObserver
56 EXPECT_EQ(200, observer.http_status_code());
  /external/chromium_org/content/child/npapi/
webplugin_resource_client.h 21 virtual void WillSendRequest(const GURL& url, int http_status_code) = 0;
plugin_stream_url.cc 92 void PluginStreamUrl::WillSendRequest(const GURL& url, int http_status_code) {
95 if (net::HttpResponseHeaders::IsRedirectResponseCode(http_status_code) &&
98 instance()->NPP_URLRedirectNotify(url.spec().c_str(), http_status_code,
plugin_stream_url.h 47 virtual void WillSendRequest(const GURL& url, int http_status_code) OVERRIDE;
  /external/chromium_org/content/renderer/
internal_document_state_data.h 40 int http_status_code() const { return http_status_code_; } function in class:content::InternalDocumentStateData
41 void set_http_status_code(int http_status_code) {
42 http_status_code_ = http_status_code;
  /external/chromium_org/net/http/
proxy_client_socket.cc 58 void ProxyClientSocket::LogBlockedTunnelResponse(int http_status_code,
64 HttpUtil::MapStatusCodeForHistogram(http_status_code),
69 HttpUtil::MapStatusCodeForHistogram(http_status_code),
  /external/chromium_org/android_webview/native/
state_serializer_unittest.cc 57 const int http_status_code = 404; local
69 entry->SetHttpStatusCode(http_status_code);
91 EXPECT_EQ(http_status_code, copy->GetHttpStatusCode());
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.h 49 int http_status_code,
  /external/chromium_org/chrome/browser/web_applications/
update_shortcut_worker_win.h 45 int http_status_code,
  /external/chromium_org/content/renderer/fetchers/
multi_resolution_image_resource_fetcher.h 51 int http_status_code() const { return http_status_code_; } function in class:content::MultiResolutionImageResourceFetcher
  /external/chromium_org/storage/browser/blob/
view_blob_internals_job.h 38 int* http_status_code) OVERRIDE;
  /external/chromium_org/tools/findit/
chromium_deps.py 77 http_status_code, content = utils.GetHttpClient().Get(
82 if http_status_code == 404:
84 http_status_code, content = utils.GetHttpClient().Get(url, retries=5)
86 if http_status_code == 200:
  /external/chromium_org/chrome/browser/extensions/
extension_resource_protocols.cc 39 int* http_status_code) override;
64 int* http_status_code) {
favicon_downloader.h 62 int http_status_code,
  /external/chromium_org/components/copresence/rpc/
rpc_handler.h 81 int http_status_code,
85 int http_status_code,
  /external/chromium_org/android_webview/browser/
icon_helper.cc 37 int http_status_code,
42 if (http_status_code == 404) {
icon_helper.h 53 int http_status_code,
  /external/chromium_org/net/url_request/
url_request_job.cc 145 int* http_status_code) {
156 *http_status_code = headers->response_code();
327 int http_status_code; local
328 if (IsRedirectResponse(&new_location, &http_status_code)) {
334 ComputeRedirectInfo(new_location, http_status_code);
757 int http_status_code) {
762 redirect_info.status_code = http_status_code;
766 request_->method(), http_status_code);
  /external/chromium_org/android_webview/renderer/
aw_content_renderer_client.h 28 virtual bool HasErrorPage(int http_status_code,
  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_request_job.h 53 int* http_status_code) OVERRIDE;
  /external/chromium_org/content/child/
site_isolation_policy.h 72 int http_status_code; member in struct:content::SiteIsolationResponseMetaData

Completed in 3347 milliseconds

1 2 3 4 5