Searched refs:instance (Results 201 - 225 of 2104) sorted by relevance

1234567891011>>

/external/chromium_org/athena/content/
H A Dapp_registry_impl.cc34 AppRegistryImpl* instance = NULL; member in namespace:athena::__anon2111
72 DCHECK(!instance);
73 instance = new AppRegistryImpl();
78 DCHECK(instance);
79 return instance;
84 DCHECK(instance);
85 delete instance;
91 instance = NULL;
/external/chromium_org/chromeos/ime/
H A Dinput_method_manager.cc25 void InputMethodManager::Initialize(InputMethodManager* instance) { argument
27 g_input_method_manager = instance;
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dcontent_browser_pepper_host_factory.cc60 PP_Instance instance,
64 // Make sure the plugin is giving us a valid instance for this resource.
65 if (!host_->IsValidInstance(instance))
72 new PepperFileIOHost(host_, instance, params.pp_resource()));
82 host_, instance, params.pp_resource(), file_system_type));
86 new PepperGamepadHost(host_, instance, params.pp_resource()));
90 new PepperNetworkProxyHost(host_, instance, params.pp_resource()));
94 new PepperHostResolverMessageFilter(host_, instance, false));
97 instance,
110 host_, instance, param
57 CreateResourceHost( ppapi::host::PpapiHost* host, const ppapi::proxy::ResourceMessageCallParams& params, PP_Instance instance, const IPC::Message& message) argument
238 CreateAcceptedTCPSocket( PP_Instance instance, ppapi::TCPSocketVersion version, scoped_ptr<net::TCPSocket> socket) argument
252 CreateNewTCPSocket( PP_Instance instance, PP_Resource resource, ppapi::TCPSocketVersion version) argument
[all...]
/external/chromium_org/content/common/android/
H A Dsurface_texture_peer.cc28 void SurfaceTexturePeer::InitInstance(SurfaceTexturePeer* instance) { argument
30 g_instance_ = instance;
/external/chromium_org/content/renderer/android/
H A Dsynchronous_compositor_factory.cc19 SynchronousCompositorFactory* instance) {
25 g_instance = instance;
18 SetInstance( SynchronousCompositorFactory* instance) argument
/external/chromium_org/content/renderer/pepper/
H A Dhost_var_tracker.cc21 : instance(object_var->instance()->pp_instance()) {
26 HostVarTracker::V8ObjectVarKey::V8ObjectVarKey(PP_Instance instance, argument
28 : instance(instance),
35 if (instance == other.instance)
37 return instance < other.instance;
57 v8::HandleScope handle_scope(object_var->instance()
72 V8ObjectVarForV8Object(PP_Instance instance, v8::Handle<v8::Object> object) argument
81 GetLiveV8ObjectVarsForTest(PP_Instance instance) argument
95 MakeResourcePPVarFromMessage( PP_Instance instance, const IPC::Message& creation_message, int pending_renderer_id, int pending_browser_id) argument
113 PepperPluginInstanceImpl* instance = local
142 GetForV8Object( PP_Instance instance, v8::Handle<v8::Object> object) argument
155 TrackSharedMemoryHandle(PP_Instance instance, base::SharedMemoryHandle handle, uint32 size_in_bytes) argument
172 StopTrackingSharedMemoryHandle( int id, PP_Instance instance, base::SharedMemoryHandle* handle, uint32* size_in_bytes) argument
[all...]
/external/chromium_org/ppapi/api/dev/
H A Dppp_selection_dev.idl20 PP_Var GetSelectedText([in] PP_Instance instance,
H A Dppp_text_input_dev.idl25 void RequestSurroundingText([in] PP_Instance instance,
H A Dppp_video_capture_dev.idl31 void OnDeviceInfo([in] PP_Instance instance,
41 void OnStatus([in] PP_Instance instance,
52 void OnError([in] PP_Instance instance,
61 void OnBufferReady([in] PP_Instance instance,
H A Dppp_video_decoder_dev.idl30 * |instance| the plugin instance to which the callback is responding.
39 [in] PP_Instance instance,
50 * |instance| the plugin instance to which the callback is responding.
55 [in] PP_Instance instance,
65 * |instance| the plugin instance to which the callback is responding.
70 [in] PP_Instance instance,
79 * |instance| th
[all...]
H A Dppp_widget_dev.idl19 * Informs the instance that the given rectangle needs to be repainted.
21 void Invalidate([in] PP_Instance instance,
H A Dppp_zoom_dev.idl23 void Zoom([in] PP_Instance instance,
/external/chromium_org/ppapi/api/
H A Dppb_text_input_controller.idl53 void SetTextInputType([in] PP_Instance instance,
61 void UpdateCaretPosition([in] PP_Instance instance,
67 void CancelCompositionText([in] PP_Instance instance);
91 void UpdateSurroundingText([in] PP_Instance instance,
H A Dppp_input_event.idl25 * handler. So it is important that an instance respond accurately with
29 * event, typically the instance will be given focus. Returning false from
31 * the click will be given to a lower part of the page and your instance will
32 * not receive focus. This allows an instance to be partially transparent,
48 * handler) for mouse events. Otherwise, the instance will not receive focus
60 PP_Bool HandleInputEvent([in] PP_Instance instance,
H A Dppp_messaging.idl25 * is invoked on the DOM element for the module instance in JavaScript. Note
30 * @param[in] instance A <code>PP_Instance</code> identifying one instance
44 * the module instance on which it was invoked, with <code>message</code>
62 void HandleMessage([in] PP_Instance instance, [in] PP_Var message);
/external/chromium_org/ppapi/api/private/
H A Dppb_content_decryptor_private.idl32 [in] PP_Instance instance,
44 [in] PP_Instance instance,
58 [in] PP_Instance instance,
76 [in] PP_Instance instance,
108 [in] PP_Instance instance,
124 [in] PP_Instance instance,
140 [in] PP_Instance instance,
161 [in] PP_Instance instance,
175 [in] PP_Instance instance,
195 [in] PP_Instance instance,
[all...]
H A Dppb_ext_crx_file_system_private.idl28 int32_t Open([in] PP_Instance instance,
H A Dppb_input_event_private.idl31 * the plugin instance.
50 * @param[in] instance The <code>PP_Instance</code> of the instance requesting
53 void StartTrackingLatency([in] PP_Instance instance);
/external/chromium_org/ppapi/c/
H A Dppb_console.h48 * given plugin instance with the given logging level. The name of the plugin
52 void (*Log)(PP_Instance instance, PP_LogLevel level, struct PP_Var value);
63 void (*LogWithSource)(PP_Instance instance,
/external/chromium_org/ppapi/c/private/
H A Dppb_platform_verification_private.h46 * @pram[in] instance A <code>PP_Instance</code> identifying one instance of
53 PP_Resource (*Create)(PP_Instance instance);
94 int32_t (*ChallengePlatform)(PP_Resource instance,
H A Dppp_pdf.h25 PP_Var (*GetLinkAtPosition)(PP_Instance instance,
29 void (*Transform)(PP_Instance instance, PP_PrivatePageTransformType type);
/external/chromium_org/ppapi/cpp/
H A Dmouse_cursor.cc20 bool MouseCursor::SetCursor(const InstanceHandle& instance, argument
27 instance.pp_instance(), type, image.pp_resource(),
/external/chromium_org/ppapi/cpp/private/
H A Dfile_io_private.cc26 FileIO_Private::FileIO_Private(const InstanceHandle& instance) argument
27 : FileIO(instance) {
/external/chromium_org/ppapi/host/
H A Dmessage_filter_host.cc15 PP_Instance instance,
18 : ResourceHost(host, instance, resource) {
13 MessageFilterHost( PpapiHost* host, PP_Instance instance, PP_Resource resource, const scoped_refptr<ResourceMessageFilter>& message_filter) argument
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
H A Dnacl_ppapi_util.cc19 NaClPpapiPluginInstance::NaClPpapiPluginInstance(PP_Instance instance) argument
20 : pp::Instance(instance) {

Completed in 3182 milliseconds

1234567891011>>