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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ppapi/api/
ppb_file_system.idl 43 PP_Bool IsFileSystem([in] PP_Resource resource);
ppb_message_loop.idl 270 int32_t PostQuit([in] PP_Resource message_loop, PP_Bool should_destroy);
ppb_url_response_info.idl 96 PP_Bool IsURLResponseInfo(
ppb_media_stream_audio_track.idl 72 * @return A <code>PP_Bool</code> with <code>PP_TRUE</code> if the given
76 PP_Bool IsMediaStreamAudioTrack([in] PP_Resource resource);
145 * @return A <code>PP_Bool</code> with <code>PP_TRUE</code> if the given
149 PP_Bool HasEnded([in] PP_Resource audio_track);
  /external/chromium_org/ppapi/api/private/
ppb_camera_capabilities_private.idl 42 * @return A <code>PP_Bool</code> containing <code>PP_TRUE</code> if the given
46 PP_Bool IsCameraCapabilities(
ppb_display_color_profile_private.idl 51 PP_Bool IsDisplayColorProfile([in] PP_Resource resource);
ppb_find_private.idl 48 [in] PP_Bool final_result);
ppb_platform_verification_private.idl 48 PP_Bool IsPlatformVerification([in] PP_Resource resource);
ppb_video_destination_private.idl 38 * @return A <code>PP_Bool</code> with <code>PP_TRUE</code> if the given
42 PP_Bool IsVideoDestination([in] PP_Resource resource);
ppb_video_source_private.idl 38 * @return A <code>PP_Bool</code> with <code>PP_TRUE</code> if the given
41 PP_Bool IsVideoSource([in] PP_Resource resource);
ppb_testing_private.idl 46 PP_Bool ReadImageData([in] PP_Resource device_context_2d,
79 PP_Bool IsOutOfProcess();
  /external/chromium_org/ppapi/c/dev/
ppb_file_chooser_dev.h 12 #include "ppapi/c/pp_bool.h"
88 * @return A <code>PP_Bool</code> that is <code>PP_TRUE</code> if the given
91 PP_Bool (*IsFileChooser)(PP_Resource resource);
133 PP_Bool (*IsFileChooser)(PP_Resource resource);
  /external/chromium_org/ppapi/c/
ppb_audio_config.h 11 #include "ppapi/c/pp_bool.h"
150 * @return A <code>PP_Bool</code> containing <code>PP_TRUE</code> if the given
154 PP_Bool (*IsAudioConfig)(PP_Resource resource);
202 PP_Bool (*IsAudioConfig)(PP_Resource resource);
ppb_media_stream_audio_track.h 11 #include "ppapi/c/pp_bool.h"
88 * @return A <code>PP_Bool</code> with <code>PP_TRUE</code> if the given
92 PP_Bool (*IsMediaStreamAudioTrack)(PP_Resource resource);
157 * @return A <code>PP_Bool</code> with <code>PP_TRUE</code> if the given
160 PP_Bool (*HasEnded)(PP_Resource audio_track);
  /external/chromium_org/ppapi/c/private/
ppb_tcp_server_socket_private.h 13 #include "ppapi/c/pp_bool.h"
50 PP_Bool (*IsTCPServerSocket)(PP_Resource resource);
94 PP_Bool (*IsTCPServerSocket)(PP_Resource resource);
ppb_x509_certificate_private.h 13 #include "ppapi/c/pp_bool.h"
158 PP_Bool (*IsX509CertificatePrivate)(PP_Resource resource);
165 PP_Bool (*Initialize)(PP_Resource resource,
  /external/chromium_org/ppapi/proxy/
flash_clipboard_resource.h 29 virtual PP_Bool IsFormatAvailable(PP_Instance instance,
40 virtual PP_Bool GetSequenceNumber(
udp_socket_private_resource.h 33 virtual PP_Bool GetBoundAddress(PP_NetAddress_Private* addr) OVERRIDE;
37 virtual PP_Bool GetRecvFromAddress(PP_NetAddress_Private* addr) OVERRIDE;
ppb_instance_proxy.h 47 virtual PP_Bool BindGraphics(PP_Instance instance,
49 virtual PP_Bool IsFullFrame(PP_Instance instance) OVERRIDE;
51 virtual PP_Bool FlashIsFullscreen(PP_Instance instance) OVERRIDE;
65 PP_Bool final_result) OVERRIDE;
71 virtual PP_Bool IsFullscreen(PP_Instance instance) OVERRIDE;
72 virtual PP_Bool SetFullscreen(PP_Instance instance,
73 PP_Bool fullscreen) OVERRIDE;
74 virtual PP_Bool GetScreenSize(PP_Instance instance,
100 virtual PP_Bool SetCursor(PP_Instance instance,
125 virtual PP_Bool DocumentCanRequest(PP_Instance instance, PP_Var url) OVERRIDE
    [all...]
  /external/chromium_org/ppapi/shared_impl/
dictionary_var.h 37 PP_Bool Set(const PP_Var& key, const PP_Var& value);
39 PP_Bool HasKey(const PP_Var& key) const;
  /external/chromium_org/ppapi/thunk/
ppb_file_chooser_trusted_thunk.cc 22 PP_Bool save_as,
36 PP_Bool save_as,
ppb_flash_font_file_thunk.cc 25 PP_Bool IsFlashFontFile(PP_Resource resource) {
30 PP_Bool GetFontTable(PP_Resource font_file,
ppb_url_loader_api.h 36 virtual PP_Bool GetUploadProgress(int64_t* bytes_sent,
38 virtual PP_Bool GetDownloadProgress(int64_t* bytes_received,
ppb_x509_certificate_private_thunk.cc 26 PP_Bool IsX509CertificatePrivate(PP_Resource resource) {
31 PP_Bool Initialize(PP_Resource certificate,
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_net_address_interface.cc 62 PP_Bool FakeNetAddressInterface::IsNetAddress(PP_Resource address) {
82 PP_Bool FakeNetAddressInterface::DescribeAsIPv4Address(
96 PP_Bool FakeNetAddressInterface::DescribeAsIPv6Address(
110 PP_Var FakeNetAddressInterface::DescribeAsString(PP_Resource, PP_Bool) {

Completed in 467 milliseconds

1 2 3 4 5 6 78 91011>>