/external/chromium_org/ppapi/thunk/ |
ppb_flash_fullscreen_thunk.cc | 18 PP_Bool IsFullscreen(PP_Instance instance) { 25 PP_Bool SetFullscreen(PP_Instance instance, PP_Bool fullscreen) { 34 PP_Bool GetScreenSize(PP_Instance instance, PP_Size* size) {
|
ppb_fullscreen_thunk.cc | 20 PP_Bool IsFullscreen(PP_Instance instance) { 28 PP_Bool SetFullscreen(PP_Instance instance, PP_Bool fullscreen) { 36 PP_Bool GetScreenSize(PP_Instance instance, struct PP_Size* size) {
|
ppb_tcp_socket_private_api.h | 28 virtual PP_Bool GetLocalAddress(PP_NetAddress_Private* local_addr) = 0; 29 virtual PP_Bool GetRemoteAddress(PP_NetAddress_Private* remote_addr) = 0; 34 virtual PP_Bool AddChainBuildingCertificate(PP_Resource certificate, 35 PP_Bool trusted) = 0;
|
ppb_x509_certificate_private_api.h | 18 virtual PP_Bool Initialize(const char* bytes, uint32_t length) = 0;
|
ppb_file_chooser_api.h | 26 PP_Bool save_as, 37 PP_Bool save_as,
|
ppb_flash_functions_api.h | 27 virtual PP_Bool SetCrashData(PP_Instance instance, PP_FlashCrashKey key, 31 virtual void SetInstanceAlwaysOnTop(PP_Instance instance, PP_Bool on_top) = 0; 32 virtual PP_Bool DrawGlyphs( 40 PP_Bool allow_subpixel_aa, 47 PP_Bool from_user_action) = 0; 48 virtual PP_Bool IsRectTopmost(PP_Instance instance, const PP_Rect* rect) = 0;
|
/external/chromium_org/ppapi/api/ |
ppb_net_address.idl | 104 PP_Bool IsNetAddress([in] PP_Resource resource); 132 [in] PP_Bool include_port); 146 * @return A <code>PP_Bool</code> value indicating whether the operation 149 PP_Bool DescribeAsIPv4Address([in] PP_Resource addr, 164 * @return A <code>PP_Bool</code> value indicating whether the operation 167 PP_Bool DescribeAsIPv6Address([in] PP_Resource addr,
|
ppb_url_request_info.idl | 43 * This corresponds to a <code>PP_Bool</code> (<code>PP_VARTYPE_BOOL</code>; 52 * This corresponds to a <code>PP_Bool</code> (<code>PP_VARTYPE_BOOL</code>; 61 * This corresponds to a <code>PP_Bool</code> (<code>PP_VARTYPE_BOOL</code>; 69 * This corresponds to a <code>PP_Bool</code> 89 * This corresponds to a <code>PP_Bool</code> (<code>PP_VARTYPE_BOOL</code>; 100 * This corresponds to a <code>PP_Bool</code> (<code>PP_VARTYPE_BOOL</code>; 190 PP_Bool IsURLRequestInfo( 206 PP_Bool SetProperty( 225 PP_Bool AppendDataToBody( 253 PP_Bool AppendFileToBody [all...] |
ppb_audio.idl | 103 * @return A <code>PP_Bool</code> containing containing <code>PP_TRUE</code> 107 PP_Bool IsAudio( 130 * @return A <code>PP_Bool</code> containing <code>PP_TRUE</code> if 135 PP_Bool StartPlayback( 144 * @return A <code>PP_Bool</code> containing <code>PP_TRUE</code> if 150 PP_Bool StopPlayback(
|
ppp_instance.idl | 63 PP_Bool DidCreate( 206 [in] PP_Bool has_focus); 236 PP_Bool HandleDocumentLoad(
|
ppb_graphics_2d.idl | 48 [in] PP_Bool is_always_opaque); 60 PP_Bool IsGraphics2D( 77 PP_Bool Describe( 80 [out] PP_Bool is_always_opaque); 268 PP_Bool SetScale(
|
/external/chromium_org/ppapi/c/dev/ |
ppb_font_dev.h | 11 #include "ppapi/c/pp_bool.h" 107 PP_Bool italic; 108 PP_Bool small_caps; 157 PP_Bool rtl; 166 PP_Bool override_direction; 199 PP_Bool (*IsFont)(PP_Resource resource); 213 PP_Bool (*Describe)(PP_Resource font, 234 PP_Bool (*DrawTextAt)(PP_Resource font, 240 PP_Bool image_data_is_opaque);
|
ppb_audio_input_dev.h | 13 #include "ppapi/c/pp_bool.h" 97 * @return A <code>PP_Bool</code> containing <code>PP_TRUE</code> if the given 100 PP_Bool (*IsAudioInput)(PP_Resource resource); 182 * @return A <code>PP_Bool</code> containing <code>PP_TRUE</code> if 187 PP_Bool (*StartCapture)(PP_Resource audio_input); 193 * @return A <code>PP_Bool</code> containing <code>PP_TRUE</code> if 199 PP_Bool (*StopCapture)(PP_Resource audio_input); 216 PP_Bool (*IsAudioInput)(PP_Resource resource); 227 PP_Bool (*StartCapture)(PP_Resource audio_input); 228 PP_Bool (*StopCapture)(PP_Resource audio_input) [all...] |
/external/chromium_org/ppapi/c/ |
ppb_var_array.h | 11 #include "ppapi/c/pp_bool.h" 63 * @return A <code>PP_Bool</code> indicating whether the operation succeeds. 65 PP_Bool (*Set)(struct PP_Var array, uint32_t index, struct PP_Var value); 84 * @return A <code>PP_Bool</code> indicating whether the operation succeeds. 86 PP_Bool (*SetLength)(struct PP_Var array, uint32_t length);
|
ppb_var_dictionary.h | 11 #include "ppapi/c/pp_bool.h" 66 * @return A <code>PP_Bool</code> indicating whether the operation succeeds. 68 PP_Bool (*Set)(struct PP_Var dict, struct PP_Var key, struct PP_Var value); 83 * @return A <code>PP_Bool</code> indicating whether the key exists. 85 PP_Bool (*HasKey)(struct PP_Var dict, struct PP_Var key);
|
/external/chromium_org/ppapi/c/trusted/ |
ppb_browser_font_trusted.h | 13 #include "ppapi/c/pp_bool.h" 109 PP_Bool italic; 110 PP_Bool small_caps; 147 PP_Bool rtl; 152 PP_Bool override_direction; 196 PP_Bool (*IsFont)(PP_Resource resource); 210 PP_Bool (*Describe)(PP_Resource font, 231 PP_Bool (*DrawTextAt)(PP_Resource font, 237 PP_Bool image_data_is_opaque);
|
/external/chromium_org/components/nacl/renderer/ |
pnacl_translation_resource_host.h | 32 PP_Bool* is_hit, 35 void ReportTranslationFinished(PP_Instance instance, PP_Bool success); 43 CacheRequestInfo(PP_Bool* hit, 49 PP_Bool* is_hit; 66 PP_Bool* is_hit, 70 PP_Bool success);
|
/external/chromium_org/ppapi/api/private/ |
ppb_flash_menu.idl | 30 PP_Bool enabled; 31 PP_Bool checked; 43 PP_Bool IsFlashMenu(PP_Resource resource_id);
|
ppb_nacl_private.idl | 59 [in] PP_Bool uses_irt, 60 [in] PP_Bool uses_ppapi, 61 [in] PP_Bool enable_ppapi_dev, 62 [in] PP_Bool enable_dyncode_syscalls, 63 [in] PP_Bool enable_exception_handling, 64 [in] PP_Bool enable_crash_throttling, 87 PP_Bool Are3DInterfacesDisabled(); 132 [in] PP_Bool has_no_store_header, 133 [out] PP_Bool is_hit, 147 [in] PP_Bool success) [all...] |
ppb_net_address_private.idl | 51 PP_Bool AreEqual([in] PP_NetAddress_Private addr1, 57 PP_Bool AreHostsEqual([in] PP_NetAddress_Private addr1, 67 [in] PP_Bool include_port); 72 PP_Bool ReplacePort([in] PP_NetAddress_Private src_addr, 79 void GetAnyAddress([in] PP_Bool is_ipv6, 102 PP_Bool GetAddress([in] PP_NetAddress_Private addr,
|
ppp_flash_browser_operations.idl | 38 [in] PP_Bool success, 68 PP_Bool ClearSiteData([in] str_t plugin_data_path, 84 PP_Bool DeauthorizeContentLicenses([in] str_t plugin_data_path); 118 PP_Bool SetDefaultPermission( 122 [in] PP_Bool clear_site_specific); 139 PP_Bool SetSitePermission(
|
/external/chromium_org/ppapi/proxy/ |
flash_resource.h | 36 virtual PP_Bool SetCrashData(PP_Instance instance, 44 PP_Bool on_top) OVERRIDE; 45 virtual PP_Bool DrawGlyphs( 53 PP_Bool allow_subpixel_aa, 60 PP_Bool from_user_action) OVERRIDE; 61 virtual PP_Bool IsRectTopmost(PP_Instance instance,
|
graphics_2d_resource.h | 26 PP_Bool is_always_opaque); 34 virtual PP_Bool Describe(PP_Size* size, PP_Bool* is_always_opaque) OVERRIDE; 41 virtual PP_Bool SetScale(float scale) OVERRIDE; 53 const PP_Bool is_always_opaque_;
|
/external/chromium_org/ppapi/c/private/ |
ppb_flash.h | 12 #include "ppapi/c/pp_bool.h" 146 void (*SetInstanceAlwaysOnTop)(PP_Instance instance, PP_Bool on_top); 155 PP_Bool (*DrawGlyphs)( 163 PP_Bool allow_subpixel_aa, 178 PP_Bool from_user_action); 202 PP_Bool (*IsRectTopmost)(PP_Instance instance, const struct PP_Rect* rect); 217 PP_Bool (*SetCrashData)(PP_Instance instance, 241 void (*SetInstanceAlwaysOnTop)(PP_Instance instance, PP_Bool on_top); 242 PP_Bool (*DrawGlyphs)( 250 PP_Bool allow_subpixel_aa [all...] |
ppb_tcp_socket_private.h | 11 #include "ppapi/c/pp_bool.h" 64 PP_Bool (*IsTCPSocket)(PP_Resource resource); 85 PP_Bool (*GetLocalAddress)(PP_Resource tcp_socket, 91 PP_Bool (*GetRemoteAddress)(PP_Resource tcp_socket, 125 PP_Bool (*AddChainBuildingCertificate)(PP_Resource tcp_socket, 127 PP_Bool is_trusted); 177 PP_Bool (*IsTCPSocket)(PP_Resource resource); 185 PP_Bool (*GetLocalAddress)(PP_Resource tcp_socket, 187 PP_Bool (*GetRemoteAddress)(PP_Resource tcp_socket, 206 PP_Bool (*IsTCPSocket)(PP_Resource resource) [all...] |