HomeSort by relevance Sort by last modified time
    Searched refs:resource (Results 176 - 200 of 2028) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ppapi/thunk/
ppb_talk_private_thunk.cc 24 int32_t GetPermission(PP_Resource resource,
26 EnterResource<PPB_Talk_Private_API> enter(resource, callback, true);
33 int32_t RequestPermission(PP_Resource resource,
36 EnterResource<PPB_Talk_Private_API> enter(resource, callback, true);
43 int32_t StartRemoting(PP_Resource resource,
47 EnterResource<PPB_Talk_Private_API> enter(resource, callback, true);
55 int32_t StopRemoting(PP_Resource resource,
57 EnterResource<PPB_Talk_Private_API> enter(resource, callback, true);
enter.h 16 #include "ppapi/shared_impl/resource.h"
32 // If this fails, then the instance or resource ID supplied was invalid.
40 // Resource member functions: EnterResource
41 // Automatically interprets the given PP_Resource as a resource ID and sets
42 // up the resource object for you.
90 explicit EnterBase(PP_Resource resource);
92 EnterBase(PP_Resource resource, const PP_CompletionCallback& callback);
119 // Helper function to return a Resource from a PP_Resource. Having this
122 static Resource* GetResource(PP_Resource resource);
192 Resource* resource() { return resource_; } function in class:ppapi::thunk::EnterResource
    [all...]
ppb_flash_menu_thunk.cc 26 PP_Bool IsFlashMenu(PP_Resource resource) {
27 EnterResource<PPB_Flash_Menu_API> enter(resource, false);
31 int32_t Show(PP_Resource resource,
35 EnterResource<PPB_Flash_Menu_API> enter(resource, callback, true);
  /external/chromium_org/third_party/WebKit/Source/core/loader/archive/
ArchiveResourceCollection.cpp 65 // FIXME: Adding a resource directly to a DocumentLoader/ArchiveResourceCollection seems like bad design, but is API some apps rely on.
67 void ArchiveResourceCollection::addResource(PassRefPtr<ArchiveResource> resource)
69 ASSERT(resource);
70 if (!resource)
73 const KURL& url = resource->url(); // get before passing PassRefPtr (which sets it to 0)
74 m_subresources.set(url, resource);
79 ArchiveResource* resource = m_subresources.get(url); local
80 if (!resource)
83 return resource;
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRxCcmVacResourceOwner.java 61 private JFmRxEcalResource resource; field in class:JFmRxCcmVacResourceOwner
65 public JFmRxCcmVacResourceOwner(JFmRxEcalResource resource, JFmRxEcalOperation operation) {
66 this.resource = resource;
71 return resource;
74 public void setResource(JFmRxEcalResource resource) {
75 this.resource = resource;
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 123 T *resource; member in class:llvm::CrashRecoveryContextCleanupBase
124 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T* resource)
125 : CrashRecoveryContextCleanup(context), resource(resource) {}
141 T *resource)
143 CrashRecoveryContextDestructorCleanup<T>, T>(context, resource) {}
146 this->resource->~T();
154 CrashRecoveryContextDeleteCleanup(CrashRecoveryContext *context, T *resource)
156 CrashRecoveryContextDeleteCleanup<T>, T>(context, resource) {}
159 delete this->resource;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue.h 42 static PassRefPtr<CSSFontFaceSrcValue> create(const String& resource)
44 return adoptRef(new CSSFontFaceSrcValue(resource, false));
46 static PassRefPtr<CSSFontFaceSrcValue> createLocal(const String& resource)
48 return adoptRef(new CSSFontFaceSrcValue(resource, true));
51 const String& resource() const { return m_resource; } function in class:WebCore::CSSFontFaceSrcValue
77 CSSFontFaceSrcValue(const String& resource, bool local)
79 , m_resource(resource)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
resourceView.css 30 .resource-view {
40 .resource-view.visible {
44 .resource-view.font {
52 .resource-view .script-view {
56 .resource-view.image > .image {
61 .resource-view.image > .info {
67 .resource-view.image img.resource-image-view {
76 .resource-status-image {
82 .resource-view.image .title
    [all...]
  /external/chromium_org/ppapi/shared_impl/
resource_tracker_unittest.cc 8 #include "ppapi/shared_impl/resource.h"
20 class MyMockResource : public Resource {
22 MyMockResource(PP_Instance instance) : Resource(OBJECT_IS_IMPL, instance) {
64 scoped_refptr<MyMockResource> resource(new MyMockResource(instance));
65 PP_Resource pp_resource = resource->GetReference();
75 resource = NULL;
79 // Tests when the plugin is holding a ref to a resource when the instance is
82 // Make a resource with one ref held by the plugin, and delete the instance.
85 MyMockResource* resource = new MyMockResource(instance); local
86 resource->GetReference()
106 scoped_refptr<MyMockResource> resource = new MyMockResource(instance); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_transfer.c 11 struct pipe_resource *resource,
28 if (box->x == 0 && box->width == resource->width0) {
35 resource,
46 if (resource->target == PIPE_BUFFER) {
58 resource->format,
81 struct pipe_resource *resource,
98 struct pipe_resource *resource,
107 transfer->resource = resource;
u_transfer.h 14 struct pipe_resource *resource,
18 struct pipe_resource *resource,
31 struct pipe_resource *resource,
44 /* Useful helper to allow >1 implementation of resource functionality
57 struct pipe_resource *resource,
76 struct pipe_resource *resource,
93 struct pipe_resource *resource,
97 struct pipe_resource *resource);
100 struct pipe_resource *resource,
119 struct pipe_resource *resource,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_transfer.c 11 struct pipe_resource *resource,
28 if (box->x == 0 && box->width == resource->width0) {
35 resource,
46 if (resource->target == PIPE_BUFFER) {
58 resource->format,
81 struct pipe_resource *resource,
98 struct pipe_resource *resource,
107 transfer->resource = resource;
u_transfer.h 14 struct pipe_resource *resource,
18 struct pipe_resource *resource,
31 struct pipe_resource *resource,
44 /* Useful helper to allow >1 implementation of resource functionality
57 struct pipe_resource *resource,
76 struct pipe_resource *resource,
93 struct pipe_resource *resource,
97 struct pipe_resource *resource);
100 struct pipe_resource *resource,
119 struct pipe_resource *resource,
    [all...]
  /external/chromium/base/
resource_util.cc 29 void* resource = LockResource(hres); local
30 if (!resource)
33 *data = resource;
  /external/chromium/chrome/common/extensions/
extension_resource_unittest.cc 18 ExtensionResource resource; local
20 EXPECT_TRUE(resource.extension_root().empty());
21 EXPECT_TRUE(resource.relative_path().empty());
22 EXPECT_TRUE(resource.GetFilePath().empty());
38 ExtensionResource resource(extension_id, root_path, relative_path);
41 EXPECT_EQ(root_path.value(), resource.extension_root().value());
42 EXPECT_EQ(relative_path.value(), resource.relative_path().value());
43 EXPECT_TRUE(resource.GetFilePath().empty());
50 // Create resource in the extension root.
74 ExtensionResource resource(extension_id, temp.path()
    [all...]
  /external/chromium_org/content/test/
test_content_client.cc 44 base::StringPiece resource; local
45 data_pack_.GetStringPiece(resource_id, &resource);
46 return resource;
  /external/chromium_org/ppapi/cpp/
resource.h 13 /// This file defines a <code>Resource</code> type representing data associated
17 /// A reference counted module resource.
18 class Resource {
21 Resource();
23 /// A constructor for copying a resource.
25 /// @param[in] other A <code>Resource</code>.
26 Resource(const Resource& other);
29 virtual ~Resource();
31 /// This function assigns one <code>Resource</code> to anothe
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_objects.c 39 struct pipe_resource *resource)
43 if(!resource)
46 assert(resource->screen == id_screen->screen);
52 memcpy(&id_resource->base, resource, sizeof(struct pipe_resource));
56 id_resource->resource = resource;
61 pipe_resource_reference(&resource, NULL);
68 pipe_resource_reference(&id_resource->resource, NULL);
83 assert(surface->texture == id_resource->resource);
124 assert(view->texture == id_resource->resource);
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.c 39 struct pipe_resource *resource)
43 if(!resource)
46 assert(resource->screen == id_screen->screen);
52 memcpy(&id_resource->base, resource, sizeof(struct pipe_resource));
56 id_resource->resource = resource;
61 pipe_resource_reference(&resource, NULL);
68 pipe_resource_reference(&id_resource->resource, NULL);
83 assert(surface->texture == id_resource->resource);
124 assert(view->texture == id_resource->resource);
    [all...]
  /bionic/libc/bionic/
getdtablesize.c 28 #include <sys/resource.h>
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_browser_font_singleton_host.h 19 PP_Resource resource);
pepper_truetype_font_list_host.h 19 PP_Resource resource);
  /external/chromium_org/ppapi/c/dev/
ppb_printing_dev.h 36 /** Create a resource for accessing printing functionality.
41 * @return A <code>PP_Resource</code> containing the printing resource if
50 * @param[in] resource The printing resource.
59 PP_Resource resource,
  /external/chromium_org/ppapi/cpp/dev/
buffer_dev.cc 26 : Resource(other) {
30 Buffer_Dev::Buffer_Dev(PP_Resource resource)
31 : Resource(resource) {
46 Buffer_Dev::Buffer_Dev(PassRef, PP_Resource resource)
47 : Resource(PassRef(), resource) {
56 Resource::operator=(rhs);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLScriptRunner.cpp 58 if (m_parserBlockingScript.resource() && m_parserBlockingScript.watchingForLoad())
63 if (pendingScript.resource() && pendingScript.watchingForLoad())
89 if (script.resource()) {
90 errorOccurred = script.resource()->errorOccurred();
91 ASSERT(script.resource()->isLoaded());
92 return ScriptSourceCode(script.resource());
103 if (script.resource() && !script.resource()->isLoaded())
125 if (pendingScript.resource() && pendingScript.watchingForLoad())
150 m_host->watchForLoad(pendingScript.resource());
262 ScriptResource* resource = toScriptLoaderIfPossible(script)->resource().get(); local
    [all...]

Completed in 711 milliseconds

1 2 3 4 5 6 78 91011>>