HomeSort by relevance Sort by last modified time
    Searched refs:enabled (Results 1 - 25 of 1731) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/net/
url_request_mock_util.h 13 void SetUrlRequestMocksEnabled(bool enabled);
  /external/chromium_org/gpu/command_buffer/client/
client_context_state_impl_autogen.h 28 bool enabled,
33 if (enable_flags.blend != enabled) {
35 enable_flags.blend = enabled;
39 if (enable_flags.cull_face != enabled) {
41 enable_flags.cull_face = enabled;
45 if (enable_flags.depth_test != enabled) {
47 enable_flags.depth_test = enabled;
51 if (enable_flags.dither != enabled) {
53 enable_flags.dither = enabled;
57 if (enable_flags.polygon_offset_fill != enabled) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebSettingsImpl.cpp 74 void WebSettingsImpl::setForceZeroLayoutHeight(bool enabled)
76 m_settings->setForceZeroLayoutHeight(enabled);
79 void WebSettingsImpl::setFullscreenSupported(bool enabled)
81 m_settings->setFullscreenSupported(enabled);
164 void WebSettingsImpl::setTextAutosizingEnabled(bool enabled)
166 m_inspectorController->setTextAutosizingEnabled(enabled);
174 void WebSettingsImpl::setAccessibilityEnabled(bool enabled)
176 m_settings->setAccessibilityEnabled(enabled);
179 void WebSettingsImpl::setInlineTextBoxAccessibilityEnabled(bool enabled)
181 m_settings->setInlineTextBoxAccessibilityEnabled(enabled);
    [all...]
  /external/chromium_org/chrome/browser/
command_observer.h 12 // Notifies the observer that the enabled state has changed for the
14 virtual void EnabledStateChangedForCommand(int id, bool enabled) = 0;
  /external/chromium_org/chrome/browser/drive/
drive_notification_observer.h 17 // Called when XMPP-based push notification is enabled or disabled.
18 virtual void OnPushNotificationEnabled(bool enabled) {}
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_proxy_info.cc 9 CloudPrintProxyInfo::CloudPrintProxyInfo() : enabled(false) {
cloud_print_proxy_info.h 17 bool enabled; member in struct:cloud_print::CloudPrintProxyInfo
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
AbstractTrack.java 23 private boolean enabled = true; field in class:AbstractTrack
29 return enabled;
44 public void setEnabled(boolean enabled) {
45 this.enabled = enabled;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.idl 31 [RaisesException] void setMockScrollbarsEnabled(boolean enabled);
32 [RaisesException] void setMockGestureTapHighlightsEnabled(boolean enabled);
40 [RaisesException] void setTextAutosizingEnabled(boolean enabled);
45 [RaisesException] void setImagesEnabled(boolean enabled);
47 [RaisesException] void setViewportEnabled(boolean enabled);
55 [RaisesException] void setLayerSquashingEnabled(boolean enabled);
60 void setAuthorShadowDOMForAnyElementEnabled(boolean enabled);
61 void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
62 void setOverlayScrollbarsEnabled(boolean enabled);
63 void setExperimentalContentSecurityPolicyFeaturesEnabled(boolean enabled);
    [all...]
  /external/libselinux/src/
enabled.c 16 int enabled = 0; local
21 * selinux is enabled. */
25 * enabled. If getcon fails, selinux is still enabled.
27 enabled = 1;
30 enabled = 0;
33 return enabled;
43 enabled = 1;
52 * selinux enabled. If getcon fails, selinux is still
53 * enabled. We only consider it disabled if no policy is loaded. *
75 int fd, ret, enabled = 0; local
    [all...]
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_factory.h 49 // The default is |enabled() == true|.
50 void set_enabled(bool enabled);
52 // Returns true if the DHCP WPAD feature is enabled. Always returns
54 bool enabled() const;
dhcp_proxy_script_fetcher_factory.cc 36 void DhcpProxyScriptFetcherFactory::set_enabled(bool enabled) {
38 feature_enabled_ = enabled;
42 bool DhcpProxyScriptFetcherFactory::enabled() const { function in class:net::DhcpProxyScriptFetcherFactory
  /external/chromium_org/chrome/browser/metrics/
metrics_reporting_state.h 12 // Initiates a change to metrics reporting state to the new value of |enabled|.
19 bool enabled,
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyGuard.java 27 final boolean enabled; field in class:MyGuard
30 enabled = state;
34 if (!enabled) {
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwDevToolsServer.java 26 public void setRemoteDebuggingEnabled(boolean enabled) {
27 nativeSetRemoteDebuggingEnabled(mNativeDevToolsServer, enabled);
32 private native void nativeSetRemoteDebuggingEnabled(long devToolsServer, boolean enabled);
  /external/chromium_org/remoting/protocol/
clipboard_filter.h 17 // |clipboard_stub|. ClipboardFilters initially have event forwarding enabled.
28 void set_enabled(bool enabled) { enabled_ = enabled; }
29 bool enabled() const { return enabled_; } function in class:remoting::protocol::ClipboardFilter
input_filter.h 17 // initially have input forwarding enabled.
30 void set_enabled(bool enabled) {
31 enabled_ = enabled;
33 bool enabled() const { function in class:remoting::protocol::InputFilter
  /external/chromium_org/third_party/webrtc/
experiments.h 25 AimdRemoteRateControl() : enabled(false) {}
27 : enabled(set_enabled) {}
30 const bool enabled; member in struct:webrtc::AimdRemoteRateControl
  /external/chromium_org/chrome/browser/ui/cocoa/
command_observer_bridge.h 21 // delivered via -enabledStateChangedForCommand:enabled:. Destroying this
37 bool enabled) OVERRIDE;
47 - (void)enabledStateChangedForCommand:(NSInteger)command enabled:(BOOL)enabled;
  /external/chromium_org/ash/
accessibility_delegate.h 34 // Returns true if spoken feedback is enabled.
40 // Returns true if high contrast mode is enabled.
44 virtual void SetMagnifierEnabled(bool enabled) = 0;
49 // Returns true if the screen magnifier is enabled.
56 virtual void SetLargeCursorEnabled(bool enabled) = 0;
58 // Returns ture if Large Cursor is enabled.
62 virtual void SetAutoclickEnabled(bool enabled) = 0;
64 // Returns if autoclick is enabled or not.
68 virtual void SetVirtualKeyboardEnabled(bool enabled) = 0;
70 // Returns if the a11y virtual keyboard is enabled
    [all...]
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_util.h 14 void EnableVirtualKeyboard(bool enabled);
16 // Returns true if the Virtual Keyboard is enabled, or false if not.
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_basic_info.h 17 // |enabled| is injected for easier testing.
19 bool enabled,
  /external/chromium_org/content/public/renderer/
media_stream_sink.h 22 virtual void OnEnabledChanged(bool enabled) {}
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64.s 8 clo $11,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 dclz $s0,$25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 deret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 jr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 jalr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 jalr.hb $4, $5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 madd $s6,$13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 madd $zero,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]
  /external/llvm/test/MC/Mips/mips4/
invalid-mips64r2.s 8 clo $t3,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 dclz $s0,$t9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 deret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 di $s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
    [all...]

Completed in 1239 milliseconds

1 2 3 4 5 6 7 8 91011>>