HomeSort by relevance Sort by last modified time
    Searched refs:enabled (Results 251 - 275 of 3270) sorted by null

<<11121314151617181920>>

  /hardware/intel/img/hwcomposer/common/observers/
VsyncEventObserver.h 35 bool control(bool enabled);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlContainer.java 33 public abstract void enableZoom(boolean enabled);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
c++0x_warning.h 34 enabled with the -std=c++11 or -std=gnu++11 compiler options.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
c++0x_warning.h 34 enabled with the -std=c++11 or -std=gnu++11 compiler options.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
c++0x_warning.h 34 enabled with the -std=c++11 or -std=gnu++11 compiler options.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 33 enabled with the -std=c++0x or -std=gnu++0x compiler options.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 33 enabled with the -std=c++0x or -std=gnu++0x compiler options.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 33 enabled with the -std=c++0x or -std=gnu++0x compiler options.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
c++0x_warning.h 33 enabled with the -std=c++0x or -std=gnu++0x compiler options.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
c++0x_warning.h 34 enabled with the -std=c++11 or -std=gnu++11 compiler options.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
c++0x_warning.h 34 enabled with the -std=c++11 or -std=gnu++11 compiler options.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
c++0x_warning.h 34 enabled with the -std=c++11 or -std=gnu++11 compiler options.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
c++0x_warning.h 34 enabled with the -std=c++11 or -std=gnu++11 compiler options.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
c++0x_warning.h 34 enabled with the -std=c++11 or -std=gnu++11 compiler options.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
c++0x_warning.h 34 enabled with the -std=c++11 or -std=gnu++11 compiler options.
c++14_warning.h 34 enabled with the -std=c++1y or -std=gnu++1y compiler options.
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsStatics.java 61 public static void setDataReductionProxyEnabled(boolean enabled) {
63 nativeSetDataReductionProxyEnabled(enabled);
82 private static native void nativeSetDataReductionProxyEnabled(boolean enabled);
  /external/chromium_org/ash/
ash_touch_exploration_manager_chromeos.cc 86 bool enabled = delegate->IsSpokenFeedbackEnabled(); local
88 if (enabled && !touch_exploration_controller_.get()) {
91 } else if (!enabled) {
  /external/chromium_org/chrome/browser/android/accessibility/
font_size_prefs_android.h 24 virtual void OnChangeForceEnableZoom(bool enabled) = 0;
32 void SetForceEnableZoom(JNIEnv* env, jobject obj, jboolean enabled);
68 virtual void OnChangeForceEnableZoom(bool enabled) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.cc 201 // Set a flag to tell ChromeVox that it's just been enabled,
202 // so that it won't interrupt our speech feedback enabled message.
248 bool enabled,
251 enabled(enabled),
257 bool enabled,
261 enabled(enabled),
431 void AccessibilityManager::EnableLargeCursor(bool enabled) {
436 pref_service->SetBoolean(prefs::kAccessibilityLargeCursorEnabled, enabled);
444 const bool enabled = local
500 const bool enabled = local
536 const bool enabled = profile_->GetPrefs()->GetBoolean( local
666 const bool enabled = profile_->GetPrefs()->GetBoolean( local
732 bool enabled = local
789 const bool enabled = profile_->GetPrefs()->GetBoolean( local
    [all...]
  /external/chromium_org/chrome/browser/policy/
javascript_policy_handler.cc 62 bool enabled = true; local
64 javascript_enabled->GetAsBoolean(&enabled) &&
65 !enabled) {
  /external/chromium_org/chrome/browser/profiles/
incognito_mode_policy_handler.cc 26 int int_value = IncognitoModePrefs::ENABLED;
67 int int_value = IncognitoModePrefs::ENABLED;
80 bool enabled = true; local
81 if (deprecated_enabled->GetAsBoolean(&enabled)) {
84 enabled ? IncognitoModePrefs::ENABLED : IncognitoModePrefs::DISABLED);
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_bubble_model.cc 73 void SpellingBubbleModel::SetPref(bool enabled) {
76 pref->SetBoolean(prefs::kSpellCheckUseSpellingService, enabled);
78 pref->SetBoolean(prefs::kEnableAutoSpellCorrect, enabled);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
console_tts.js 20 * True if the console TTS is enabled by the user.
74 * Sets the enabled bit.
75 * @param {boolean} enabled The new enabled bit.
77 cvox.ConsoleTts.prototype.setEnabled = function(enabled) {
78 this.enabled_ = enabled;
  /external/chromium_org/components/search_engines/
default_search_pref_test_util.h 20 bool enabled,
35 bool enabled,
47 enabled, name, keyword, search_url, suggest_url, icon_url,

Completed in 444 milliseconds

<<11121314151617181920>>