HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 201 - 225 of 2394) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/browser/renderer_host/pepper/
content_browser_pepper_host_factory.cc 59 PP_Instance instance,
63 // Make sure the plugin is giving us a valid instance for this resource.
64 if (!host_->IsValidInstance(instance))
77 host_, instance, params.pp_resource(), file_system_type));
81 host_, instance, params.pp_resource()));
85 host_, instance, params.pp_resource()));
89 new PepperHostResolverMessageFilter(host_, instance, false));
91 host_->GetPpapiHost(), instance, params.pp_resource(),
103 host_, instance, params.pp_resource(), file_system, internal_path));
108 new PepperUDPSocketMessageFilter(host_, instance, false))
    [all...]
  /art/test/034-call-null/src/
Main.java 25 Main instance = null; local
26 instance.doStuff(0, null, null, null);
  /dalvik/tests/034-call-null/src/
Main.java 11 Main instance = null; local
13 instance.doStuff();
  /developers/samples/android/common/src/java/com/example/android/common/util/
Pools.java 53 * MyPooledClass instance = sPool.acquire();
54 * return (instance != null) ? instance : new MyPooledClass();
79 * @return An instance from the pool if available, null otherwise.
84 * Releases an instance to the pool. This marks the object as reusable
88 * @param instance The instance to release.
89 * @return True if the instance was put in the pool.
90 * @throws IllegalStateException If the instance is already in the pool.
92 public boolean release(T instance);
135 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
Pools.java 28 * MyPooledClass instance = sPool.acquire();
29 * return (instance != null) ? instance : new MyPooledClass();
53 * @return An instance from the pool if such, null otherwise.
58 * Release an instance to the pool.
60 * @param instance The instance to release.
61 * @return Whether the instance was put in the pool.
63 * @throws IllegalStateException If the instance is already in the pool.
65 public boolean release(T instance);
101 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
Pools.java 28 * MyPooledClass instance = sPool.acquire();
29 * return (instance != null) ? instance : new MyPooledClass();
53 * @return An instance from the pool if such, null otherwise.
58 * Release an instance to the pool.
60 * @param instance The instance to release.
61 * @return Whether the instance was put in the pool.
63 * @throws IllegalStateException If the instance is already in the pool.
65 public boolean release(T instance);
101 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc 27 return ChromeLauncherController::instance()->IsAppPinned(extension_id);
31 ChromeLauncherController::instance()->PinAppWithID(extension_id);
35 ChromeLauncherController::instance()->UnpinAppsWithID(extension_id);
39 return ChromeLauncherController::instance()->CanPin();
50 ChromeLauncherController::instance()->CreateNewIncognitoWindow();
52 ChromeLauncherController::instance()->CreateNewWindow();
57 ChromeLauncherController::instance()->ActivateApp(extension->id(),
64 ChromeLauncherController::instance()->LaunchApp(extension->id(),
  /external/chromium_org/chromeos/ime/
input_method_manager.cc 22 void InputMethodManager::Initialize(InputMethodManager* instance) {
24 g_input_method_manager = instance;
  /external/chromium_org/content/common/android/
surface_texture_peer.cc 28 void SurfaceTexturePeer::InitInstance(SurfaceTexturePeer* instance) {
30 g_instance_ = instance;
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.cc 19 SynchronousCompositorFactory* instance) {
25 g_instance = instance;
  /external/chromium_org/content/renderer/pepper/
ppb_x509_certificate_private_impl.h 22 PPB_X509Certificate_Private_Impl(PP_Instance instance);
23 static PP_Resource CreateResource(PP_Instance instance);
ppp_pdf.h 25 PP_Var (*GetLinkAtPosition)(PP_Instance instance,
29 void (*Transform)(PP_Instance instance, PP_PrivatePageTransformType type);
renderer_ppapi_host_impl.cc 33 RendererPpapiHost::GetForPPInstance(PP_Instance instance) {
34 return RendererPpapiHostImpl::GetForPPInstance(instance);
107 PepperPluginInstanceImpl* instance = local
109 if (!instance)
114 return instance->module()->renderer_ppapi_host();
119 PepperPluginInstanceImpl* instance) {
121 new PepperInProcessResourceCreation(this, instance));
125 PP_Instance instance) const {
126 return GetAndValidateInstance(instance);
134 PP_Instance instance) const
247 PepperPluginInstanceImpl* instance = local
    [all...]
  /external/chromium_org/ppapi/api/dev/
ppp_selection_dev.idl 20 PP_Var GetSelectedText([in] PP_Instance instance,
ppp_text_input_dev.idl 25 void RequestSurroundingText([in] PP_Instance instance,
ppp_video_capture_dev.idl 31 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,
ppp_widget_dev.idl 19 * Informs the instance that the given rectangle needs to be repainted.
21 void Invalidate([in] PP_Instance instance,
ppp_zoom_dev.idl 23 void Zoom([in] PP_Instance instance,
  /external/chromium_org/ppapi/api/
ppb_messaging.idl 9 * specific module instance.
21 * the DOM element associated with specific module instance.
26 * the DOM element for the given module instance. A call to PostMessage()
29 * @param[in] instance A <code>PP_Instance</code> identifying one instance
69 * The module instance then invokes PostMessage() as follows:
74 * PP_Var hello_var = ppb_var_interface->VarFromUtf8(instance,
77 * ppb_messaging_interface->PostMessage(instance, hello_var); // Copies var.
84 void PostMessage([in] PP_Instance instance, [in] PP_Var message);
ppb_text_input_controller.idl 53 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,
ppp_input_event.idl 25 * rules. So it is important that an instance respond accurately with whether
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,
ppp_messaging.idl 25 * 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/c/
ppb_console.h 48 * 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/
ppb_nacl_private.h 67 PP_ExternalPluginResult (*LaunchSelLdr)(PP_Instance instance,
79 * LaunchSelLdr wasn't called with the instance.
81 * initialized. PP_EXTERNAL_PLUGIN_ERROR_INSTANCE is returned if the instance
84 PP_ExternalPluginResult (*StartPpapiProxy)(PP_Instance instance);
110 int32_t (*EnsurePnaclInstalled)(PP_Instance instance,
120 PP_FileHandle (*CreateTemporaryFile)(PP_Instance instance);
134 int32_t (*GetNexeFd)(PP_Instance instance,
143 /* Report to the browser that translation of the pexe for |instance|
146 * must first have called GetNexeFd for the same instance. (The browser is
152 void (*ReportTranslationFinished)(PP_Instance instance, PP_Bool success)
    [all...]
  /external/chromium_org/ppapi/cpp/
mouse_cursor.cc 20 bool MouseCursor::SetCursor(const InstanceHandle& instance,
27 instance.pp_instance(), type, image.pp_resource(),

Completed in 545 milliseconds

1 2 3 4 5 6 7 891011>>