HomeSort by relevance Sort by last modified time
    Searched defs:URLResponseInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/cpp/
url_response_info.cc 21 URLResponseInfo::URLResponseInfo(const URLResponseInfo& other)
25 URLResponseInfo::URLResponseInfo(PassRef, PP_Resource resource)
29 Var URLResponseInfo::GetProperty(PP_URLResponseProperty property) const {
37 FileRef URLResponseInfo::GetBodyAsFileRef() const {
url_response_info.h 18 /// URLResponseInfo provides an API for examining URL responses.
19 class URLResponseInfo : public Resource {
23 URLResponseInfo() {}
30 URLResponseInfo(PassRef, PP_Resource resource);
32 /// The copy constructor for <code>URLResponseInfo</code>.
33 URLResponseInfo(const URLResponseInfo& other);
50 /// <code>URLResponseInfo</code> is closed or destroyed.

Completed in 155 milliseconds