Searched defs:Resource (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/cc/resources/
H A Dlayer_updater.cc11 LayerUpdater::Resource::Resource(scoped_ptr<PrioritizedResource> texture) function in class:cc::LayerUpdater::Resource
14 LayerUpdater::Resource::~Resource() {}
H A Dbitmap_skpicture_content_layer_updater.h18 class Resource : public ContentLayerUpdater::Resource { class in class:cc::BitmapSkPictureContentLayerUpdater
20 Resource(BitmapSkPictureContentLayerUpdater* updater,
32 DISALLOW_COPY_AND_ASSIGN(Resource);
40 virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
H A Dbitmap_content_layer_updater.h26 class Resource : public LayerUpdater::Resource { class in class:cc::BitmapContentLayerUpdater
28 Resource(BitmapContentLayerUpdater* updater,
30 virtual ~Resource();
40 DISALLOW_COPY_AND_ASSIGN(Resource);
48 virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
H A Dimage_layer_updater.h18 class Resource : public LayerUpdater::Resource { class in class:cc::ImageLayerUpdater
20 Resource(ImageLayerUpdater* updater,
22 virtual ~Resource();
32 DISALLOW_COPY_AND_ASSIGN(Resource);
37 virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
H A Dimage_layer_updater.cc11 ImageLayerUpdater::Resource::Resource(ImageLayerUpdater* updater, function in class:cc::ImageLayerUpdater::Resource
13 : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
15 ImageLayerUpdater::Resource::~Resource() {}
17 void ImageLayerUpdater::Resource::Update(ResourceUpdateQueue* queue,
30 scoped_ptr<LayerUpdater::Resource> ImageLayerUpdater::CreateResource(
32 return scoped_ptr<LayerUpdater::Resource>(
33 new Resource(this, PrioritizedResource::Create(manager)));
H A Dresource.h15 class CC_EXPORT Resource { class in namespace:cc
17 Resource() : id_(0) {} function in class:cc::Resource
18 Resource(unsigned id, const gfx::Size& size, ResourceFormat format) function in class:cc::Resource
46 DISALLOW_COPY_AND_ASSIGN(Resource);
H A Dbitmap_content_layer_updater.cc17 BitmapContentLayerUpdater::Resource::Resource( function in class:cc::BitmapContentLayerUpdater::Resource
20 : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
22 BitmapContentLayerUpdater::Resource::~Resource() {}
24 void BitmapContentLayerUpdater::Resource::Update(
51 scoped_ptr<LayerUpdater::Resource> BitmapContentLayerUpdater::CreateResource(
53 return scoped_ptr<LayerUpdater::Resource>(
54 new Resource(this, PrioritizedResource::Create(manager)));
H A Dbitmap_skpicture_content_layer_updater.cc16 BitmapSkPictureContentLayerUpdater::Resource::Resource( function in class:cc::BitmapSkPictureContentLayerUpdater::Resource
19 : ContentLayerUpdater::Resource(texture.Pass()), updater_(updater) {}
21 void BitmapSkPictureContentLayerUpdater::Resource::Update(
62 scoped_ptr<LayerUpdater::Resource>
65 return scoped_ptr<LayerUpdater::Resource>(
66 new Resource(this, PrioritizedResource::Create(manager)));
H A Dlayer_updater.h25 class CC_EXPORT Resource { class in class:cc::LayerUpdater
27 virtual ~Resource();
38 explicit Resource(scoped_ptr<PrioritizedResource> texture);
43 DISALLOW_COPY_AND_ASSIGN(Resource);
48 virtual scoped_ptr<Resource> CreateResource(
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DResource.js43 WebInspector.Resource = function(target, request, url, documentURL, frameId, loaderId, type, mimeType, isHidden)
62 WebInspector.Resource.Events = {
73 WebInspector.Resource.contentAsDataURL = function(content, mimeType, contentEncoded)
82 WebInspector.Resource.prototype = {
177 this.dispatchEventToListeners(WebInspector.Resource.Events.MessageAdded, msg);
211 this.dispatchEventToListeners(WebInspector.Resource.Events.MessagesCleared);
304 * @this {WebInspector.Resource}
308 var imageSrc = WebInspector.Resource.contentAsDataURL(this._content, this.mimeType, this._contentEncoded);
335 * @this {WebInspector.Resource}
349 * @this {WebInspector.Resource}
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPageSerializer.h50 struct Resource { struct in class:blink::WebPageSerializer
60 BLINK_EXPORT static void serialize(WebView*, WebVector<Resource>*);
/external/chromium_org/ppapi/cpp/
H A Dresource.cc14 Resource::Resource() : pp_resource_(0) { function in class:pp::Resource
17 Resource::Resource(const Resource& other) : pp_resource_(other.pp_resource_) { function in class:pp::Resource
22 Resource::~Resource() {
27 Resource& Resource::operator=(const Resource
42 Resource::Resource(PP_Resource resource) : pp_resource_(resource) { function in class:pp::Resource
47 Resource::Resource(PassRef, PP_Resource resource) : pp_resource_(resource) { function in class:pp::Resource
[all...]
H A Dresource.h13 /// This file defines a <code>Resource</code> type representing data associated
20 class Resource { class in namespace:pp
23 Resource();
27 /// @param[in] other A <code>Resource</code>.
28 Resource(const Resource& other);
31 virtual ~Resource();
33 /// This function assigns one <code>Resource</code> to another
34 /// <code>Resource</code>.
36 /// @param[in] other A Resource
[all...]
/external/clang/test/SemaCXX/
H A Doperator-arrow-temporary.cpp4 struct Resource { struct
10 Resource* operator->() { return 0; }
/external/chromium_org/ppapi/shared_impl/
H A Dresource.cc13 Resource::Resource(ResourceObjectType type, PP_Instance instance) function in class:ppapi::Resource
30 Resource::Resource(ResourceObjectType type, const HostResource& host_resource) function in class:ppapi::Resource
43 Resource::Resource(Untracked) { function in class:ppapi::Resource
47 Resource::~Resource() { RemoveFromResourceTracker(); }
49 PP_Resource Resource::GetReference() {
54 void Resource
[all...]
H A Dresource.h119 class PPAPI_SHARED_EXPORT Resource : public base::RefCounted<Resource> { class in namespace:ppapi
133 Resource(ResourceObjectType type, PP_Instance instance);
146 Resource(ResourceObjectType type, const HostResource& host_resource);
153 explicit Resource(Untracked);
155 virtual ~Resource();
228 // happens as part of Resource destruction, but if a subclass destructor
244 DISALLOW_IMPLICIT_CONSTRUCTORS(Resource);
251 inline thunk::RESOURCE* Resource::GetAs() { \
/external/chromium_org/chrome/browser/task_manager/
H A Dresource_provider.h50 class Resource { class in namespace:task_manager
52 virtual ~Resource() {}
110 Resource() {} function in class:task_manager::Resource
113 DISALLOW_COPY_AND_ASSIGN(Resource);
136 virtual Resource* GetResource(int origin_pid,
/external/deqp/framework/common/
H A DtcuResource.hpp23 * \brief Resource system.
36 * \brief Resource object
42 * Resource objects are requested from Archive object provided by Platform.
45 class Resource class in namespace:tcu
48 virtual ~Resource (void) {}
58 Resource (const std::string& name) : m_name(name) {} function in class:tcu::Resource
77 * Resource object must be deleted after use
79 * \param name Resource path
80 * \return Resource object
82 virtual Resource* getResourc
[all...]
/external/chromium_org/android_webview/native/permission/
H A Daw_permission_request.h25 enum Resource { enum in class:android_webview::AwPermissionRequest
/external/chromium_org/components/domain_reliability/
H A Dconfig.h31 class DOMAIN_RELIABILITY_EXPORT Resource { class in class:domain_reliability::DomainReliabilityConfig
33 Resource();
34 ~Resource();
37 // in this Resource.
48 base::JSONValueConverter<Resource>* converter);
52 // Name of the Resource, as will be reported in uploads.
55 // List of URL patterns to assign requests to this Resource.
64 DISALLOW_COPY_AND_ASSIGN(Resource);
100 // Finds the index (in resources) of the first Resource that matches a
113 ScopedVector<Resource> resource
[all...]
H A Dconfig.cc35 DomainReliabilityConfig::Resource::Resource() { function in class:domain_reliability::DomainReliabilityConfig::Resource
37 DomainReliabilityConfig::Resource::~Resource() {}
39 bool DomainReliabilityConfig::Resource::MatchesUrl(const GURL& url) const {
51 bool DomainReliabilityConfig::Resource::DecideIfShouldReportRequest(
59 void DomainReliabilityConfig::Resource::RegisterJSONConverter(
60 base::JSONValueConverter<DomainReliabilityConfig::Resource>* converter) {
61 converter->RegisterStringField("resource_name", &Resource::name);
62 converter->RegisterRepeatedString("url_patterns", &Resource
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglsync.h43 _EGLResource Resource; member in struct:_egl_sync
68 _eglGetResource(&sync->Resource);
79 return (sync) ? _eglPutResource(&sync->Resource) : EGL_FALSE;
90 _eglLinkResource(&sync->Resource, _EGL_RESOURCE_SYNC);
101 _eglUnlinkResource(&sync->Resource, _EGL_RESOURCE_SYNC);
/external/mesa3d/src/egl/main/
H A Deglsync.h43 _EGLResource Resource; member in struct:_egl_sync
68 _eglGetResource(&sync->Resource);
79 return (sync) ? _eglPutResource(&sync->Resource) : EGL_FALSE;
90 _eglLinkResource(&sync->Resource, _EGL_RESOURCE_SYNC);
101 _eglUnlinkResource(&sync->Resource, _EGL_RESOURCE_SYNC);
/external/chromium_org/chrome/browser/metrics/variations/
H A Dgenerate_resources_map.py24 Resource = collections.namedtuple("Resource", ['hash', 'name', 'index']) variable
58 """Produces a list of |Resource| objects from a string.
68 A sorted list of |Resource| objects.
70 resources = [Resource(_HashName(name), name, index) for name, index in
73 # The default |Resource| order makes |resources| sorted by the hash, then
81 """Checks a sorted list of |Resource| objects for hash collisions.
84 sorted_resource_list: A sorted list of |Resource| objects.
87 A set of all |Resource| objects with collisions.
105 resources: A sorted list of |Resource| object
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js150 var context = /** @type {!CanvasRenderingContext2D} */ (Resource.wrappedObject(canvas.getContext("2d")));
219 context = /** @type {!CanvasRenderingContext2D} */ (Resource.wrappedObject(canvas.getContext("2d")));
367 * @param {?Resource|!Object} thisObject
370 * @param {!Resource|*=} result
387 * @return {?Resource}
391 return Resource.forObject(this._thisObject);
481 if (!Resource.forObject(this._args[i]))
493 var thisObject = /** @type {!ReplayableResource} */ (Resource.toReplayable(this._thisObject, cache));
494 var result = Resource.toReplayable(this._result, cache);
496 return Resource
668 function Resource(wrappedObject, name) class
[all...]

Completed in 3378 milliseconds

123