/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
mount_node_mock.h | 23 MOCK_METHOD0(Destroy, void());
|
/external/chromium_org/net/disk_cache/ |
trace.h | 18 // Create and destroy the tracing buffer.
|
/external/chromium_org/remoting/host/plugin/ |
host_log_handler.h | 17 // These should be called from the plugin init/destroy methods so that they
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Animation/ |
balls-composited-transform.html | 175 function destroy() 181 this.destroy = destroy; 189 particles[i].destroy();
|
balls-javascript.html | 121 function destroy() 150 this.destroy = destroy; 157 particles[i].destroy();
|
balls-keyframe-animations.html | 172 function destroy() 178 this.destroy = destroy; 186 particles[i].destroy();
|
balls-transition-10-properties.html | 108 function destroy() 153 this.destroy = destroy; 160 particles[i].destroy();
|
balls-transition-20-properties.html | 108 function destroy() 153 this.destroy = destroy; 160 particles[i].destroy();
|
balls-transition-40-properties.html | 108 function destroy() 153 this.destroy = destroy; 160 particles[i].destroy();
|
balls-transition-all.html | 108 function destroy() 153 this.destroy = destroy; 160 particles[i].destroy();
|
balls-transitions.html | 108 function destroy() 153 this.destroy = destroy; 160 particles[i].destroy();
|
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/ |
TranslatorManager.java | 36 * initialization time and destroyed using the {@link destroy()} method when 101 public void destroy() { method in class:TranslatorManager 103 mHandler.destroy(); 233 public void destroy() { method in class:TranslatorManager.TranslatorManagerHandler
|
/external/chromium_org/third_party/libva/va/wayland/ |
va_wayland_private.h | 37 VADisplayContextDestroyFunc destroy; member in struct:va_wayland_context
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_device.c | 123 stw_dev->stapi->destroy(stw_dev->stapi); 175 stw_dev->stapi->destroy(stw_dev->stapi); 177 stw_dev->screen->destroy(stw_dev->screen); 179 /* glapi is statically linked: we can call the local destroy function. */
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/ |
i915_drm_winsys.c | 61 idws->base.destroy = i915_drm_winsys_destroy;
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
string_to_uint_map.cpp | 26 * \brief Dumb wrapprs so that C code can create and destroy maps.
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/gl/ |
SurfaceTexturePlatformWrapper.java | 29 private static void destroy(SurfaceTexture surfaceTexture) { method in class:SurfaceTexturePlatformWrapper
|
/external/chromium_org/ui/base/android/ |
window_android.h | 25 void Destroy(JNIEnv* env, jobject obj);
|
/external/chromium_org/ui/base/gtk/ |
focus_store_gtk.cc | 42 destroy_handler_id_ = g_signal_connect(widget_, "destroy",
|
/external/chromium_org/ui/gfx/ |
gtk_preserve_window.cc | 21 // If true, don't create/destroy windows on realize/unrealize. 50 object_class->destroy = gtk_preserve_window_destroy; 77 // If the window is preserved, someone else must destroy it. 83 GTK_OBJECT_CLASS(gtk_preserve_window_parent_class)->destroy(object);
|
/external/chromium_org/ui/gl/ |
gl_context_egl.h | 29 virtual void Destroy() OVERRIDE;
|
gl_surface_cgl.h | 38 virtual void Destroy() OVERRIDE;
|
gl_surface_nsview.h | 24 virtual void Destroy() OVERRIDE;
|
gl_surface_osmesa.h | 23 virtual void Destroy() OVERRIDE;
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
NullContext.java | 89 listener.destroy(); 142 public void destroy(boolean waitFor){ method in class:NullContext 188 public void destroy(){ method in class:NullContext 189 destroy(false);
|