Searched refs:URLResponseInfo (Results 1 – 17 of 17) sorted by relevance
21 URLResponseInfo::URLResponseInfo(const URLResponseInfo& other) in URLResponseInfo() function in pp::URLResponseInfo25 URLResponseInfo::URLResponseInfo(PassRef, PP_Resource resource) in URLResponseInfo() function in pp::URLResponseInfo29 Var URLResponseInfo::GetProperty(PP_URLResponseProperty property) const { in GetProperty()37 FileRef URLResponseInfo::GetBodyAsFileRef() const { in GetBodyAsFileRef()
19 class URLResponseInfo : public Resource {23 URLResponseInfo() {} in URLResponseInfo() function30 URLResponseInfo(PassRef, PP_Resource resource);33 URLResponseInfo(const URLResponseInfo& other);
73 URLResponseInfo URLLoader::GetResponseInfo() const { in GetResponseInfo()75 return URLResponseInfo(); in GetResponseInfo()76 return URLResponseInfo(PASS_REF, in GetResponseInfo()
18 class URLResponseInfo; variable121 URLResponseInfo GetResponseInfo() const;
87 * <code>URLResponseInfo</code>.90 * <code>URLResponseInfo</code>.93 * <code>URLResponseInfo</code>, <code>PP_FALSE</code> if the resource is94 * invalid or some type other than <code>URLResponseInfo</code>.103 * <code>URLResponseInfo</code>.120 * <code>URLResponseInfo</code> is closed or destroyed.123 * <code>URLResponseInfo</code>.
34 * the <code>URLResponseInfo</code> returned in step #4.153 * GetResponseInfo() returns the current <code>URLResponseInfo</code> object.159 * <code>URLResponseInfo</code> if successful, 0 if the loader is not a valid191 * in the current <code>URLResponseInfo</code>. This function is only used if
30 DEFINE_INTERFACE_FUNC(URLResponseInfo) in DEFINE_INTERFACE_FUNC()59 REQUEST_INTERFACE(URLResponseInfo, URLRESPONSEINFO)
68 pp::URLResponseInfo response_;142 response_ = pp::URLResponseInfo(); in OnReadComplete()
65 pp::URLResponseInfo response_;
65 pp::URLResponseInfo response_info(loader.GetResponseInfo()); in MakeExternalFileRef()207 pp::URLResponseInfo response_info(loader.GetResponseInfo()); in TestGetName()241 pp::URLResponseInfo response_info(loader.GetResponseInfo()); in TestGetPath()282 pp::URLResponseInfo response_info(loader.GetResponseInfo()); in TestGetParent()
202 pp::URLResponseInfo response_info(loader.GetResponseInfo()); in LoadAndCompareBody()459 pp::URLResponseInfo response_info(loader.GetResponseInfo()); in TestStreamToFile()727 pp::URLResponseInfo response_info(loader.GetResponseInfo()); in TestAuditURLRedirect()
152 pp::URLResponseInfo response = relay_url_loader_->GetResponseInfo(); in OnUrlOpened()
104 * `URLResponseInfo <classpp_1_1_u_r_l_response_info.html>`_
112 * `URLResponseInfo <classpp_1_1_u_r_l_response_info.html>`_
121 pp::URLResponseInfo url_response = url_loader.GetResponseInfo(); in ReadUrl()
41 pp::URLResponseInfo response = loader_.GetResponseInfo(); in Init()