Searched defs:resource (Results 76 - 100 of 721) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/thunk/
H A Dppb_camera_capabilities_private_thunk.cc28 PP_Bool IsCameraCapabilities(PP_Resource resource) { argument
30 EnterResource<PPB_CameraCapabilities_API> enter(resource, false);
H A Dppb_compositor_thunk.cc20 PP_Bool IsCompositor(PP_Resource resource) { argument
22 EnterResource<PPB_Compositor_API> enter(resource, false);
H A Dppb_display_color_profile_private_thunk.cc29 PP_Bool IsDisplayColorProfile(PP_Resource resource) { argument
31 EnterResource<PPB_DisplayColorProfile_API> enter(resource, false);
H A Dppb_file_system_thunk.cc28 PP_Bool IsFileSystem(PP_Resource resource) { argument
30 EnterResource<PPB_FileSystem_API> enter(resource, false);
H A Dppb_flash_font_file_thunk.cc25 PP_Bool IsFlashFontFile(PP_Resource resource) { argument
26 EnterResource<PPB_Flash_FontFile_API> enter(resource, false);
H A Dppb_flash_menu_thunk.cc26 PP_Bool IsFlashMenu(PP_Resource resource) { argument
27 EnterResource<PPB_Flash_Menu_API> enter(resource, false);
31 int32_t Show(PP_Resource resource, argument
35 EnterResource<PPB_Flash_Menu_API> enter(resource, callback, true);
H A Dppb_image_capture_config_private_thunk.cc28 PP_Bool IsImageCaptureConfig(PP_Resource resource) { argument
30 EnterResource<PPB_ImageCaptureConfig_API> enter(resource, false);
H A Dppb_network_list_thunk.cc19 PP_Bool IsNetworkList(PP_Resource resource) { argument
21 EnterResource<PPB_NetworkList_API> enter(resource, false);
25 uint32_t GetCount(PP_Resource resource) { argument
27 EnterResource<PPB_NetworkList_API> enter(resource, true);
33 struct PP_Var GetName(PP_Resource resource, uint32_t index) { argument
35 EnterResource<PPB_NetworkList_API> enter(resource, true);
41 PP_NetworkList_Type GetType(PP_Resource resource, uint32_t index) { argument
43 EnterResource<PPB_NetworkList_API> enter(resource, true);
49 PP_NetworkList_State GetState(PP_Resource resource, uint32_t index) { argument
51 EnterResource<PPB_NetworkList_API> enter(resource, tru
57 GetIpAddresses(PP_Resource resource, uint32_t index, struct PP_ArrayOutput output) argument
67 GetDisplayName(PP_Resource resource, uint32_t index) argument
75 GetMTU(PP_Resource resource, uint32_t index) argument
[all...]
H A Dppb_network_monitor_thunk.cc39 PP_Bool IsNetworkMonitor(PP_Resource resource) { argument
41 EnterResource<PPB_NetworkMonitor_API> enter(resource, false);
H A Dppb_output_protection_private_thunk.cc29 PP_Bool IsOutputProtection(PP_Resource resource) { argument
31 EnterResource<PPB_OutputProtection_API> enter(resource, false);
35 int32_t QueryStatus(PP_Resource resource, argument
40 EnterResource<PPB_OutputProtection_API> enter(resource, callback, true);
48 int32_t EnableProtection(PP_Resource resource, argument
52 EnterResource<PPB_OutputProtection_API> enter(resource, callback, true);
H A Dppb_platform_verification_private_thunk.cc29 PP_Bool IsPlatformVerification(PP_Resource resource) { argument
31 EnterResource<PPB_PlatformVerification_API> enter(resource, false);
H A Dppb_video_destination_private_thunk.cc28 PP_Bool IsVideoDestination(PP_Resource resource) { argument
29 EnterResource<PPB_VideoDestination_Private_API> enter(resource, false);
H A Dppb_video_frame_thunk.cc19 PP_Bool IsVideoFrame(PP_Resource resource) { argument
21 EnterResource<PPB_VideoFrame_API> enter(resource, false);
H A Dppb_video_source_private_thunk.cc27 PP_Bool IsVideoSource(PP_Resource resource) { argument
28 EnterResource<PPB_VideoSource_Private_API> enter(resource, false);
H A Dppb_x509_certificate_private_thunk.cc26 PP_Bool IsX509CertificatePrivate(PP_Resource resource) { argument
27 EnterX509CertificatePrivate enter(resource, false);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceSrcValue.cpp101 bool CSSFontFaceSrcValue::shouldSetCrossOriginAccessControl(const KURL& resource, SecurityOrigin* securityOrigin) argument
103 if (resource.isLocalFile() || resource.protocolIsData())
105 return !securityOrigin->canRequest(resource);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceOwner.h45 ResourceType* resource() const { return m_resource.get(); } function in class:blink::ResourceOwner
49 ResourceOwner(const ResourceOwner& other) { setResource(other.resource()); }
73 inline ResourceOwner<R, C>::ResourceOwner(const ResourcePtr<R>& resource) argument
74 : m_resource(resource)
110 setResource(other.resource());
H A DScriptResource.h42 virtual void notifyAppendData(ScriptResource* resource) { } argument
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DArchiveResourceCollection.cpp71 // FIXME: Adding a resource directly to a DocumentLoader/ArchiveResourceCollection seems like bad design, but is API some apps rely on.
73 void ArchiveResourceCollection::addResource(PassRefPtrWillBeRawPtr<ArchiveResource> resource) argument
75 ASSERT(resource);
76 if (!resource)
79 const KURL& url = resource->url(); // get before passing PassRefPtr (which sets it to 0)
80 m_subresources.set(url, resource);
85 ArchiveResource* resource = m_subresources.get(url); local
86 if (!resource)
89 return resource;
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Djid.h38 // consists of three parts: the node, the domain and the resource, e.g.:
40 // node@domain/resource
42 // The node and resource are both optional. A valid jid is defined to have
43 // a domain. A bare jid is defined to not have a resource and a full jid
44 // *does* have a resource.
56 const std::string & resource() const { return resource_name_; } function in class:buzz::Jid
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_texture.h43 struct pipe_resource *resource; member in struct:trace_resource
114 (void)trace_resource(transfer->resource);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_wayland_drm_bufmgr_helper.c60 struct pipe_resource *resource = buffer->driver_buffer; local
62 pipe_resource_reference(&resource, NULL);
78 struct pipe_resource *resource = buffer->driver_buffer; local
85 switch (resource->format) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/gbm/
H A Dgbm_gallium_drmint.h53 struct pipe_resource *resource; member in struct:gbm_gallium_drm_bo
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_framebuffer.c56 struct pipe_resource *resource = strb->rtt ? strb->rtt->pt : strb->texture; local
59 enum pipe_format format = st->ctx->Color.sRGBEnabled ? resource->format : util_format_linear(resource->format);
63 strb->surface->texture != resource ||
68 for (level = 0; level <= resource->last_level; level++) {
69 if (u_minify(resource->width0, level) == rtt_width &&
70 u_minify(resource->height0, level) == rtt_height) {
82 resource,
164 /* Make sure the resource binding flags were set properly */
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpuResourceRef.cpp16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIORef::IOType ioType) { argument
20 this->setResource(resource, ioType);
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIORef::IOType ioType) { argument
58 if (NULL == resource) {
62 fResource = resource;

Completed in 5892 milliseconds

1234567891011>>