HomeSort by relevance Sort by last modified time
    Searched full:enabled (Results 101 - 125 of 4969) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/
ContextMenuItem.h 182 enabled(true)
190 bool enabled; member in struct:WebCore::PlatformMenuItemDescription
200 enabled(true)
208 bool enabled; member in struct:WebCore::PlatformMenuItemDescription
218 , enabled(true) { }
223 bool enabled; member in struct:WebCore::PlatformMenuItemDescription
233 ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, bool enabled, bool checked);
247 bool enabled() const;
257 ContextMenuItem(ContextMenuAction, const String&, bool enabled, bool checked, const Vector<ContextMenuItem>& subMenuItems);
272 ContextMenuItem(ContextMenuAction, const String&, bool enabled, bool checked, Vector<ContextMenuItem>& submenuItems)
    [all...]
  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 56 public boolean enabled = true; field in class:ComponentInfo
74 enabled = orig.enabled;
103 * Return whether this component and its enclosing application are enabled.
106 return enabled && applicationInfo.enabled;
122 pw.println(prefix + "enabled=" + enabled + " exported=" + exported
144 dest.writeInt(enabled ? 1 : 0);
153 enabled = (source.readInt() != 0)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 46 public boolean enabled; field in class:GalleryActionBar.ActionItem
52 public ActionItem(int action, boolean applied, boolean enabled, int title,
54 this(action, applied, enabled, title, title, clusterBy);
57 public ActionItem(int action, boolean applied, boolean enabled, int spinnerTitle,
60 this.enabled = enabled;
133 if (item.enabled && item.visible) {
142 public void setClusterItemEnabled(int id, boolean enabled) {
145 item.enabled = enabled;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
ModePicker.java 137 private void enableModeSelection(boolean enabled) {
139 mSelectionEnabled = enabled;
141 mModeSelectionFrame.startAnimation(enabled ? mFadeIn : mFadeOut);
142 if (enabled) {
202 public void setEnabled(boolean enabled) {
203 super.setEnabled(enabled);
206 if (mCurrentModeFrame != null) mCurrentModeFrame.setEnabled(enabled);
207 mModeSelectionFrame.setEnabled(enabled);
211 mModeSelectionIcon[i].setEnabled(enabled);
212 if (mCurrentModeFrame != null) mCurrentModeIcon[i].setEnabled(enabled);
    [all...]
  /external/chromium/chrome/browser/resources/
crashes.js 16 * @param {boolean} enabled Whether or not crash reporting is enabled.
20 function updateCrashList(enabled, crashes, version) {
26 $('enabledMode').hidden = !enabled;
27 $('disabledMode').hidden = enabled;
29 if (!enabled)
  /external/chromium/third_party/libjingle/source/talk/base/
firewallsocketserver.h 62 void set_udp_sockets_enabled(bool enabled) { udp_sockets_enabled_ = enabled; }
63 void set_tcp_sockets_enabled(bool enabled) { tcp_sockets_enabled_ = enabled; }
65 void set_tcp_listen_enabled(bool enabled) { tcp_listen_enabled_ = enabled; }
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPreferencesPrivate.h 100 WK_EXPORT void WKPreferencesSetWebArchiveDebugModeEnabled(WKPreferencesRef preferences, bool enabled);
104 WK_EXPORT void WKPreferencesSetLocalFileContentSniffingEnabled(WKPreferencesRef preferences, bool enabled);
108 WK_EXPORT void WKPreferencesSetPageCacheEnabled(WKPreferencesRef preferences, bool enabled);
112 WK_EXPORT void WKPreferencesSetPaginateDuringLayoutEnabled(WKPreferencesRef preferences, bool enabled);
116 WK_EXPORT void WKPreferencesSetDOMPasteAllowed(WKPreferencesRef preferences, bool enabled);
120 WK_EXPORT void WKPreferencesSetWebSecurityEnabled(WKPreferencesRef preferences, bool enabled);
  /packages/wallpapers/MusicVisualization/
AndroidManifest.xml 35 <!-- this wallpaper isn't very good, so disable it (using android:enabled=false doesn't work here for some reason)
40 android:enabled="@bool/config_enable_vis1"
54 android:enabled="@bool/config_enable_vis2"
67 android:enabled="@bool/config_enable_vis3"
80 android:enabled="@bool/config_enable_vis4"
93 android:enabled="@bool/config_enable_vis5"
  /external/apache-http/src/org/apache/commons/logging/
Log.java 69 * <p> Is debug logging currently enabled? </p>
75 * @return true if debug is enabled in the underlying logger.
81 * <p> Is error logging currently enabled? </p>
87 * @return true if error is enabled in the underlying logger.
93 * <p> Is fatal logging currently enabled? </p>
99 * @return true if fatal is enabled in the underlying logger.
105 * <p> Is info logging currently enabled? </p>
111 * @return true if info is enabled in the underlying logger.
117 * <p> Is trace logging currently enabled? </p>
123 * @return true if trace is enabled in the underlying logger
    [all...]
  /external/quake/quake/src/QW/client/
cd_linux.c 42 static qboolean enabled = true; variable
54 if (cdfile == -1 || !enabled)
64 if (cdfile == -1 || !enabled)
101 if (cdfile == -1 || !enabled)
165 if (cdfile == -1 || !enabled)
180 if (cdfile == -1 || !enabled)
196 if (cdfile == -1 || !enabled)
223 enabled = true;
231 enabled = false;
237 enabled = true
    [all...]
  /external/quake/quake/src/WinQuake/
cd_linux.cpp 42 static qboolean enabled = true; variable
54 if (cdfile == -1 || !enabled)
64 if (cdfile == -1 || !enabled)
101 if (cdfile == -1 || !enabled)
165 if (cdfile == -1 || !enabled)
180 if (cdfile == -1 || !enabled)
196 if (cdfile == -1 || !enabled)
223 enabled = true;
231 enabled = false;
237 enabled = true
    [all...]
  /external/webkit/Source/WebKit2/Shared/API/c/
WKContextMenuItem.h 38 WK_EXPORT WKContextMenuItemRef WKContextMenuItemCreateAsAction(WKContextMenuItemTag, WKStringRef title, bool enabled);
39 WK_EXPORT WKContextMenuItemRef WKContextMenuItemCreateAsCheckableAction(WKContextMenuItemTag, WKStringRef title, bool enabled, bool checked);
40 WK_EXPORT WKContextMenuItemRef WKContextMenuItemCreateAsSubmenu(WKStringRef title, bool enabled, WKArrayRef submenuItems);
  /development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
_index.html 11 about enabled accessibility services.</dd>
  /external/chromium/chrome/browser/ui/cocoa/tabs/
side_tab_strip_controller.h 9 // A controller for the tab strip when side tabs are enabled.
  /external/v8/test/mjsunit/
debug-setexceptionbreak.js 53 function testArguments(dcp, arguments, success, type, enabled) {
60 assertEquals(response.body.enabled, enabled);
82 // the first time, we send the command with no enabled arg, the debugger
89 // Test some legal setexceptionbreak requests with explicit enabled arg.
90 testArguments(dcp, '{"type":"all","enabled":true}', true, "all", true);
91 testArguments(dcp, '{"type":"all","enabled":false}', true, "all", false);
93 testArguments(dcp, '{"type":"uncaught","enabled":true}', true,
95 testArguments(dcp, '{"type":"uncaught","enabled":false}', true,
  /external/webkit/LayoutTests/fast/dom/Geolocation/
enabled.html 10 <script src="script-tests/enabled.js"></script>
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
subresource.html 17 enabled, otherwise it will show nothing below.</p>
  /external/webkit/Source/WebCore/inspector/
InspectorController.cpp 169 if (!enabled())
210 if (!enabled())
218 if (!enabled())
226 bool InspectorController::enabled() const function in class:WebCore::InspectorController
228 return m_inspectorAgent->enabled();
278 return m_inspectorAgent->profilerAgent()->enabled();
283 return m_inspectorAgent->debuggerAgent()->enabled();
288 if (!enabled())
310 if (!enabled())
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferencesPrivate.h 161 // If site-specific spoofing is enabled, some pages that do inappropriate user-agent string checks will be
181 - (void)setAcceleratedDrawingEnabled:(BOOL)enabled;
184 - (void)setCanvasUsesAcceleratedDrawing:(BOOL)enabled;
187 - (void)setAcceleratedCompositingEnabled:(BOOL)enabled;
196 - (void)setWebAudioEnabled:(BOOL)enabled;
199 - (void)setWebGLEnabled:(BOOL)enabled;
202 - (void)setAccelerated2dCanvasEnabled:(BOOL)enabled;
208 - (void)setMemoryInfoEnabled:(BOOL)enabled;
211 - (void)setHyperlinkAuditingEnabled:(BOOL)enabled;
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
README 13 compiled with NO_LISTBOX_RENDERING enabled.
  /external/webkit/Source/WebKit/qt/
qt_webkit_version.pri 15 warning("Attempted to include $$QT.webkit.name in the build, but it was not enabled in configure.")
  /external/webkit/Source/WebKit2/Shared/
WebContextMenuItemData.cpp 47 WebContextMenuItemData::WebContextMenuItemData(WebCore::ContextMenuItemType type, WebCore::ContextMenuAction action, const String& title, bool enabled, bool checked)
51 , m_enabled(enabled)
57 WebContextMenuItemData::WebContextMenuItemData(WebCore::ContextMenuAction action, const String& title, bool enabled, const Vector<WebContextMenuItemData>& submenu)
61 , m_enabled(enabled)
81 m_enabled = item.enabled();
115 bool enabled; local
118 if (!decoder->decode(CoreIPC::Out(type, action, title, checked, enabled, submenu)))
125 item = WebContextMenuItemData(static_cast<WebCore::ContextMenuItemType>(type), static_cast<WebCore::ContextMenuAction>(action), title, enabled, checked);
128 item = WebContextMenuItemData(static_cast<WebCore::ContextMenuAction>(action), title, enabled, submenu);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebTextChecker.cpp 62 void WebTextChecker::continuousSpellCheckingEnabledStateChanged(bool enabled)
64 TextChecker::continuousSpellCheckingEnabledStateChanged(enabled);
68 void WebTextChecker::grammarCheckingEnabledStateChanged(bool enabled)
70 TextChecker::grammarCheckingEnabledStateChanged(enabled);
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui 151 <property name="enabled">
176 <property name="enabled">
192 <property name="enabled">
211 <property name="enabled">
233 <property name="enabled">
241 <property name="enabled">
255 <property name="enabled">
266 <property name="enabled">
277 <property name="enabled">
288 <property name="enabled">
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui 170 <property name="enabled">
195 <property name="enabled">
211 <property name="enabled">
230 <property name="enabled">
252 <property name="enabled">
260 <property name="enabled">
274 <property name="enabled">
285 <property name="enabled">
296 <property name="enabled">
307 <property name="enabled">
    [all...]

Completed in 3411 milliseconds

1 2 3 45 6 7 8 91011>>