HomeSort by relevance Sort by last modified time
    Searched defs:Disable (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/
power_save_blocker_common.cc 17 Disable();
28 void PowerSaveBlocker::Disable() {
  /external/chromium/chrome/browser/chromeos/
audio_handler.cc 27 // A flag to disable mixer.
101 void AudioHandler::Disable() {
  /external/chromium/base/synchronization/
waitable_event_posix.cc 133 void Disable() {
191 // Disable which makes sw::Fire return false.
192 sw.Disable();
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
TechniqueDef.java 59 * Disable light-based rendering
61 Disable,
94 Disable,
109 private LightMode lightMode = LightMode.Disable;
110 private ShadowMode shadowMode = ShadowMode.Disable;
373 oc.write(lightMode, "lightMode", LightMode.Disable);
374 oc.write(shadowMode, "shadowMode", ShadowMode.Disable);
390 lightMode = ic.readEnum("lightMode", LightMode.class, LightMode.Disable);
391 shadowMode = ic.readEnum("shadowMode", ShadowMode.class, ShadowMode.Disable);
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 155 CrashRecoveryContext::Disable();
170 // Because the Enable and Disable calls are static, it means that
193 void CrashRecoveryContext::Disable() {
222 // simply disable crash recovery and raise the signal again.
240 // Disable crash recovery and raise the signal again. The assumption here is
244 // This call of Disable isn't thread safe, but it doesn't actually matter.
245 CrashRecoveryContext::Disable();
281 void CrashRecoveryContext::Disable() {
  /external/v8/src/
compilation-cache.cc 502 void CompilationCache::Disable() {
serialize.h 476 static void Disable() { serialization_enabled_ = false; }
  /external/chromium/chrome/browser/instant/
instant_controller.cc 112 void InstantController::Disable(Profile* profile) {

Completed in 102 milliseconds