HomeSort by relevance Sort by last modified time
    Searched full:instance (Results 301 - 325 of 17684) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
cloud_print_private_api.cc 20 CloudPrintTestsDelegate* CloudPrintTestsDelegate::instance() { function in class:extensions::CloudPrintTestsDelegate
44 if (CloudPrintTestsDelegate::instance()) {
45 CloudPrintTestsDelegate::instance()->SetupConnector(
77 CloudPrintTestsDelegate::instance() ?
78 CloudPrintTestsDelegate::instance()->GetHostName() :
99 if (CloudPrintTestsDelegate::instance()) {
100 SendResults(CloudPrintTestsDelegate::instance()->GetPrinters());
124 CloudPrintTestsDelegate::instance() ?
125 CloudPrintTestsDelegate::instance()->GetClientId() :
  /external/chromium_org/mojo/public/cpp/bindings/lib/
interface_impl_internal.h 32 explicit InterfaceImplState(InterfaceImplBase<Interface>* instance)
41 MOJO_DCHECK(instance);
42 stub_.set_sink(instance);
83 instance()->OnConnectionEstablished();
95 InterfaceImplBase<Interface>* instance() { function in class:mojo::internal::InterfaceImplState
100 // If the the instance is not bound to the pipe, the instance might choose
105 instance()->OnConnectionError();
111 delete instance();
  /external/chromium_org/ppapi/api/
ppb_mouse_lock.idl 8 * locking the target of mouse events to a specific module instance.
20 * single module instance and removing the cursor from view. This mode is
42 * @param[in] instance A <code>PP_Instance</code> identifying one instance
49 int32_t LockMouse([in] PP_Instance instance,
54 * movement again. This is an asynchronous operation. The module instance
58 * @param[in] instance A <code>PP_Instance</code> identifying one instance
61 void UnlockMouse([in] PP_Instance instance);
  /external/chromium_org/ppapi/c/
ppb_mouse_lock.h 22 * locking the target of mouse events to a specific module instance.
33 * single module instance and removing the cursor from view. This mode is
55 * @param[in] instance A <code>PP_Instance</code> identifying one instance
62 int32_t (*LockMouse)(PP_Instance instance,
66 * movement again. This is an asynchronous operation. The module instance
70 * @param[in] instance A <code>PP_Instance</code> identifying one instance
73 void (*UnlockMouse)(PP_Instance instance);
  /external/chromium_org/ppapi/cpp/
fullscreen.h 11 /// This file defines the API for handling transitions of a module instance to
23 /// @param[in] instance The instance with which this resource will be
25 explicit Fullscreen(const InstanceHandle& instance);
30 /// IsFullscreen() checks whether the module instance is currently in
33 /// @return <code>true</code> if the module instance is in fullscreen mode,
34 /// <code>false</code> if the module instance is not in fullscreen mode.
37 /// SetFullscreen() switches the module instance to and from fullscreen
56 /// GetScreenSize() gets the size of the screen in pixels. The module instance
  /external/chromium_org/ppapi/shared_impl/
test_globals.h 22 PP_Instance instance,
39 virtual void DidDeleteInstance(PP_Instance instance) OVERRIDE {}
40 virtual int TrackSharedMemoryHandle(PP_Instance instance,
46 PP_Instance instance,
64 virtual CallbackTracker* GetCallbackTrackerForInstance(PP_Instance instance)
66 virtual thunk::PPB_Instance_API* GetInstanceAPI(PP_Instance instance)
69 PP_Instance instance) OVERRIDE;
70 virtual PP_Module GetModuleForInstance(PP_Instance instance) OVERRIDE;
73 virtual void LogWithSource(PP_Instance instance,
  /external/chromium_org/ppapi/thunk/
ppb_truetype_font_dev_thunk.cc 21 int32_t GetFontFamilies(PP_Instance instance,
25 EnterInstanceAPI<PPB_TrueTypeFont_Singleton_API> enter(instance, callback);
29 instance,
34 int32_t GetFontsInFamily(PP_Instance instance,
39 EnterInstanceAPI<PPB_TrueTypeFont_Singleton_API> enter(instance, callback);
43 instance,
49 PP_Resource Create(PP_Instance instance,
52 EnterResourceCreation enter(instance);
55 return enter.functions()->CreateTrueTypeFont(instance, desc);
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_interface.cpp 12 #include "ppapi/cpp/instance.h"
75 // Skia's subclass of pp::Instance, our interface with the browser.
76 class SkiaInstance : public pp::Instance {
78 explicit SkiaInstance(PP_Instance instance) : pp::Instance(instance) {
102 virtual pp::Instance* CreateInstance(PP_Instance instance) {
103 return new SkiaInstance(instance);
  /external/clang/test/SemaObjC/
warn-direct-ivar-access.m 7 id _isTickledPink; // expected-error {{existing instance variable '_isTickledPink' for property 'isTickledPink'}}
22 _myMaster = _isTickledPink; // expected-warning {{instance variable '_myMaster' is being directly accessed}} \
23 // expected-warning {{instance variable '_isTickledPink' is being directly accessed}}
37 p->_isTickledPink = (*p)._myMaster; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}} \
38 // expected-warning {{instance variable '_myMaster' is being directly accessed}}
39 if (p->_myIntProp) // expected-warning {{instance variable '_myIntProp' is being directly accessed}}
40 p->_myIntProp = 0; // expected-warning {{instance variable '_myIntProp' is being directly accessed}}
41 return p->_isTickledPink; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}}
74 - (id) property_in_protocol { return _property_in_protocol; } // expected-warning {{instance variable '_property_in_protocol' is being directly accessed}}
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstBoolean.java 26 /** {@code non-null;} instance representing {@code false} */
29 /** {@code non-null;} instance representing {@code true} */
33 * Makes an instance for the given value. This will return an
34 * already-allocated instance.
37 * @return {@code non-null;} the appropriate instance
44 * Makes an instance for the given {@code int} value. This
45 * will return an already-allocated instance.
48 * @return {@code non-null;} the appropriate instance
61 * Constructs an instance. This constructor is private; use {@link #make}.
  /external/skia/platform_tools/nacl/src/
nacl_interface.cpp 12 #include "ppapi/cpp/instance.h"
75 // Skia's subclass of pp::Instance, our interface with the browser.
76 class SkiaInstance : public pp::Instance {
78 explicit SkiaInstance(PP_Instance instance) : pp::Instance(instance) {
102 virtual pp::Instance* CreateInstance(PP_Instance instance) {
103 return new SkiaInstance(instance);
  /frameworks/wilhelm/src/
sync.c 64 IObject *instance = (IObject *) thiz->mEngine.mInstances[i]; local
66 if (NULL == instance) {
70 object_lock_exclusive(instance);
71 unsigned attributesMask = instance->mAttributesMask;
72 instance->mAttributesMask = 0;
74 switch (IObjectToObjectID(instance)) {
77 object_unlock_exclusive(instance);
80 CAudioPlayer *audioPlayer = (CAudioPlayer *) instance;
87 object_unlock_exclusive(instance);
  /external/chromium-trace/trace-viewer/src/cc/
picture_test.js 18 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
19 var snapshot = instance.snapshots[0];
22 instance.wasDeleted(150);
29 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
30 var snapshot = instance.snapshots[0];
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
object_collection.js 38 var instance = new constructor(parent, id, category, name, creationTs);
39 var typeName = instance.typeName;
45 instancesOfTypeName.push(instance);
46 return instance;
114 var instance = this.getObjectInstanceAt(id, ts);
115 if (!instance)
117 return instance.getSnapshotAt(ts);
142 this.iterObjectInstances(function(instance) {
143 instance.preInitialize();
148 this.iterObjectInstances(function(instance) {
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_signal_registrar.h 45 glong Connect(gpointer instance, const gchar* detailed_signal,
48 glong ConnectAfter(gpointer instance, const gchar* detailed_signal,
51 // Disconnects all signal handlers connected to |instance|.
52 void DisconnectAll(gpointer instance);
64 glong ConnectInternal(gpointer instance, const gchar* detailed_signal,
  /external/chromium_org/components/pdf/renderer/
ppb_pdf_impl.h 20 // Returns whether printing is enabled for the plugin instance identified by
24 // Invokes the "Print" command for the plugin instance identified by
33 // Invokes the "Print" command for the given instance as if the user right
36 static bool InvokePrintingForInstance(PP_Instance instance);
40 // PPB_PDF_Impl instance.
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.cc 87 bool BrowserPpapiHostImpl::IsValidInstance(PP_Instance instance) const {
88 return instance_map_.find(instance) != instance_map_.end();
92 PP_Instance instance,
95 InstanceMap::const_iterator found = instance_map_.find(instance);
119 GURL BrowserPpapiHostImpl::GetDocumentURLForInstance(PP_Instance instance) {
120 InstanceMap::const_iterator found = instance_map_.find(instance);
126 GURL BrowserPpapiHostImpl::GetPluginURLForInstance(PP_Instance instance) {
127 InstanceMap::const_iterator found = instance_map_.find(instance);
139 PP_Instance instance,
141 DCHECK(instance_map_.find(instance) == instance_map_.end())
209 InstanceMap::iterator instance = instance_map_.begin(); local
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p_b___instance__1__0.html 15 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___instance__1__0.html#ae5b0da2fc0975c82213f687d96434625">BindGraphics</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> device)</td></tr>
16 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___instance__1__0.html#a1a7dc39b5aa46596c91299047c6ab8b2">IsFullFrame</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance)</td></tr>
19 <div class="textblock"><p>The PPB_Instance interface contains pointers to functions related to the module instance on a web page. </p>
21 <a class="anchor" id="ae5b0da2fc0975c82213f687d96434625"></a><!-- doxytag: member="PPB_Instance::BindGraphics" ref="ae5b0da2fc0975c82213f687d96434625" args=")(PP_Instance instance, PP_Resource device)" -->
26 <td class="memname"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(* <a class="el" href="struct_p_p_b___instance__1__0.html#ae5b0da2fc0975c82213f687d96434625">PPB_Instance::BindGraphics</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> device)</td>
32 <p>The contents of this device is what will be displayed in the instance's area on the web page. The device must be a 2D or a 3D device.</p>
33 <p>You can pass a <code>NULL</code> resource as the device parameter to unbind all devices from the given instance. The instance will then appear transparent. Re-binding the same device will return <code>PP_TRUE</code> and will do nothing.</p>
34 <p>Any previously-bound device will be released. It is an error to bind a device when it is already bound to another instance. If you want to move a device between instances, first unbind it from the old one, and then rebind it to the new one.</p>
38 <tr><td class="paramdir">[in]</td><td class="paramname">instance</td><td>A PP_Instance identifying one instance of a module. </td></tr
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p_b___instance__1__0.html 15 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___instance__1__0.html#ae5b0da2fc0975c82213f687d96434625">BindGraphics</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> device)</td></tr>
16 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___instance__1__0.html#a1a7dc39b5aa46596c91299047c6ab8b2">IsFullFrame</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance)</td></tr>
19 <div class="textblock"><p>The PPB_Instance interface contains pointers to functions related to the module instance on a web page. </p>
21 <a class="anchor" id="ae5b0da2fc0975c82213f687d96434625"></a><!-- doxytag: member="PPB_Instance::BindGraphics" ref="ae5b0da2fc0975c82213f687d96434625" args=")(PP_Instance instance, PP_Resource device)" -->
26 <td class="memname"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(* <a class="el" href="struct_p_p_b___instance__1__0.html#ae5b0da2fc0975c82213f687d96434625">PPB_Instance::BindGraphics</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> device)</td>
32 <p>The contents of this device is what will be displayed in the instance's area on the web page. The device must be a 2D or a 3D device.</p>
33 <p>You can pass a <code>NULL</code> resource as the device parameter to unbind all devices from the given instance. The instance will then appear transparent. Re-binding the same device will return <code>PP_TRUE</code> and will do nothing.</p>
34 <p>Any previously-bound device will be released. It is an error to bind a device when it is already bound to another instance. If you want to move a device between instances, first unbind it from the old one, and then rebind it to the new one.</p>
38 <tr><td class="paramdir">[in]</td><td class="paramname">instance</td><td>A PP_Instance identifying one instance of a module. </td></tr
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/
struct_p_p_b___instance__1__0.html 15 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___instance__1__0.html#ae5b0da2fc0975c82213f687d96434625">BindGraphics</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> device)</td></tr>
16 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___instance__1__0.html#a1a7dc39b5aa46596c91299047c6ab8b2">IsFullFrame</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance)</td></tr>
19 <div class="textblock"><p>The PPB_Instance interface contains pointers to functions related to the module instance on a web page. </p>
21 <a class="anchor" id="ae5b0da2fc0975c82213f687d96434625"></a><!-- doxytag: member="PPB_Instance::BindGraphics" ref="ae5b0da2fc0975c82213f687d96434625" args=")(PP_Instance instance, PP_Resource device)" -->
26 <td class="memname"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(* <a class="el" href="struct_p_p_b___instance__1__0.html#ae5b0da2fc0975c82213f687d96434625">PPB_Instance::BindGraphics</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> device)</td>
32 <p>The contents of this device is what will be displayed in the instance's area on the web page. The device must be a 2D or a 3D device.</p>
33 <p>You can pass a <code>NULL</code> resource as the device parameter to unbind all devices from the given instance. The instance will then appear transparent. Re-binding the same device will return <code>PP_TRUE</code> and will do nothing.</p>
34 <p>Any previously-bound device will be released. It is an error to bind a device when it is already bound to another instance. If you want to move a device between instances, first unbind it from the old one, and then rebind it to the new one.</p>
38 <tr><td class="paramdir">[in]</td><td class="paramname">instance</td><td>A PP_Instance identifying one instance of a module. </td></tr
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/socket/
echo_server.h 8 #include "ppapi/cpp/instance.h"
19 EchoServer(pp::Instance* instance, uint16_t port)
20 : instance_(instance),
38 pp::Instance* instance_;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
echo_server.h 8 #include "ppapi/cpp/instance.h"
21 EchoServer(pp::Instance* instance,
26 : instance_(instance),
53 pp::Instance* instance_;
  /external/chromium_org/ppapi/api/private/
ppp_instance_private.idl 24 * the given instance. Normally this will be a PPP_Class_Deprecated object
32 * @param[in] instance A PP_Instance identifying the instance from which the
33 * instance object is being requested.
36 PP_Var GetInstanceObject([in] PP_Instance instance);
  /external/chromium_org/ppapi/c/dev/
ppp_scrollbar_dev.h 33 * Informs the instance that the scrollbar's value has changed.
35 void (*ValueChanged)(PP_Instance instance,
39 * Informs the instance that the user has changed the system
42 void (*OverlayChanged)(PP_Instance instance,
50 void (*ValueChanged)(PP_Instance instance,
  /external/chromium_org/ppapi/c/private/
ppp_instance_private.h 40 * the given instance. Normally this will be a PPP_Class_Deprecated object
48 * @param[in] instance A PP_Instance identifying the instance from which the
49 * instance object is being requested.
52 struct PP_Var (*GetInstanceObject)(PP_Instance instance);

Completed in 1670 milliseconds

<<11121314151617181920>>