/external/webkit/WebCore/page/ |
Console.idl | 33 // Not enabled in V8 because it requires request-reply style.
|
/external/webkit/WebCore/platform/ |
ScrollbarThemeComposite.cpp | 109 if (scrollbar->enabled()) 163 if (!scrollbar->enabled()) 259 if (scrollbar->enabled()) 266 if (!scrollbar->enabled())
|
/external/webkit/WebCore/platform/win/ |
ScrollbarThemeWin.cpp | 232 if (!scrollbar->enabled()) 284 if (!scrollbar->enabled()) { 333 if (!scrollbar->enabled()) 351 if (!scrollbar->enabled())
|
SearchPopupMenuWin.cpp | 33 bool SearchPopupMenu::enabled() function in class:WebCore::SearchPopupMenu
|
/external/webkit/WebCore/platform/wx/ |
ContextMenuItemWx.cpp | 107 m_platformDescription.enabled = shouldEnable;
|
/external/webkit/WebCore/svg/graphics/ |
SVGPaintServerGradient.h | 57 // value (100, 100) is bottom-right. BoundingBox mode is enabled by default.
|
/external/webkit/WebKit/android/ |
RenderSkinAndroid.h | 76 /* notifyState() checks to see if the element is checked, focused, and enabled
|
/external/webkit/WebKit/qt/Api/ |
qwebplugindatabase_p.h | 56 void setEnabled(bool enabled);
|
/external/webkit/WebKit/win/Interfaces/ |
IWebScrollBarPrivate.idl | 45 HRESULT setEnabled([in] BOOL enabled);
|
/external/wpa_supplicant/ |
driver.h | 278 * @enabled: 1 = enable, 0 = disable 288 * be empty function, if WPA support is always enabled. Common 297 int (*set_wpa)(void *priv, int enabled); 395 * @enabled: 1 = countermeasures enabled, 0 = disabled 399 * Configure TKIP countermeasures. When these are enabled, the driver 402 int (*set_countermeasures)(void *priv, int enabled); 407 * @enabled: 1 = unencrypted Tx/Rx frames will be dropped, 0 = disabled 415 int (*set_drop_unencrypted)(void *priv, int enabled);
|
/external/wpa_supplicant/wpa_gui/ |
userdatarequest.ui | 53 <property name="enabled">
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
userdatarequest.ui | 53 <property name="enabled">
|
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant_i.h | 96 * frames. This can be enabled by setting this variable to enable 134 * not be enabled in normal configuration. If needed during 345 * are no enabled networks in the configuration */ 456 int enabled) 460 enabled); 466 int enabled) 470 enabled); 485 static inline int wpa_drv_set_wpa(struct wpa_supplicant *wpa_s, int enabled) 488 return wpa_s->driver->set_wpa(wpa_s->drv_priv, enabled);
|
/external/zlib/projects/visualc6/ |
README.txt | 71 To build the ASM-enabled code, you need Microsoft Assembler
|
/frameworks/base/core/res/res/drawable/ |
btn_check.xml | 19 <!-- Enabled states -->
|
/frameworks/base/core/res/res/layout/ |
dialog_title_icons.xml | 19 enabled.
|
screen_progress.xml | 20 This is the basic layout for a screen, with all of its features enabled.
|
/frameworks/base/location/java/android/location/ |
ILocationManager.aidl | 80 void setTestProviderEnabled(String provider, boolean enabled);
|
LocationListener.java | 66 * Called when the provider is enabled by the user.
|
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/ |
TestAppWidgetProvider.java | 41 Log.d(TAG, "ENABLED");
|
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/ |
ti_omx_interface.cpp | 62 // is enabled.
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/ |
cu_common.h | 36 U32 unmatchedPacketsCount; /* number of packets didn't match any filter (when the feature was enabled). */
|
/hardware/ti/wlan/wl1271/config/ |
tiwlan.ini | 9 RecoveryEnable = 1 #0 -Disabled 1- Enabled 43 DcoItrimEnabled = 0 # 0 - Disabled 1 - Enabled 188 BurstModeEnable = 0 # 0 - Disabled 1 - Enabled 221 SRState = 1 # Unit: Options ( 1 - Enabled ??? 0- Disabled) Format: Decimal, Source: TI
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
measurementMgrSM.c | 421 * Called when the Measurement Manager is enabled. 429 TRACE0(pMeasurementMgr->hReport, REPORT_SEVERITY_INFORMATION, ": Measurement Manager has been enabled\n"); 431 pMeasurementMgr->Enabled = TI_TRUE; 449 pMeasurementMgr->Enabled = TI_FALSE; 469 /* handle frame request only if we're connected and measurement is enabled */ 471 pMeasurementMgr->Enabled == TI_FALSE) 603 pMeasurementMgr->Enabled = TI_FALSE; 760 pMeasurementMgr->Enabled = TI_FALSE; [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgrKeepAlive.c | 144 /* mark the global enable / disable flag as enabled */ 179 /* download all enabled templates to the FW (through TWD)*/ 183 * if the message is enabled (disabled messages shouldn't be configured on connection, 353 /* if the keep-alive for this index is enabled */
|