Searched refs:enabled (Results 26 - 50 of 730) sorted by relevance

1234567891011>>

/external/chromium/base/memory/
H A Dmemory_debug.cc18 void MemoryDebug::SetMemoryInUseEnabled(bool enabled) { argument
19 memory_in_use_ = enabled;
H A Dmemory_debug.h22 static void SetMemoryInUseEnabled(bool enabled);
/external/chromium/chrome/browser/net/
H A Durl_request_mock_util.cc22 void SetUrlRequestMocksEnabled(bool enabled) { argument
27 if (enabled) {
/external/chromium/chrome/browser/resources/net_internals/
H A Dhttpthrottlingview.js21 * Gets informed that HTTP throttling has been enabled/disabled.
22 * @param {boolean} enabled HTTP throttling has been enabled.
25 enabled) {
26 this.enableCheckbox_.checked = enabled;
/external/bluetooth/bluez/src/
H A Dlog.c72 static gchar **enabled = NULL; variable
78 if (enabled == NULL)
81 for (i = 0; enabled[i] != NULL; i++)
82 if (desc->file != NULL && g_pattern_match_simple(enabled[i],
103 enabled = g_strsplit_set(debug, ":, ", 0);
121 g_strfreev(enabled);
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKContextMenuItem.cpp43 WKContextMenuItemRef WKContextMenuItemCreateAsAction(WKContextMenuItemTag tag, WKStringRef title, bool enabled) argument
45 return toAPI(WebContextMenuItem::create(WebContextMenuItemData(ActionType, toImpl(tag), toImpl(title)->string(), enabled, false)).leakRef());
48 WKContextMenuItemRef WKContextMenuItemCreateAsCheckableAction(WKContextMenuItemTag tag, WKStringRef title, bool enabled, bool checked) argument
50 return toAPI(WebContextMenuItem::create(WebContextMenuItemData(CheckableActionType, toImpl(tag), toImpl(title)->string(), enabled, checked)).leakRef());
53 WKContextMenuItemRef WKContextMenuItemCreateAsSubmenu(WKStringRef title, bool enabled, WKArrayRef submenuItems) argument
55 return toAPI(WebContextMenuItem::create(toImpl(title)->string(), enabled, toImpl(submenuItems)).leakRef());
80 return toImpl(itemRef)->data()->enabled();
H A DWKContextMenuItem.h38 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);
/external/libvpx/
H A Dconfigure46 Codecs can be selectively enabled or disabled individually, or by family:
130 # all targets available are enabled, by default.
149 # to be enabled when doing dist builds, since that's no longer a common
151 enabled doxygen && php -v >/dev/null 2>&1 && enable install_docs
167 if ! enabled alt_tree_layout; then
311 # If the codec family is enabled, enable all components of that family.
315 enabled ${c%%_*} && enable ${c}
321 # Enable the codec family if any component of that family is enabled
323 enabled $c && enable ${c%_*}
326 # Set the {en,de}coders variable if any algorithm in that class is enabled
[all...]
/external/webkit/Source/WebKit/win/
H A DWebPreferences.h125 /* [retval][out] */ BOOL* enabled);
128 /* [in] */ BOOL enabled);
137 /* [retval][out] */ BOOL* enabled);
140 /* [in] */ BOOL enabled);
143 /* [retval][out] */ BOOL* enabled);
146 /* [in] */ BOOL enabled);
149 /* [retval][out] */ BOOL* enabled);
152 /* [in] */ BOOL enabled);
155 /* [retval][out] */ BOOL* enabled);
158 /* [in] */ BOOL enabled);
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DLoggingSessionOutputBuffer.java67 if (this.wire.enabled()) {
74 if (this.wire.enabled()) {
81 if (this.wire.enabled()) {
92 if (this.wire.enabled()) {
100 if (this.wire.enabled()) {
/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_ui_uitest.cc22 // TODO(thestig): Remove when print preview is enabled by default.
56 // Make sure there is 1 tab and print is enabled. Create print preview tab.
60 bool enabled; local
61 ASSERT_TRUE(browser->IsMenuCommandEnabled(IDC_PRINT, &enabled));
62 ASSERT_TRUE(enabled);
71 ASSERT_TRUE(browser->IsMenuCommandEnabled(IDC_PRINT, &enabled));
72 ASSERT_FALSE(enabled);
/external/webkit/Source/WebCore/platform/chromium/
H A DContextMenuItemChromium.cpp83 bool ContextMenuItem::enabled() const function in class:WebCore::ContextMenuItem
85 return m_platformDescription.enabled;
117 void ContextMenuItem::setEnabled(bool enabled) argument
119 m_platformDescription.enabled = enabled;
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwebplugindatabase.c37 gboolean enabled = FALSE; local
49 enabled = webkit_web_plugin_get_enabled(plugin);
55 g_assert(enabled);
64 enabled = webkit_web_plugin_get_enabled(plugin);
67 g_assert(!enabled);
/external/chromium/chrome/browser/resources/options/
H A Dpersonal_options.js113 setSyncEnabled_: function(enabled) {
114 this.syncEnabled = enabled;
139 setSyncActionLinkEnabled_: function(enabled) {
140 $('sync-action-link').disabled = !enabled;
155 setNewProfileButtonEnabled_: function(enabled) {
156 $('new-profile').disabled = !enabled;
157 if (enabled)
167 setStartStopButtonEnabled_: function(enabled) {
168 $('start-stop-sync').disabled = !enabled;
175 setGtkThemeButtonEnabled_: function(enabled) {
[all...]
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dstats_options_handler.cc45 const bool enabled = (checked_str == "true"); local
47 enabled ?
51 SetupMetricsReportingCheckbox(enabled == is_enabled);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleInspector.cpp58 void WKBundleInspectorSetPageProfilingEnabled(WKBundleInspectorRef inspectorRef, bool enabled) argument
60 if (enabled)
/external/webkit/Source/WebCore/page/
H A DSettings.cpp148 // they can't use by. Leaving enabled for now to not change existing behavior.
743 void Settings::setWebArchiveDebugModeEnabled(bool enabled) argument
745 m_webArchiveDebugModeEnabled = enabled;
749 void Settings::setLocalFileContentSniffingEnabled(bool enabled) argument
751 m_localFileContentSniffingEnabled = enabled;
764 void Settings::setOfflineWebApplicationCacheEnabled(bool enabled) argument
766 m_offlineWebApplicationCacheEnabled = enabled;
820 void Settings::setAcceleratedCompositingEnabled(bool enabled) argument
822 if (m_acceleratedCompositingEnabled == enabled)
825 m_acceleratedCompositingEnabled = enabled;
829 setCanvasUsesAcceleratedDrawing(bool enabled) argument
834 setAcceleratedDrawingEnabled(bool enabled) argument
839 setAcceleratedCompositingFor3DTransformsEnabled(bool enabled) argument
844 setAcceleratedCompositingForVideoEnabled(bool enabled) argument
849 setAcceleratedCompositingForPluginsEnabled(bool enabled) argument
854 setAcceleratedCompositingForCanvasEnabled(bool enabled) argument
859 setAcceleratedCompositingForAnimationEnabled(bool enabled) argument
864 setShowDebugBorders(bool enabled) argument
873 setShowRepaintCounter(bool enabled) argument
882 setExperimentalNotificationsEnabled(bool enabled) argument
900 setWebAudioEnabled(bool enabled) argument
905 setWebGLEnabled(bool enabled) argument
910 setOpenGLMultisamplingEnabled(bool enabled) argument
915 setAccelerated2dCanvasEnabled(bool enabled) argument
920 setLoadDeferringEnabled(bool enabled) argument
925 setTiledBackingStoreEnabled(bool enabled) argument
[all...]
H A DPluginHalterClient.h40 virtual bool enabled() const = 0;
/external/chromium/chrome/browser/resources/
H A Dcrashes.js16 * @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/chrome/browser/ui/cocoa/
H A Dhover_button.h28 - (void)setTrackingEnabled:(BOOL)enabled;
/external/chromium/chrome/common/remoting/
H A Dchromoting_host_info.h21 bool enabled; member in struct:remoting::ChromotingHostInfo
/external/qemu/android/skin/
H A Dwindow.h32 extern void skin_window_enable_touch( SkinWindow* window, int enabled );
33 extern void skin_window_enable_trackball( SkinWindow* window, int enabled );
34 extern void skin_window_enable_dpad( SkinWindow* window, int enabled );
35 extern void skin_window_enable_qwerty( SkinWindow* window, int enabled );
/external/webkit/Source/WebCore/platform/android/
H A DSearchPopupMenuAndroid.cpp47 bool SearchPopupMenu::enabled() function in class:WebCore::SearchPopupMenu
/external/webkit/Source/WebCore/platform/brew/
H A DSearchPopupMenuBrew.cpp48 bool SearchPopupMenuBrew::enabled() function in class:WebCore::SearchPopupMenuBrew
/external/webkit/Source/WebCore/platform/efl/
H A DSearchPopupMenuEfl.cpp50 bool SearchPopupMenuEfl::enabled() function in class:WebCore::SearchPopupMenuEfl

Completed in 1439 milliseconds

1234567891011>>