Searched refs:instance (Results 76 - 100 of 2104) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/api/private/
H A Dppb_flash_fullscreen.idl18 * Checks whether the plugin instance is currently in fullscreen mode.
21 [in] PP_Instance instance);
29 [in] PP_Instance instance,
33 * Switches the plugin instance to/from fullscreen mode. Returns PP_TRUE on
45 [in] PP_Instance instance,
49 * Gets the size of the screen in pixels. When going fullscreen, the instance
53 [in] PP_Instance instance,
H A Dppb_flash_print.idl20 * Invokes printing on the given plugin instance.
22 void InvokePrinting([in] PP_Instance instance);
H A Dppp_instance_private.idl24 * 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/
H A Dppb_text_input_dev.h78 void (*SetTextInputType)(PP_Instance instance, PP_TextInput_Type_Dev type);
84 void (*UpdateCaretPosition)(PP_Instance instance,
90 void (*CancelCompositionText)(PP_Instance instance);
114 void (*UpdateSurroundingText)(PP_Instance instance,
125 void (*SelectionChanged)(PP_Instance instance);
131 void (*SetTextInputType)(PP_Instance instance, PP_TextInput_Type_Dev type);
132 void (*UpdateCaretPosition)(PP_Instance instance,
135 void (*CancelCompositionText)(PP_Instance instance);
H A Dppb_zoom_dev.h39 void (*ZoomChanged)(PP_Instance instance, double factor);
43 void (*ZoomLimitsChanged)(PP_Instance instance,
H A Dppp_video_capture_dev.h47 void (*OnDeviceInfo)(PP_Instance instance,
56 void (*OnStatus)(PP_Instance instance,
66 void (*OnError)(PP_Instance instance,
74 void (*OnBufferReady)(PP_Instance instance,
H A Dppp_video_decoder_dev.h48 * |instance| the plugin instance to which the callback is responding.
55 void (*ProvidePictureBuffers)(PP_Instance instance,
65 * |instance| the plugin instance to which the callback is responding.
69 void (*DismissPictureBuffer)(PP_Instance instance,
78 * |instance| the plugin instance to which the callback is responding.
82 void (*PictureReady)(PP_Instance instance,
90 * |instance| th
[all...]
H A Dppp_scrollbar_dev.h33 * 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/
H A Dppb_instance.h24 * the module instance on a web page.
34 * related to the module instance on a web page.
39 * The contents of this device is what will be displayed in the instance's
43 * unbind all devices from the given instance. The instance will then appear
48 * a device when it is already bound to another instance. If you want
55 * @param[in] instance A PP_Instance identifying one instance of a module.
61 * instance, so the caller can release its reference if it chooses.
63 PP_Bool (*BindGraphics)(PP_Instance instance, PP_Resourc
[all...]
H A Dppb_mouse_lock.h22 * 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);
H A Dppb_text_input_controller.h79 void (*SetTextInputType)(PP_Instance instance, PP_TextInput_Type type);
85 void (*UpdateCaretPosition)(PP_Instance instance,
90 void (*CancelCompositionText)(PP_Instance instance);
113 void (*UpdateSurroundingText)(PP_Instance instance,
H A Dppb_fullscreen.h23 * handling transitions of a module instance to and from fullscreen mode.
38 * IsFullscreen() checks whether the module instance is currently in
41 * @param[in] instance A <code>PP_Instance</code> identifying one instance
44 * @return <code>PP_TRUE</code> if the module instance is in fullscreen mode,
45 * <code>PP_FALSE</code> if the module instance is not in fullscreen mode.
47 PP_Bool (*IsFullscreen)(PP_Instance instance);
49 * SetFullscreen() switches the module instance to and from fullscreen
61 * @param[in] instance A <code>PP_Instance</code> identifying one instance
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppp_printing_proxy.cc23 bool HasPrintingPermission(PP_Instance instance) { argument
24 Dispatcher* dispatcher = HostDispatcher::GetForInstance(instance);
30 uint32_t QuerySupportedFormats(PP_Instance instance) { argument
31 if (!HasPrintingPermission(instance))
34 HostDispatcher::GetForInstance(instance)->Send(
36 instance, &result));
40 int32_t Begin(PP_Instance instance, argument
42 if (!HasPrintingPermission(instance))
50 HostDispatcher::GetForInstance(instance)->Send(
51 new PpapiMsg_PPPPrinting_Begin(API_ID_PPP_PRINTING, instance,
56 PrintPages(PP_Instance instance, const PP_PrintPageNumberRange_Dev* page_ranges, uint32_t page_range_count) argument
81 End(PP_Instance instance) argument
88 IsScalingDisabled(PP_Instance instance) argument
150 OnPluginMsgQuerySupportedFormats(PP_Instance instance, uint32_t* result) argument
160 OnPluginMsgBegin(PP_Instance instance, const std::string& settings_string, int32_t* result) argument
174 OnPluginMsgPrintPages( PP_Instance instance, const std::vector<PP_PrintPageNumberRange_Dev>& pages, HostResource* result) argument
195 OnPluginMsgEnd(PP_Instance instance) argument
200 OnPluginMsgIsScalingDisabled(PP_Instance instance, bool* result) argument
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dppb_message_loop_shared.cc9 MessageLoopShared::MessageLoopShared(PP_Instance instance) argument
10 : Resource(OBJECT_IS_PROXY, instance) {}
/external/chromium_org/ui/base/touch/
H A Dtouch_editing_controller.cc22 TouchSelectionControllerFactory* instance) {
23 g_shared_instance = instance;
21 SetInstance( TouchSelectionControllerFactory* instance) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricForMaps.java13 public static ShadowGeoPoint shadowOf(GeoPoint instance) { argument
14 return (ShadowGeoPoint) Robolectric.shadowOf_(instance);
17 public static ShadowMapView shadowOf(MapView instance) { argument
18 return (ShadowMapView) Robolectric.shadowOf_(instance);
21 public static ShadowMapController shadowOf(MapController instance) { argument
22 return (ShadowMapController) Robolectric.shadowOf_(instance);
25 public static ShadowItemizedOverlay shadowOf(ItemizedOverlay instance) { argument
26 return (ShadowItemizedOverlay) Robolectric.shadowOf_(instance);
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DUserRequest.java29 private static UserRequest instance = new UserRequest(); field in class:UserRequest
32 return instance;
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dheap_instance_track.css6 .heap-instance-track {
10 .heap-instance-track ul {
/external/chromium_org/native_client_sdk/src/examples/tutorial/multi_platform/
H A Dmulti_platform.cc5 #include "ppapi/cpp/instance.h"
11 explicit Instance(PP_Instance instance) : pp::Instance(instance) {} argument
25 virtual pp::Instance* CreateInstance(PP_Instance instance) { argument
26 return new Instance(instance);
/external/chromium_org/ppapi/api/
H A Dppb_instance.idl9 * the module instance on a web page.
20 * related to the module instance on a web page.
25 * The contents of this device is what will be displayed in the instance's
29 * unbind all devices from the given instance. The instance will then appear
34 * a device when it is already bound to another instance. If you want
41 * @param[in] instance A PP_Instance identifying one instance of a module.
47 * instance, so the caller can release its reference if it chooses.
50 [in] PP_Instance instance,
[all...]
H A Dppb_mouse_lock.idl8 * 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);
H A Dppp_instance.idl25 * DidCreate() is a creation handler that is called when a new instance is
30 * your module associates with an instance and creating a mapping from the
33 * identify which instance the call pertains to.
35 * It's possible for more than one instance to be created in a single module.
38 * multiple states associated with each instance.
41 * the instance will be deleted.
43 * @param[in] instance A new <code>PP_Instance</code> identifying one
44 * instance of a module. This is an opaque handle.
64 /* A PP_Instance identifying one instance of a module. */
65 [in] PP_Instance instance,
[all...]
/external/chromium_org/ppapi/examples/stub/
H A Dstub.cc5 #include "ppapi/cpp/instance.h"
13 explicit MyInstance(PP_Instance instance) : pp::Instance(instance) {} argument
29 virtual pp::Instance* CreateInstance(PP_Instance instance) { argument
30 return new MyInstance(instance);
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dtraffic_control_win.cc20 TrafficControlWindows* TrafficControlWindows::instance = NULL; member in class:webrtc::test::TrafficControlWindows
30 if(instance != NULL)
38 return instance;
43 instance = new TrafficControlWindows(id);
44 if(instance == NULL)
51 instance->tcRegister = NULL;
52 instance->tcDeregister = NULL;
54 instance->tcEnumerate = NULL;
55 instance->tcOpenInterface = NULL;
56 instance
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_URLConnector.java32 private URLConnection instance; field in class:Support_URLConnector
40 instance = new URL(address).openConnection();
45 ((HttpURLConnection) instance).disconnect();
53 if (instance == null) {
57 return instance.getInputStream();
61 if (instance == null) {
64 instance.setDoOutput(true);
65 ((HttpURLConnection) instance).setRequestMethod("POST");
67 return instance.getOutputStream();
75 instance
[all...]

Completed in 458 milliseconds

1234567891011>>