HomeSort by relevance Sort by last modified time
    Searched full:enabled (Results 176 - 200 of 2552) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebCore/platform/qt/
SearchPopupMenuQt.cpp 40 bool SearchPopupMenu::enabled() function in class:WebCore::SearchPopupMenu
  /external/webkit/WebCore/platform/wince/
SearchPopupMenuWince.cpp 33 bool SearchPopupMenu::enabled() function in class:WebCore::SearchPopupMenu
  /external/webkit/WebKit/mac/WebCoreSupport/
WebPluginHalterClient.h 40 virtual bool enabled() const;
  /external/webkit/WebKit/mac/WebInspector/
WebInspector.mm 139 - (void)setJavaScriptProfilingEnabled:(BOOL)enabled
145 if (enabled)
158 - (void)setTimelineProfilingEnabled:(BOOL)enabled
164 if (enabled)
  /external/webkit/WebKit/mac/WebView/
WebPreferencesPrivate.h 133 // If site-specific spoofing is enabled, some pages that do inappropriate user-agent string checks will be
153 - (void)setAcceleratedCompositingEnabled:(BOOL)enabled;
162 - (void)setWebGLEnabled:(BOOL)enabled;
165 - (void)setUsesProxiedOpenPanel:(BOOL)enabled;
  /external/webkit/WebKit/win/
WebInspector.cpp 245 HRESULT STDMETHODCALLTYPE WebInspector::setJavaScriptProfilingEnabled(BOOL enabled)
254 if (enabled)
294 HRESULT STDMETHODCALLTYPE WebInspector::setTimelineProfilingEnabled(BOOL enabled)
303 if (enabled)
  /external/webkit/WebKitTools/mangleme/
README 13 enabled, then visit the URL http://<yourserver>/<cgidir>/mangleme.cgi.
  /external/wpa_supplicant/wpa_gui-qt4/
networkconfig.h 54 virtual void wepEnabled(bool enabled);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.h 57 virtual void wepEnabled(bool enabled);
  /external/yaffs2/yaffs2/direct/
yaffs_flashif.h 18 // Use this with dev->useNANDECC enabled, then ECC overheads are not required.
yaffs_ramdisk.h 18 // Use this with dev->useNANDECC enabled, then ECC overheads are not required.
  /external/yaffs2/yaffs2/
yaffs_tagscompat.h 18 * Use this with dev->useNANDECC enabled, then ECC overheads are not required.
  /frameworks/base/core/java/android/app/
IntentService.java 78 * <p>If enabled is true,
85 * <p>If enabled is false (the default),
90 public void setIntentRedelivery(boolean enabled) {
91 mRedelivery = enabled;
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 74 * mechanism was disabled will still be backed up properly if it is enabled
83 * enabled, installation of any package will involve the Backup Manager. If data
84 * exists for the newly-installed package, either from the device's current [enabled]
104 * Report whether the backup mechanism is currently enabled.
package.html 5 device, all applications that have enabled backup will restore the user's previous data.</p>
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 56 void setMobileDataEnabled(boolean enabled);
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuView.java 83 * Sets the enabled state of the item view.
84 * @param enabled Whether the item view should be enabled.
86 public void setEnabled(boolean enabled);
  /frameworks/base/core/res/res/layout/
screen_simple.xml 21 enabled.
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 81 private void setAutoRestore(boolean enabled) {
86 bm.setAutoRestore(enabled);
93 boolean enabled =
99 mContext.getContentResolver(), GPS, enabled); local
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 249 * Check whether ICC pin lock is enabled
250 * This is a sync call which returns the cached pin enabled state
252 * @return true for ICC locked enabled
260 * Check whether ICC fdn (fixed dialing number) is enabled
261 * This is a sync call which returns the cached pin enabled state
263 * @return true for ICC fdn enabled
271 * Set the ICC pin lock enabled or disabled
274 * @param enabled "true" for locked "false" for unlocked.
281 public void setIccLockEnabled (boolean enabled,
288 mDesiredPinLocked = enabled;
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
EventSender.java 35 public void setTouchModifier(String modifier, boolean enabled);
  /hardware/broadcom/wlan/bcm4329/src/include/
spid.h 33 uint16 f1_info_reg; /* 0x0c, RO, enabled, ready for data transfer, blocksize */
34 uint16 f2_info_reg; /* 0x0e, RO, enabled, ready for data transfer, blocksize */
35 uint16 f3_info_reg; /* 0x10, RO, enabled, ready for data transfer, blocksize */
85 #define RESET_SPI 0x80 /* reset the above enabled logic */
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
Makefile 3 # 1 - DEBUG MESSAGES are enabled
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
Makefile 3 # 1 - DEBUG MESSAGES are enabled
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
Makefile 3 # 1 - DEBUG MESSAGES are enabled

Completed in 259 milliseconds

1 2 3 4 5 6 78 91011>>