Searched refs:resource (Results 251 - 275 of 1423) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/installer/mini_installer/
H A Dpe_resource.cc7 PEResource::PEResource(HRSRC resource, HMODULE module) argument
8 : resource_(resource), module_(module) {
/external/chromium_org/components/domain_reliability/
H A Dbeacon.cc24 if (!resource.empty())
25 beacon_value->SetString("resource", resource);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_printing_host.cc19 PP_Resource resource,
21 : ResourceHost(host, instance, resource),
16 PepperPrintingHost( ppapi::host::PpapiHost* host, PP_Instance instance, PP_Resource resource, scoped_ptr<PepperPrintSettingsManager> print_settings_manager) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_ref_renderer_host.h29 PP_Resource resource,
35 PP_Resource resource,
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_event.cc25 void PSEventPostResource(PSEventType type, PP_Resource resource) { argument
26 PSInstance::GetInstance()->PostEvent(type, resource);
/external/chromium_org/ppapi/api/dev/
H A Dppb_device_ref_dev.idl44 * Determines if the provided resource is a device reference.
46 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
47 * resource.
50 * resource is a device reference, otherwise <code>PP_FALSE</code>.
52 PP_Bool IsDeviceRef([in] PP_Resource resource);
/external/chromium_org/ppapi/api/
H A Dppb_compositor.idl71 * Determines if a resource is a compositor resource.
73 * @param[in] resource The <code>PP_Resource</code> to test.
76 * resource is a compositor resource or <code>PP_FALSE</code> otherwise.
78 PP_Bool IsCompositor([in] PP_Resource resource);
81 * Creates a Compositor resource.
86 * @return A <code>PP_Resource</code> containing the compositor resource if
102 * a compositor layer resource.
105 * resource i
[all...]
H A Dppb_file_system.idl34 * IsFileSystem() determines if the provided resource is a file system.
36 * @param[in] resource A <code>PP_Resource</code> corresponding to a file
39 * @return <code>PP_TRUE</code> if the resource is a
40 * <code>PPB_FileSystem</code>, <code>PP_FALSE</code> if the resource is
43 PP_Bool IsFileSystem([in] PP_Resource resource);
75 * valid or <code>PP_FILESYSTEMTYPE_INVALID</code> if the provided resource
H A Dppb_url_response_info.idl89 * @param[in] resource A <code>PP_Resource</code> corresponding to a
92 * @return <code>PP_TRUE</code> if the resource is a
93 * <code>URLResponseInfo</code>, <code>PP_FALSE</code> if the resource is
97 [in] PP_Resource resource);
/external/chromium_org/ppapi/api/private/
H A Dppb_camera_capabilities_private.idl8 * establishing an image capture configuration resource within the browser.
25 * Creates a PPB_CameraCapabilities_Private resource.
31 * PPB_CameraCapabilities_Private resource if successful, 0 if failed.
36 * IsCameraCapabilities() determines if the given resource is a
39 * @param[in] resource A <code>PP_Resource</code> corresponding to an image
40 * capture capabilities resource.
43 * resource is an <code>PP_CameraCapabilities_Private</code> resource,
47 [in] PP_Resource resource);
54 * image capture capabilities resource
[all...]
H A Dppb_display_color_profile_private.idl32 * Create() creates a display color profile resource.
36 * resource.
41 * IsDisplayColorProfile() determines if the given resource is a valid
42 * <code>DisplayColorProfile</code> resource.
44 * @param[in] resource A <code>DisplayColorProfile</code> context resource.
46 * - <code>PP_TRUE</code> if the given resource is a valid
48 * - <code>PP_FALSE</code> if it is an invalid resource or is a resource
51 PP_Bool IsDisplayColorProfile([in] PP_Resource resource);
[all...]
H A Dppb_flash_font_file.idl15 /* Returns a resource identifying a font file corresponding to the given font
23 /* Determines if a given resource is Flash font file.
25 PP_Bool IsFlashFontFile([in] PP_Resource resource);
H A Dppb_platform_verification_private.idl37 * IsPlatformVerification() determines if the provided resource is a
40 * @param[in] resource A <code>PP_Resource</code> corresponding to a
43 * @return <code>PP_TRUE</code> if the resource is a
45 * resource is invalid or some type other than
48 PP_Bool IsPlatformVerification([in] PP_Resource resource);
H A Dppb_video_destination_private.idl8 * for a video destination resource, which sends video frames to a MediaStream
23 * Creates a video destination resource.
34 * Determines if a resource is a video destination resource.
36 * @param[in] resource The <code>PP_Resource</code> to test.
39 * resource is a video destination resource or <code>PP_FALSE</code>
42 PP_Bool IsVideoDestination([in] PP_Resource resource);
48 * destination resource.
74 * destination resource
[all...]
H A Dppb_video_source_private.idl8 * video source resource, which receives video frames from a MediaStream video
23 * Creates a video source resource.
34 * Determines if a resource is a video source resource.
36 * @param[in] resource The <code>PP_Resource</code> to test.
39 * resource is a video source resource or <code>PP_FALSE</code> otherwise.
41 PP_Bool IsVideoSource([in] PP_Resource resource);
47 * source resource.
66 * The image data resource insid
[all...]
/external/chromium_org/ppapi/api/trusted/
H A Dppb_broker_trusted.idl22 * A PPB_BrokerTrusted resource represents a connection to the broker. Its
24 * handle is closed. The handle should be closed before the resource is
30 * Returns a trusted broker resource.
35 * Returns true if the resource is a trusted broker.
37 PP_Bool IsBrokerTrusted([in] PP_Resource resource);
/external/chromium_org/ppapi/c/dev/
H A Dppb_file_chooser_dev.h59 * This function creates a file chooser dialog resource. The chooser is
83 * Determines if the provided resource is a file chooser.
85 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
86 * resource.
89 * resource is a file chooser resource, otherwise <code>PP_FALSE</code>.
91 PP_Bool (*IsFileChooser)(PP_Resource resource);
93 * This function displays a previously created file chooser resource as a
110 * @param[in] chooser The file chooser resource.
133 PP_Bool (*IsFileChooser)(PP_Resource resource);
[all...]
H A Dppb_scrollbar_dev.h58 * Returns PP_TRUE if the given resource is a Scrollbar. Returns PP_FALSE if
59 * the resource is invalid or some type other than a scrollbar.
61 PP_Bool (*IsScrollbar)(PP_Resource resource);
65 uint32_t (*GetThickness)(PP_Resource resource);
H A Dppb_widget_dev.h38 * Returns PP_TRUE if the given resource is a Widget. Returns PP_FALSE if the
39 * resource is invalid or some type other than an Widget.
41 PP_Bool (*IsWidget)(PP_Resource resource);
71 PP_Bool (*IsWidget)(PP_Resource resource);
/external/chromium_org/ppapi/c/
H A Dppb_audio.h96 * Create() creates an audio resource. No sound will be heard until
110 * config resource.
115 * @return A <code>PP_Resource</code> containing the audio resource if
124 * IsAudio() determines if the provided resource is an audio resource.
126 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
127 * resource.
130 * if the given resource is an Audio resource, otherwise
133 PP_Bool (*IsAudio)(PP_Resource resource);
[all...]
H A Dppb_audio_config.h24 * audio configuration resource within the browser.
75 * CreateStereo16bit() creates a 16 bit audio configuration resource. The
80 * return a null resource.
107 * <code>PPB_Audio_Config</code> if successful or a null resource if the
144 * IsAudioConfig() determines if the given resource is a
147 * @param[in] resource A <code>PP_Resource</code> corresponding to an audio
148 * config resource.
151 * resource is an <code>AudioConfig</code> resource, otherwise
154 PP_Bool (*IsAudioConfig)(PP_Resource resource);
[all...]
/external/chromium_org/ppapi/c/private/
H A Dppb_tcp_server_socket_private.h44 * Allocates a TCP server socket resource.
48 * Determines if a given resource is TCP server socket.
50 PP_Bool (*IsTCPServerSocket)(PP_Resource resource);
94 PP_Bool (*IsTCPServerSocket)(PP_Resource resource);
/external/chromium_org/ppapi/cpp/
H A Dcompositor_layer.cc33 CompositorLayer::CompositorLayer(const Resource& resource) argument
34 : Resource(resource) {
35 PP_DCHECK(IsCompositorLayer(resource));
38 CompositorLayer::CompositorLayer(PassRef, PP_Resource resource) argument
39 : Resource(PASS_REF, resource) {
184 bool CompositorLayer::IsCompositorLayer(const Resource& resource) { argument
187 IsCompositorLayer(resource.pp_resource()));
191 IsCompositorLayer(resource.pp_resource()));
H A Dfile_ref.h11 #include "ppapi/cpp/resource.h"
35 /// the resource.
37 /// @param[in] resource A PP_Resource corresponding to file reference.
38 explicit FileRef(PP_Resource resource);
43 /// @param[in] resource A PP_Resource corresponding to file reference.
44 FileRef(PassRef, PP_Resource resource);
65 /// valid or <code>PP_FILESYSTEMTYPE_INVALID</code> if the provided resource
H A Dmedia_stream_video_track.cc35 MediaStreamVideoTrack::MediaStreamVideoTrack(const Resource& resource) argument
36 : Resource(resource) {
37 PP_DCHECK(IsMediaStreamVideoTrack(resource));
50 MediaStreamVideoTrack::MediaStreamVideoTrack(PassRef, PP_Resource resource) argument
51 : Resource(PASS_REF, resource) {
156 bool MediaStreamVideoTrack::IsMediaStreamVideoTrack(const Resource& resource) { argument
159 IsMediaStreamVideoTrack(resource.pp_resource()));
162 IsMediaStreamVideoTrack(resource.pp_resource()));

Completed in 822 milliseconds

<<11121314151617181920>>