HomeSort by relevance Sort by last modified time
    Searched refs:PP_Bool (Results 226 - 250 of 450) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/api/
ppb_input_event.idl 417 PP_Bool IsInputEvent([in] PP_Resource resource);
548 PP_Bool IsMouseInputEvent([in] PP_Resource resource);
635 [in] PP_Bool scroll_by_page);
646 PP_Bool IsWheelInputEvent([in] PP_Resource resource);
709 PP_Bool GetScrollByPage([in] PP_Resource wheel_event);
759 PP_Bool IsKeyboardInputEvent([in] PP_Resource resource);
    [all...]
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_flash_file.idl 11 PP_Bool is_dir;
50 [in] PP_Bool recursive);
  /external/chromium_org/ppapi/c/dev/
pp_print_settings_dev.h 11 #include "ppapi/c/pp_bool.h"
66 PP_Bool grayscale;
ppb_video_decoder_dev.h 12 #include "ppapi/c/pp_bool.h"
75 PP_Bool (*IsVideoDecoder)(PP_Resource resource);
  /external/chromium_org/ppapi/c/
ppb_host_resolver.h 11 #include "ppapi/c/pp_bool.h"
104 PP_Bool (*IsHostResolver)(PP_Resource resource);
ppb_input_event.h 11 #include "ppapi/c/pp_bool.h"
430 PP_Bool (*IsInputEvent)(PP_Resource resource);
523 PP_Bool (*IsMouseInputEvent)(PP_Resource resource);
578 PP_Bool (*IsMouseInputEvent)(PP_Resource resource);
619 PP_Bool scroll_by_page);
629 PP_Bool (*IsWheelInputEvent)(PP_Resource resource);
689 PP_Bool (*GetScrollByPage)(PP_Resource wheel_event);
739 PP_Bool (*IsKeyboardInputEvent)(PP_Resource resource);
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_output_protection_private.h 13 #include "ppapi/c/pp_bool.h"
115 PP_Bool (*IsOutputProtection)(PP_Resource resource);
  /external/chromium_org/ppapi/cpp/dev/
selection_dev.cc 18 PP_Var GetSelectedText(PP_Instance instance, PP_Bool html) {
  /external/chromium_org/ppapi/cpp/private/
udp_socket_private.cc 7 #include "ppapi/c/pp_bool.h"
69 PP_Bool result =
75 PP_Bool result =
99 PP_Bool result =
105 PP_Bool result =
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad_ppp_instance_didcreate_crash.cc 35 PP_Bool DidCreate(PP_Instance /*instance*/,
  /external/chromium_org/ppapi/proxy/
flash_drm_resource.cc 46 PP_Bool FlashDRMResource::GetHmonitor(int64_t* hmonitor) {
75 PP_Bool* is_external,
119 PP_Bool* dest,
122 PP_Bool is_external) {
ppb_graphics_3d_proxy.h 37 virtual PP_Bool SetGetBuffer(int32_t shm_id) OVERRIDE;
39 virtual PP_Bool Flush(int32_t put_offset) OVERRIDE;
42 virtual PP_Bool DestroyTransferBuffer(int32_t id) OVERRIDE;
43 virtual PP_Bool GetTransferBuffer(int32_t id,
ppb_image_data_proxy.h 12 #include "ppapi/c/pp_bool.h"
50 virtual PP_Bool Describe(PP_ImageDataDesc* desc) OVERRIDE;
139 PP_Bool init_to_zero);
170 PP_Bool init_to_zero,
178 PP_Bool init_to_zero,
ppb_testing_proxy.h 38 PP_Bool* result);
  /external/chromium_org/ppapi/thunk/
ppb_device_ref_dev_thunk.cc 21 PP_Bool IsDeviceRef(PP_Resource resource) {
ppb_find_dev_thunk.cc 22 PP_Bool final_result) {
ppb_flash_clipboard_api.h 21 virtual PP_Bool IsFormatAvailable(PP_Instance instance,
ppb_url_response_info_thunk.cc 21 PP_Bool IsURLResponseInfo(PP_Resource resource) {
ppb_websocket_api.h 66 virtual PP_Bool GetCloseWasClean() = 0;
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c 291 static PP_Bool Pnacl_M14_PPB_Core_IsMainThread(void) {
305 static PP_Bool Pnacl_M14_PPB_FileIO_IsFileIO(PP_Resource resource) {
359 static PP_Bool Pnacl_M25_PPB_FileIO_IsFileIO(PP_Resource resource) {
418 static PP_Bool Pnacl_M14_PPB_FileRef_IsFileRef(PP_Resource resource) {
443 static int32_t Pnacl_M14_PPB_FileRef_MakeDirectory(PP_Resource directory_ref, PP_Bool make_ancestors, struct PP_CompletionCallback* callback) {
472 static PP_Bool Pnacl_M28_PPB_FileRef_IsFileRef(PP_Resource resource) {
497 static int32_t Pnacl_M28_PPB_FileRef_MakeDirectory(PP_Resource directory_ref, PP_Bool make_ancestors, struct PP_CompletionCallback* callback) {
536 static PP_Bool Pnacl_M14_PPB_FileSystem_IsFileSystem(PP_Resource resource) {
559 static PP_Resource Pnacl_M14_PPB_Graphics2D_Create(PP_Instance instance, const struct PP_Size* size, PP_Bool is_always_opaque) {
564 static PP_Bool Pnacl_M14_PPB_Graphics2D_IsGraphics2D(PP_Resource resource)
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_audio_impl.h 53 virtual PP_Bool StartPlayback() OVERRIDE;
54 virtual PP_Bool StopPlayback() OVERRIDE;
ppb_buffer_impl.h 33 virtual PP_Bool Describe(uint32_t* size_in_bytes) OVERRIDE;
34 virtual PP_Bool IsMapped() OVERRIDE;
ppb_proxy_impl.cc 36 PP_Bool (*reserve)(PP_Module, PP_Instance)) {
54 PP_Bool IsInModuleDestructor(PP_Module module) {
ppb_scrollbar_impl.h 47 virtual PP_Bool PaintInternal(const gfx::Rect& rect,
49 virtual PP_Bool HandleEventInternal(
  /external/chromium_org/ppapi/api/dev/
ppb_file_chooser_dev.idl 67 * @return A <code>PP_Bool</code> that is <code>PP_TRUE</code> if the given
70 PP_Bool IsFileChooser(

Completed in 658 milliseconds

1 2 3 4 5 6 7 8 91011>>