/external/chromium_org/ppapi/thunk/ |
ppb_text_input_thunk.cc | 39 void SetTextInputType(PP_Instance instance, PP_TextInput_Type type) { 45 void SetTextInputType_0_2(PP_Instance instance, PP_TextInput_Type_Dev type) { 52 void UpdateCaretPosition_0_2(PP_Instance instance, 60 void UpdateCaretPosition(PP_Instance instance, 67 void CancelCompositionText(PP_Instance instance) { 73 void UpdateSurroundingText_0_2(PP_Instance instance, const char* text, 80 void UpdateSurroundingText_1_0(PP_Instance instance, PP_Var text, 91 void SelectionChanged(PP_Instance instance) {
|
ppb_zoom_dev_thunk.cc | 18 void ZoomChanged(PP_Instance instance, double factor) { 26 void ZoomLimitsChanged(PP_Instance instance,
|
/external/chromium_org/ppapi/proxy/ |
ppp_printing_proxy.cc | 23 bool HasPrintingPermission(PP_Instance instance) { 30 uint32_t QuerySupportedFormats(PP_Instance instance) { 40 int32_t Begin(PP_Instance instance, 56 PP_Resource PrintPages(PP_Instance instance, 81 void End(PP_Instance instance) { 88 PP_Bool IsScalingDisabled(PP_Instance instance) { 150 void PPP_Printing_Proxy::OnPluginMsgQuerySupportedFormats(PP_Instance instance, 160 void PPP_Printing_Proxy::OnPluginMsgBegin(PP_Instance instance, 178 PP_Instance instance, 198 void PPP_Printing_Proxy::OnPluginMsgEnd(PP_Instance instance) [all...] |
/external/chromium_org/content/public/browser/ |
browser_ppapi_host.h | 12 #include "ppapi/c/pp_instance.h" 67 // Returns true if the given PP_Instance is valid. 68 virtual bool IsValidInstance(PP_Instance instance) const = 0; 74 // When a resource is created, the PP_Instance should already have been 79 virtual bool GetRenderFrameIDsForInstance(PP_Instance instance, 92 // Get the Document/Plugin URLs for the given PP_Instance. 93 virtual GURL GetDocumentURLForInstance(PP_Instance instance) = 0; 94 virtual GURL GetPluginURLForInstance(PP_Instance instance) = 0;
|
/external/chromium_org/content/renderer/pepper/ |
url_request_info_util.h | 10 #include "ppapi/c/pp_instance.h" 27 CONTENT_EXPORT bool CreateWebURLRequest(PP_Instance instance,
|
url_response_info_util.h | 9 #include "ppapi/c/pp_instance.h" 26 PP_Instance pp_instance,
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
nacl_io.h | 8 #include <ppapi/c/pp_instance.h> 29 * PP_Instance instance; 39 * |instance| can be retrieved via the pp::Instance::pp_instance() method. 43 void nacl_io_init_ppapi(PP_Instance instance, PPB_GetInterface get_interface);
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/ |
fake_messaging_interface.h | 25 virtual void PostMessage(PP_Instance instance, PP_Var message);
|
/external/chromium_org/ppapi/c/dev/ |
ppb_buffer_dev.h | 12 #include "ppapi/c/pp_instance.h" 36 PP_Resource (*Create)(PP_Instance instance, uint32_t size_in_bytes);
|
/external/chromium_org/ppapi/c/ |
ppb_compositor.h | 13 #include "ppapi/c/pp_instance.h" 97 * @param[in] instance A <code>PP_Instance</code> identifying one instance 103 PP_Resource (*Create)(PP_Instance instance);
|
ppb_file_system.h | 14 #include "ppapi/c/pp_instance.h" 39 * @param[in] instance A <code>PP_Instance</code> identifying the instance 47 PP_Resource (*Create)(PP_Instance instance, PP_FileSystemType type);
|
ppb_network_monitor.h | 13 #include "ppapi/c/pp_instance.h" 44 * @param[in] instance A <code>PP_Instance</code> identifying one instance of 50 PP_Resource (*Create)(PP_Instance instance);
|
/external/chromium_org/ppapi/c/private/ |
ppb_display_color_profile_private.h | 16 #include "ppapi/c/pp_instance.h" 58 PP_Resource (*Create)(PP_Instance instance);
|
ppb_flash_font_file.h | 12 #include "ppapi/c/pp_instance.h" 38 PP_Instance instance,
|
ppb_flash_message_loop.h | 12 #include "ppapi/c/pp_instance.h" 38 * @param[in] instance A <code>PP_Instance</code> identifying one instance 44 PP_Resource (*Create)(PP_Instance instance);
|
ppb_isolated_file_system_private.h | 14 #include "ppapi/c/pp_instance.h" 62 * @param[in] instance A <code>PP_Instance</code> identifying the instance 73 int32_t (*Open)(PP_Instance instance,
|
ppb_platform_verification_private.h | 15 #include "ppapi/c/pp_instance.h" 46 * @pram[in] instance A <code>PP_Instance</code> identifying one instance of 53 PP_Resource (*Create)(PP_Instance instance);
|
/external/chromium_org/ppapi/c/trusted/ |
ppb_url_loader_trusted.h | 11 #include "ppapi/c/pp_instance.h" 33 PP_Instance pp_instance,
|
ppp_broker.h | 22 #include "ppapi/c/pp_instance.h" 57 typedef int32_t (*PP_ConnectInstance_Func)(PP_Instance instance,
|
/external/chromium_org/ppapi/cpp/dev/ |
video_decoder_client_dev.cc | 21 void ProvidePictureBuffers(PP_Instance instance, 34 void DismissPictureBuffer(PP_Instance instance, 45 void PictureReady(PP_Instance instance, 55 void NotifyError(PP_Instance instance,
|
/external/chromium_org/ppapi/cpp/ |
instance.h | 14 #include "ppapi/c/pp_instance.h" 50 explicit Instance(PP_Instance instance); 58 /// The <code>PP_Instance</code> identifier will still be valid during this 60 /// returns, the <code>PP_Instance</code> handle will be invalid. This means 66 /// returns, the <code>PP_Instance</code> handle will be invalid. This means 71 /// This function returns the <code>PP_Instance</code> identifying this 74 /// @return A <code>PP_Instance</code> identifying this object. 75 PP_Instance pp_instance() const { return pp_instance_; } function in class:pp::Instance 533 /// Then whenever it gets updates with a PP_Instance parameter, it ca [all...] |
/external/chromium_org/ppapi/cpp/private/ |
instance_private.h | 27 explicit InstancePrivate(PP_Instance instance);
|
isolated_file_system_private.h | 8 #include "ppapi/c/pp_instance.h" 28 PP_Instance instance_;
|
/external/chromium_org/ppapi/generators/test_parser/ |
interface.idl | 18 [in] PP_Instance instance, 46 [in] PP_Instance instance,
|
/external/chromium_org/ppapi/host/ |
host_factory.h | 9 #include "ppapi/c/pp_instance.h" 36 PP_Instance instance,
|