HomeSort by relevance Sort by last modified time
    Searched refs:Disable (Results 126 - 150 of 199) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 278 * @param {boolean} disabled Whether to disable controls.
319 // Disable controls before starting animation.
837 * Disable Add users button if said.
838 * @param {boolean} disable true to disable
840 DisplayManager.updateAddUserButtonStatus = function(disable) {
841 $('add-user-button').disabled = disable;
843 disable ? 'add' : 'remove']('button-restricted');
844 $('add-user-button').title = disable ?
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 129 void GLES2InterfaceStub::Disable(GLenum /* cap */) {
gles2_cmd_helper_autogen.h 392 void Disable(GLenum cap) {
393 gles2::cmds::Disable* c = GetCmdSpace<gles2::cmds::Disable>();
    [all...]
gles2_trace_implementation_impl_autogen.h 228 void GLES2TraceImplementation::Disable(GLenum cap) {
229 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Disable");
230 gl_->Disable(cap);
    [all...]
gles2_implementation_autogen.h 110 virtual void Disable(GLenum cap) OVERRIDE;
gles2_implementation_unittest.cc     [all...]
gles2_interface_autogen.h 67 virtual void Disable(GLenum cap) = 0;
gles2_interface_stub_autogen.h 71 virtual void Disable(GLenum cap) OVERRIDE;
gles2_trace_implementation_autogen.h 71 virtual void Disable(GLenum cap) OVERRIDE;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
ribbon.js 85 * Disable ribbon.
87 Ribbon.prototype.disable = function() {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 344 overscroll_effect_->Disable();
926 overscroll_effect_->Disable();
935 // Disable edge effects for axes on which scrolling is impossible.
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 136 # Disable DOS PATH warning when using Cygwin based NaCl tools on Windows.
  /external/chromium/chrome/browser/
browser_process_impl.cc     [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc 182 // Determine if we should disable IPv6 support.
184 // Disable IPv6 probing.
735 trial->Disable();
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 106 void (*Disable)(PP_Resource context, GLenum cap);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 264 void (GLAPIENTRY * Disable)(GLenum);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 51 DisableDebugInfoPrinting("disable-debug-info-print", cl::Hidden,
52 cl::desc("Disable debug info printing"));
73 Disable
82 clEnumVal(Disable, "Disabled"), clEnumValEnd),
90 clEnumVal(Disable, "Disabled"), clEnumValEnd),
98 clEnumVal(Disable, "Disabled"), clEnumValEnd),
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 264 void (GLAPIENTRY * Disable)(GLenum);
  /external/chromium/chrome/browser/resources/ntp/
apps.js 117 // Disable the animations when the app launcher is being (re)initailized.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 415 // Enable/Disable buttons according to checkbox change.
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 247 // We shouldn't have to call Disable() here. DeleteChannel() should call
249 // inside WebRTC and remove the Disable() call bellow. This work is
252 Disable();
280 bool Disable() {
560 // Disable the DTMF playout when a tone is sent.
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 95 Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, by
465 "Texturing is enabled or disabled using the generic Enable and Disable
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 95 Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, by
465 "Texturing is enabled or disabled using the generic Enable and Disable
    [all...]
  /external/openssh/contrib/redhat/
openssh.spec 11 # Do we want to disable building of x11-askpass? (1=yes 0=no)
14 # Do we want to disable building of gnome-askpass? (1=yes 0=no)
533 - disable the gssapi patch
682 - Disable the built-in MD5 password support. We're using PAM.

Completed in 1720 milliseconds

1 2 3 4 56 7 8