Searched refs:setEnabled (Results 51 - 75 of 105) sorted by relevance

12345

/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitfavicondatabase.cpp321 iconDatabase().setEnabled(false);
349 iconDatabase().setEnabled(false);
355 iconDatabase().setEnabled(true);
H A Dwebkitwebplugin.cpp267 priv->corePlugin->setEnabled(enabled);
H A Dwebkitwebbackforwardlist.cpp120 priv->backForwardList->setEnabled(TRUE);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSInspectorFrontendHostCustom.cpp121 menuItem.setEnabled(enabled.toBoolean(exec));
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DContextMenu.js72 setEnabled: function(enabled) method in class:WebInspector.ContextMenuItem
H A DJavaScriptSourceFrame.js103 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Disable breakpoint" : "Disable Breakpoint"), breakpoint.setEnabled.bind(breakpoint, false));
105 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Enable breakpoint" : "Enable Breakpoint"), breakpoint.setEnabled.bind(breakpoint, true));
548 breakpoint.setEnabled(!breakpoint.enabled());
H A DBreakpointManager.js256 breakpoint.setEnabled(toggleState);
448 setEnabled: function(enabled)
H A DStatusBarButton.js46 setEnabled: function(value) method in class:WebInspector.StatusBarItem
H A DTimelinePanel.js340 this._statusBarItems[i].setEnabled(!this._operationInProgress);
341 this._glueParentButton.setEnabled(!this._operationInProgress && !this._frameController);
548 this._glueParentButton.setEnabled(!frameMode);
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconDatabaseBase.h192 virtual void setEnabled(bool) { } function in class:WebCore::IconDatabaseBase
H A DIconDatabase.h105 virtual void setEnabled(bool);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContextMenuItem.h205 void setEnabled(bool = true);
H A DScrollbar.h100 virtual void setEnabled(bool);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderScrollbar.cpp100 void RenderScrollbar::setEnabled(bool e) function in class:WebCore::RenderScrollbar
103 Scrollbar::setEnabled(e);
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/unix/
H A DConnectionUnix.cpp168 m_socketNotifier.data()->setEnabled(false);
174 m_socketNotifier.data()->setEnabled(true);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWebPopupMenuProxyMac.mm93 [menuItem setEnabled:items[i].m_isEnabled];
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/RoundTransparentWindow/English.lproj/MainMenu.nib/
H A D_MainMenu_EOArchive_English.java76 _nsTextField0.setEnabled(true);
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DBackForwardListImpl.cpp196 void BackForwardListImpl::setEnabled(bool enabled)
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DContextMenuItemGtk.cpp274 void ContextMenuItem::setEnabled(bool shouldEnable) function in class:WebCore::ContextMenuItem
H A DGtkInputMethodFilter.cpp123 void GtkInputMethodFilter::setEnabled(bool enabled) function in class:WebCore::GtkInputMethodFilter
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context_menu_item.cpp151 item->setEnabled(enabled);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebIconDatabase.cpp78 m_iconDatabaseImpl->setEnabled(true);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DPopupMenuMac.mm116 [menuItem setEnabled:m_client->itemIsEnabled(i)];
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DScrollbarThemeMac.mm475 [scrollbarMap()->get(scrollbar).get() setEnabled:scrollbar->enabled()];
480 [scrollbarPainter setEnabled:enabled];
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginPackage.cpp152 void PluginPackage::setEnabled(bool enabled) function in class:WebCore::PluginPackage

Completed in 288 milliseconds

12345