HomeSort by relevance Sort by last modified time
    Searched refs:enabled (Results 126 - 150 of 1261) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/platform/wince/
SearchPopupMenuWinCE.cpp 33 bool SearchPopupMenu::enabled() function in class:WebCore::SearchPopupMenu
  /external/webkit/Source/WebCore/platform/wx/
SearchPopupMenuWx.cpp 50 bool SearchPopupMenuWx::enabled() function in class:WebCore::SearchPopupMenuWx
  /external/webkit/Source/WebKit/wx/
WebSettings.cpp 91 void wxWebSettings::SetJavaScriptEnabled(bool enabled)
94 m_settings->setJavaScriptEnabled(enabled);
168 void wxWebSettings::SetPluginsEnabled(bool enabled)
171 m_settings->setPluginsEnabled(enabled);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleInspector.h 47 WK_EXPORT void WKBundleInspectorSetPageProfilingEnabled(WKBundleInspectorRef inspector, bool enabled);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebSearchPopupMenu.h 36 virtual bool enabled();
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 71 public void setSessionEnabled(InputMethodSession session, boolean enabled) {
72 ((AbstractInputMethodSessionImpl)session).setEnabled(enabled);
95 * Check whether this session has been enabled by the system. If not
96 * enabled, you should not execute any calls on to it.
112 * Change the enabled state of the session. This only works if the
115 public void setEnabled(boolean enabled) {
117 mEnabled = enabled;
123 * prevents it from ever being enabled again.
  /frameworks/base/services/sensorservice/
LinearAccelerationSensor.h 43 virtual status_t activate(void* ident, bool enabled);
OrientationSensor.h 42 virtual status_t activate(void* ident, bool enabled);
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlContainer.java 33 public abstract void enableZoom(boolean enabled);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
c++0x_warning.h 33 enabled with the -std=c++0x or -std=gnu++0x compiler options.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 33 enabled with the -std=c++0x or -std=gnu++0x compiler options.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 33 enabled with the -std=c++0x or -std=gnu++0x compiler options.
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 33 enabled with the -std=c++0x or -std=gnu++0x compiler options.
  /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...]
cd_win.c 33 static qboolean enabled = false; variable
109 if (!enabled)
182 if (!enabled)
201 if (!enabled)
221 if (!enabled)
257 enabled = true;
265 enabled = false;
271 enabled = true;
400 if (!enabled)
455 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/WebCore/platform/qt/
ContextMenuItemQt.cpp 130 m_platformDescription.enabled = on;
133 bool ContextMenuItem::enabled() const function in class:WebCore::ContextMenuItem
135 return m_platformDescription.enabled;
  /external/webkit/Source/WebKit2/Shared/
WebContextMenuItemData.h 49 WebContextMenuItemData(WebCore::ContextMenuItemType, WebCore::ContextMenuAction, const String& title, bool enabled, bool checked);
50 WebContextMenuItemData(WebCore::ContextMenuAction, const String& title, bool enabled, const Vector<WebContextMenuItemData>& submenu);
55 bool enabled() const { return m_enabled; } function in class:WebKit::WebContextMenuItemData
  /frameworks/base/core/java/android/widget/
ZoomButton.java 82 public void setEnabled(boolean enabled) {
83 if (!enabled) {
91 super.setEnabled(enabled);
  /system/media/wilhelm/src/
trace.c 27 void slTraceSetEnabled(unsigned enabled)
29 slTraceEnabled = enabled;
150 void slTraceSetEnabled(unsigned enabled)
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketImplTest.java 384 String[] enabled = socket.getEnabledCipherSuites(); local
385 assertNotNull(enabled);
387 for (int i=0; i<enabled.length; i++) {
390 if (enabled[i].equals(supported[j])) {
394 fail("Enabled suite does not belong to the set "
395 + "of supported cipher suites: " + enabled[i]);
400 enabled = new String[supported.length - i];
402 enabled, 0, supported.length-i);
403 socket.setEnabledCipherSuites(enabled);
405 if (result.length != enabled.length)
429 String[] enabled = socket.getEnabledCipherSuites(); local
493 String[] enabled = socket.getEnabledProtocols(); local
538 String[] enabled = socket.getEnabledProtocols(); local
    [all...]
  /external/webkit/Source/WebKit/qt/docs/webkitsnippets/
qtwebkit_bridge_snippets.cpp 155 Q_PROPERTY(bool enabled READ enabled WRITE setEnabled)
158 myQObject.enabled = true;
162 myQObject.enabled = !myQObject.enabled;
  /development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
NativeAudio.java 106 boolean enabled = false;
108 enabled = !enabled;
109 if (!enableReverb(enabled)) {
110 enabled = !enabled;
199 boolean enabled = false;
201 enabled = !enabled;
202 enableStereoPositionUriAudioPlayer(enabled);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
LevelSelectActivity.java 53 boolean enabled; field in class:LevelSelectActivity.LevelMetaData
88 return mLevelData.get(position).enabled;
102 if (!level.enabled) {
131 if (mLevelData.get(position).enabled) {
177 level.enabled = true;
208 boolean enabled = false;
210 enabled = true;
213 if (enabled || level.completed || !onlyAllowThePast || (onlyAllowThePast && level.inThePast)) {
214 addItem(level, x, y, enabled);
244 if (selectedLevel.enabled) {
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
ContextMenuItemMac.mm 61 static PlatformMenuItemDescription createPlatformMenuItemDescription(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
67 [item setEnabled:enabled];
82 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
84 m_platformDescription.adoptNS(createPlatformMenuItemDescription(type, action, title, enabled, checked));
87 ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool checked, Vector<ContextMenuItem>& subMenuItems)
89 m_platformDescription.adoptNS(createPlatformMenuItemDescription(SubmenuType, action, title, enabled, checked));
180 bool ContextMenuItem::enabled() const

Completed in 1092 milliseconds

1 2 3 4 56 7 8 91011>>