HomeSort by relevance Sort by last modified time
    Searched full:instance (Results 926 - 950 of 17686) sorted by null

<<31323334353637383940>>

  /external/chromium_org/content/child/npapi/
plugin_string_stream.cc 12 PluginInstance* instance,
16 : PluginStream(instance, url.spec().c_str(), notify_needed, notify_data) {
24 // Protect the stream against it being destroyed or the whole plugin instance
  /external/chromium_org/content/test/
ppapi_unittest.h 31 PepperPluginInstanceImpl* instance() const { return instance_.get(); } function in class:content::PpapiUnittest
37 // Deletes the instance and module to simulate module shutdown.
40 // Sets the view size of the plugin instance.
  /external/chromium_org/mojo/public/cpp/application/
service_provider_impl.h 29 // Returns an instance of a ServiceProvider that weakly wraps this impl's
30 // connection to some other app. Whereas the lifetime of an instance of
32 // encapsulates, the lifetime of the ServiceProvider instance returned by this
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p_b___mouse_lock__1__0.html 15 <tr><td class="memItemLeft" align="right" valign="top">int32_t(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___mouse_lock__1__0.html#ac137bc2d66abfa39428ea67236c85401">LockMouse</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td></tr>
16 <tr><td class="memItemLeft" align="right" valign="top">void(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___mouse_lock__1__0.html#a1b9ab648a3638b469be6235d4c76d634">UnlockMouse</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance)</td></tr>
20 <p>This interface provides a way of locking the target of mouse events to a single module instance and removing the cursor from view. This mode is useful for certain classes of applications, especially first-person perspective 3D applications and 3D modeling software. </p>
22 <a class="anchor" id="ac137bc2d66abfa39428ea67236c85401"></a><!-- doxytag: member="PPB_MouseLock::LockMouse" ref="ac137bc2d66abfa39428ea67236c85401" args=")(PP_Instance instance, struct PP_CompletionCallback callback)" -->
27 <td class="memname">int32_t(* <a class="el" href="struct_p_p_b___mouse_lock__1__0.html#ac137bc2d66abfa39428ea67236c85401">PPB_MouseLock::LockMouse</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td>
37 <tr><td class="paramdir">[in]</td><td class="paramname">instance</td><td>A <code>PP_Instance</code> identifying one instance of a module. </td></tr>
45 <a class="anchor" id="a1b9ab648a3638b469be6235d4c76d634"></a><!-- doxytag: member="PPB_MouseLock::UnlockMouse" ref="a1b9ab648a3638b469be6235d4c76d634" args=")(PP_Instance instance)" -->
50 <td class="memname">void(* <a class="el" href="struct_p_p_b___mouse_lock__1__0.html#a1b9ab648a3638b469be6235d4c76d634">PPB_MouseLock::UnlockMouse</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance)</td>
56 <p>This is an asynchronous operation. The module instance will be notified using the <code>PPP_MouseLock</code> interface when it has lost the mouse lock.</ (…)
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p_b___mouse_lock__1__0.html 15 <tr><td class="memItemLeft" align="right" valign="top">int32_t(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___mouse_lock__1__0.html#ac137bc2d66abfa39428ea67236c85401">LockMouse</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td></tr>
16 <tr><td class="memItemLeft" align="right" valign="top">void(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___mouse_lock__1__0.html#a1b9ab648a3638b469be6235d4c76d634">UnlockMouse</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance)</td></tr>
20 <p>This interface provides a way of locking the target of mouse events to a single module instance and removing the cursor from view. This mode is useful for certain classes of applications, especially first-person perspective 3D applications and 3D modeling software. </p>
22 <a class="anchor" id="ac137bc2d66abfa39428ea67236c85401"></a><!-- doxytag: member="PPB_MouseLock::LockMouse" ref="ac137bc2d66abfa39428ea67236c85401" args=")(PP_Instance instance, struct PP_CompletionCallback callback)" -->
27 <td class="memname">int32_t(* <a class="el" href="struct_p_p_b___mouse_lock__1__0.html#ac137bc2d66abfa39428ea67236c85401">PPB_MouseLock::LockMouse</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td>
37 <tr><td class="paramdir">[in]</td><td class="paramname">instance</td><td>A <code>PP_Instance</code> identifying one instance of a module. </td></tr>
45 <a class="anchor" id="a1b9ab648a3638b469be6235d4c76d634"></a><!-- doxytag: member="PPB_MouseLock::UnlockMouse" ref="a1b9ab648a3638b469be6235d4c76d634" args=")(PP_Instance instance)" -->
50 <td class="memname">void(* <a class="el" href="struct_p_p_b___mouse_lock__1__0.html#a1b9ab648a3638b469be6235d4c76d634">PPB_MouseLock::UnlockMouse</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance)</td>
56 <p>This is an asynchronous operation. The module instance will be notified using the <code>PPP_MouseLock</code> interface when it has lost the mouse lock.</ (…)
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/
struct_p_p_b___mouse_lock__1__0.html 15 <tr><td class="memItemLeft" align="right" valign="top">int32_t(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___mouse_lock__1__0.html#ac137bc2d66abfa39428ea67236c85401">LockMouse</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td></tr>
16 <tr><td class="memItemLeft" align="right" valign="top">void(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___mouse_lock__1__0.html#a1b9ab648a3638b469be6235d4c76d634">UnlockMouse</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance)</td></tr>
20 <p>This interface provides a way of locking the target of mouse events to a single module instance and removing the cursor from view. This mode is useful for certain classes of applications, especially first-person perspective 3D applications and 3D modeling software. </p>
22 <a class="anchor" id="ac137bc2d66abfa39428ea67236c85401"></a><!-- doxytag: member="PPB_MouseLock::LockMouse" ref="ac137bc2d66abfa39428ea67236c85401" args=")(PP_Instance instance, struct PP_CompletionCallback callback)" -->
27 <td class="memname">int32_t(* <a class="el" href="struct_p_p_b___mouse_lock__1__0.html#ac137bc2d66abfa39428ea67236c85401">PPB_MouseLock::LockMouse</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, struct <a class="el" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a> callback)</td>
37 <tr><td class="paramdir">[in]</td><td class="paramname">instance</td><td>A <code>PP_Instance</code> identifying one instance of a module. </td></tr>
45 <a class="anchor" id="a1b9ab648a3638b469be6235d4c76d634"></a><!-- doxytag: member="PPB_MouseLock::UnlockMouse" ref="a1b9ab648a3638b469be6235d4c76d634" args=")(PP_Instance instance)" -->
50 <td class="memname">void(* <a class="el" href="struct_p_p_b___mouse_lock__1__0.html#a1b9ab648a3638b469be6235d4c76d634">PPB_MouseLock::UnlockMouse</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance)</td>
56 <p>This is an asynchronous operation. The module instance will be notified using the <code>PPP_MouseLock</code> interface when it has lost the mouse lock.</ (…)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.cc 24 DEFINE_INTERFACE_FUNC(Instance)
53 REQUEST_INTERFACE(Instance, INSTANCE)
  /external/chromium_org/ppapi/api/dev/
ppb_printing_dev.idl 20 * @param[in] instance A <code>PP_Instance</code> identifying one instance
26 PP_Resource Create([in] PP_Instance instance);
  /external/chromium_org/ppapi/api/
ppb_console.idl 27 * given plugin instance with the given logging level. The name of the plugin
32 [in] PP_Instance instance,
47 [in] PP_Instance instance,
  /external/chromium_org/ppapi/api/private/
ppb_isolated_file_system_private.idl 38 * @param[in] instance A <code>PP_Instance</code> identifying the instance
50 int32_t Open([in] PP_Instance instance,
  /external/chromium_org/ppapi/c/private/
ppp_find_private.h 38 PP_Bool (*StartFind)(PP_Instance instance,
44 void (*SelectFindResult)(PP_Instance instance, PP_Bool forward);
49 void (*StopFind)(PP_Instance instance);
  /external/chromium_org/ppapi/cpp/private/
flash_fullscreen.cc 8 #include "ppapi/cpp/instance.h"
27 FlashFullscreen::FlashFullscreen(const InstanceHandle& instance)
28 : instance_(instance) {
instance_private.cc 37 InstancePrivate::InstancePrivate(PP_Instance instance) : Instance(instance) {
output_protection_private.cc 10 #include "ppapi/cpp/instance.h"
25 const InstanceHandle& instance) {
29 instance.pp_instance()));
  /external/chromium_org/ppapi/examples/video_effects/
video_effects.cc 12 #include "ppapi/cpp/instance.h"
44 virtual pp::Instance* CreateInstance(PP_Instance instance);
47 class VEDemoInstance : public pp::Instance {
49 VEDemoInstance(PP_Instance instance, pp::Module* module);
52 // pp::Instance implementation (see PPP_Instance).
67 VEDemoInstance::VEDemoInstance(PP_Instance instance, pp::Module* module)
68 : pp::Instance(instance),
168 pp::Instance* VEDemoModule::CreateInstance(PP_Instance instance)
    [all...]
  /external/chromium_org/ppapi/proxy/
flash_file_resource.cc 41 PP_Instance instance)
42 : PluginResource(connection, instance) {
53 int32_t FlashFileResource::OpenFile(PP_Instance /*instance*/,
60 int32_t FlashFileResource::RenameFile(PP_Instance /*instance*/,
74 int32_t FlashFileResource::DeleteFileOrDir(PP_Instance /*instance*/,
87 int32_t FlashFileResource::CreateDir(PP_Instance /*instance*/,
98 int32_t FlashFileResource::QueryFile(PP_Instance /*instance*/,
104 int32_t FlashFileResource::GetDirContents(PP_Instance /*instance*/,
133 void FlashFileResource::FreeDirContents(PP_Instance /*instance*/,
141 int32_t FlashFileResource::CreateTemporaryFile(PP_Instance /*instance*/,
    [all...]
gamepad_resource.h 29 // It's more convenient to do this as a resource, so the instance just
35 GamepadResource(Connection connection, PP_Instance instance);
42 virtual void Sample(PP_Instance instance,
net_address_resource.h 22 PP_Instance instance,
25 PP_Instance instance,
28 PP_Instance instance,
network_proxy_resource.cc 17 PP_Instance instance)
18 : PluginResource(connection, instance) {
30 PP_Instance /* instance */,
plugin_globals.cc 111 PP_Instance instance) {
113 // of the instance.
117 thunk::PPB_Instance_API* PluginGlobals::GetInstanceAPI(PP_Instance instance) {
118 PluginDispatcher* dispatcher = PluginDispatcher::GetForInstance(instance);
125 PP_Instance instance) {
126 PluginDispatcher* dispatcher = PluginDispatcher::GetForInstance(instance);
132 PP_Module PluginGlobals::GetModuleForInstance(PP_Instance instance) {
146 void PluginGlobals::LogWithSource(PP_Instance instance,
151 PluginDispatcher::LogWithSource(instance, level, fixed_up_source, value);
160 // for the "instance = 0" case
    [all...]
ppp_instance_private_proxy_unittest.cc 59 PP_Var GetInstanceObject(PP_Instance /*instance*/) {
90 // instance that PPP_Instance_Private uses.
91 PP_Bool DidCreate(PP_Instance /*instance*/, uint32_t /*argc*/,
94 // instance objects.
102 void DidDestroy(PP_Instance /*instance*/) {
103 // Decrement the reference count for our instance object. It should be
111 PP_Var CreateObject(PP_Instance /*instance*/,
151 // This test controls its own instance; we can't use the one that
173 // Initialize an Instance, so that the plugin-side machinery will work
189 // Call from the browser side to get the instance object
    [all...]
truetype_font_singleton_resource.h 29 TrueTypeFontSingletonResource(Connection connection, PP_Instance instance);
38 PP_Instance instance,
42 PP_Instance instance,
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_config_shared.h 30 PP_Instance instance,
37 PP_Instance instance,
51 PPB_AudioConfig_Shared(ResourceObjectType type, PP_Instance instance);
  /external/chromium_org/ppapi/tests/
test_platform_verification_private.cc 7 #include "ppapi/cpp/instance.h"
18 TestingInstance* instance)
19 : TestCase(instance) {}
  /external/chromium_org/ppapi/thunk/
ppb_buffer_thunk.cc 16 PP_Resource Create(PP_Instance instance, uint32_t size) {
17 EnterResourceCreation enter(instance);
20 return enter.functions()->CreateBuffer(instance, size);

Completed in 1139 milliseconds

<<31323334353637383940>>