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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceOwner.h40 class ResourceOwner : public C { class in namespace:blink
44 virtual ~ResourceOwner();
48 ResourceOwner();
49 ResourceOwner(const ResourceOwner& other) { setResource(other.resource()); } function in class:blink::ResourceOwner
50 explicit ResourceOwner(const ResourcePtr<ResourceType>&);
55 ResourceOwner& operator=(const ResourceOwner& other);
62 inline ResourceOwner<R, C>::ResourceOwner() function in class:blink::ResourceOwner
73 inline ResourceOwner<R, C>::ResourceOwner(const ResourcePtr<R>& resource) function in class:blink::ResourceOwner
106 operator =(const ResourceOwner<R, C>& other) argument
[all...]

Completed in 290 milliseconds