HomeSort by relevance Sort by last modified time
    Searched refs:allow_credentials (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ppapi/shared_impl/
url_request_info_data.cc 59 allow_credentials(false),
url_request_info_data.h 72 bool allow_credentials; member in struct:ppapi::URLRequestInfoData
  /external/chromium_org/content/renderer/pepper/
pepper_url_request_unittest.cc 204 EXPECT_FALSE(info_->GetData().allow_credentials);
208 EXPECT_TRUE(info_->GetData().allow_credentials);
212 EXPECT_FALSE(info_->GetData().allow_credentials);
pepper_url_loader_host.cc 276 options.allowCredentials = filled_in_request_data.allow_credentials;
  /external/chromium_org/ppapi/proxy/
url_request_info_resource.cc 156 data_.allow_credentials = value;
ppapi_messages.h 308 IPC_STRUCT_TRAITS_MEMBER(allow_credentials)
    [all...]

Completed in 76 milliseconds