Searched refs:isEnabled (Results 176 - 200 of 206) sorted by relevance

123456789

/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleWrapperAtk.cpp682 if (coreObject->isEnabled()) {
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLRenderingContext.h190 GC3Dboolean isEnabled(GC3Denum cap);
H A DWebGLRenderingContext.idl578 [StrictTypeChecking] GLboolean isEnabled(GLenum cap);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DElementsPanel.js343 if (WebInspector.experimentsSettings.cssRegions.isEnabled()) {
H A DProfilesPanel.js411 if (!WebInspector.WorkerManager.isWorkerFrontend() && WebInspector.experimentsSettings.canvasInspection.isEnabled())
H A DScriptsPanel.js1236 if (WebInspector.isolatedFileSystemManager.supportsFileSystems() && WebInspector.experimentsSettings.fileSystemProject.isEnabled())
H A DTimelinePanel.js82 if (WebInspector.experimentsSettings.nativeMemoryTimeline.isEnabled()) {
H A DDefaultTextEditor.js1367 this._showWhitespace = WebInspector.experimentsSettings.showWhitespaceInEditor.isEnabled();
3660 if (!WebInspector.experimentsSettings.textEditorSmartBraces.isEnabled())
3674 if (!WebInspector.experimentsSettings.textEditorSmartBraces.isEnabled())
H A DResourcesPanel.js80 if (Preferences.exposeFileSystemInspection && WebInspector.experimentsSettings.fileSystemInspection.isEnabled()) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm1593 if (![track isEnabled]) {
1635 if (![chapterTrack isEnabled])
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DRenderThemeQt.cpp193 if (!isEnabled(o))
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeWinCE.cpp153 if (!isEnabled(o) || isReadOnlyControl(o))
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DDumpRenderTreeSupportEfl.cpp343 return page->focusController()->focusedOrMainFrame()->editor().command(name).isEnabled();
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp337 return adapter->page->focusController()->focusedOrMainFrame()->editor().command(name).isEnabled();
H A DQWebPageAdapter.cpp984 *enabled = command.isEnabled();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleBase.cpp466 if (!m_object->isEnabled())
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPage.h545 typedef void (*WKPageValidateCommandCallback)(WKStringRef command, bool isEnabled, int32_t state, WKErrorRef, void* context);
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITOpcodes.cpp1273 if (m_vm->watchdog.isEnabled())
1293 if (m_vm->watchdog.isEnabled()) {
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DDocumentLoader.cpp637 if (response.url().protocolIs("https") && ContentFilter::isEnabled())
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DRenderThemeEfl.cpp649 return isEnabled(object);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext3D.h708 GC3Dboolean isEnabled(GC3Denum cap);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opengl/
H A DGraphicsContext3DOpenGLCommon.cpp771 GC3Dboolean GraphicsContext3D::isEnabled(GC3Denum cap) function in class:WebCore::GraphicsContext3D
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInjectedScriptCanvasModuleSource.js1814 glState[parameter] = gl.isEnabled(gl[parameter]);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqquickwebview.cpp1920 if (!isVisible() || !isEnabled())
/macosx-10.9.5/WebCore-7537.78.1/accessibility/ios/
H A DWebAccessibilityObjectWrapperIOS.mm560 if (!m_object->isEnabled())

Completed in 202 milliseconds

123456789