Searched refs:isEnabled (Results 101 - 125 of 206) sorted by relevance

123456789

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DContextMenu.js64 isEnabled: function() method in class:WebInspector.ContextMenuItem
H A DScriptsNavigator.js56 if (WebInspector.experimentsSettings.snippetsSupport.isEnabled())
H A DSettingsScreen.js52 if (!WebInspector.experimentsSettings.showOverridesInDrawer.isEnabled())
54 if (WebInspector.experimentsSettings.fileSystemProject.isEnabled())
348 if (WebInspector.experimentsSettings.isEnabled("sass"))
732 input.checked = experiment.isEnabled();
756 if (WebInspector.experimentsSettings.showOverridesInDrawer.isEnabled())
H A DResourceTreeModel.js705 scriptsEnabled: function(isEnabled)
707 WebInspector.settings.javaScriptDisabled.set(!isEnabled);
H A DSourceFrame.js47 if (WebInspector.experimentsSettings.codemirror.isEnabled()) {
50 } else if (WebInspector.experimentsSettings.aceTextEditor.isEnabled()) {
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconDatabaseBase.h168 virtual bool isEnabled() const { return false; } function in class:WebCore::IconDatabaseBase
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DExtensions3D.h88 virtual bool isEnabled(const String&) = 0;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/efl/
H A DGraphicsContext3DPrivate.cpp154 if (m_context->isEnabled(GraphicsContext3D::SCISSOR_TEST)) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opengl/
H A DExtensions3DOpenGLCommon.cpp133 bool Extensions3DOpenGLCommon::isEnabled(const String& name) function in class:WebCore::Extensions3DOpenGLCommon
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkiticondatabase.cpp210 if (WebCore::iconDatabase().isEnabled()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp76 if (!isEnabled())
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A DDNSServiceDiscoveryPref.h156 -(NSData *)dataForDomain : (NSString *)domainName isEnabled : (BOOL)enabled;
H A DDNSServiceDiscoveryPref.m968 - (NSData *)dataForDomain:(NSString *)domainName isEnabled:(BOOL)enabled
1043 err = WriteHostname((CFDataRef)[self dataForDomain:hostNameString isEnabled:YES]);
1047 WriteHostname((CFDataRef)[self dataForDomain:@"" isEnabled:NO]);
1049 if ([currentHostName length] > 0) WriteHostname((CFDataRef)[self dataForDomain:(NSString *)currentHostName isEnabled:YES]);
1063 err = WriteRegistrationDomain((CFDataRef)[self dataForDomain:regDomainString isEnabled:[wideAreaCheckBox state]]);
1081 WriteRegistrationDomain((CFDataRef)[self dataForDomain:@"" isEnabled:NO]);
1083 if ([currentRegDomain length] > 0) WriteRegistrationDomain((CFDataRef)[self dataForDomain:currentRegDomain isEnabled:currentWideAreaState]);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatWindowController.h123 - (BOOL) isEnabled;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatWindowController.h123 - (BOOL) isEnabled;
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DContextMenuItemMac.mm182 return [m_platformDescription.get() isEnabled];
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeWin.cpp447 if (!isEnabled(o))
457 if (!isEnabled(o))
464 if (!isEnabled(o))
472 if (!isEnabled(o) || isReadOnlyControl(o))
490 if (!isEnabled(o))
510 if (!isEnabled(o))
524 if (!isEnabled(o))
541 if (!isEnabled(o) || isReadOnlyControl(o))
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DSubtargetFeature.cpp44 /// isEnabled - Return true if enable flag; '+'.
46 static inline bool isEnabled(const StringRef Feature) { function
318 if (isEnabled(Feature)) {
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBasePluginPackage.mm222 NSNumber *isEnabled = [MIMEDictionary objectForKey:WebPluginTypeEnabledKey];
223 if (isEnabled && [isEnabled boolValue] == NO)
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DRenderThemeBlackBerry.cpp327 if (isEnabled(object) && bg)
329 if (!isEnabled(object) && bgDisabled)
468 if (isEnabled(object)) {
519 if (isEnabled(object)) {
559 if (!isEnabled(object)) {
606 if (!isEnabled(object)) {
676 if (isEnabled(object))
681 if (isEnabled(object))
721 if (!isEnabled(object)) {
981 if (!isEnabled(objec
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DRenderThemeGtk3.cpp247 if (!theme->isEnabled(renderObject) || theme->isReadOnlyControl(renderObject))
303 if (!theme->isEnabled(renderObject) || theme->isReadOnlyControl(renderObject))
605 if (!isEnabled(renderObject) || isReadOnlyControl(renderObject))
614 if (isFocused(renderObject) && isEnabled(renderObject)) {
656 if (!isEnabled(renderObject) || isReadOnlyControl(renderObject))
692 if (!isEnabled(renderObject) || isReadOnlyControl(renderObject))
861 if (!isEnabled(renderObject) || isReadOnlyControl(renderObject))
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp258 if (HazardRec->isEnabled())
290 if (!HazardRec->isEnabled()) { function
313 if (HazardRec->isEnabled()) {
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DRenderThemeQtMobile.cpp730 p.drawPushButton(r, isPressed(o), isEnabled(o));
732 p.drawRadioButton(r, isChecked(o), isEnabled(o));
734 p.drawCheckBox(r, isChecked(o), isEnabled(o));
787 p.drawLineEdit(r, isFocused(o), isEnabled(o));
815 p.drawComboBox(r, checkMultiple(o), isEnabled(o));
826 p.drawComboBox(r, checkMultiple(o), isEnabled(o));
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c413 OSErr DVIsEnabled( DVDeviceRefNum refNum, Boolean *isEnabled) argument
416 *isEnabled = devices[refNum].fRead != 0;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWebContextMenuProxyMac.mm94 WebKit::WebContextMenuItemData item(ActionType, static_cast<ContextMenuAction>([sender tag]), [sender title], [sender isEnabled], [sender state] == NSOnState);

Completed in 413 milliseconds

123456789