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

123456789

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.mm1023 if ([track isEnabled]) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.cpp3758 void WebPageProxy::validateCommandCallback(const String& commandName, bool isEnabled, int state, uint64_t callbackID) argument
3766 callback->performCallbackWithReturnValue(commandName.impl(), isEnabled, state);
/macosx-10.9.5/WebCore-7537.78.1/accessibility/mac/
H A DWebAccessibilityObjectWrapperMac.mm2368 return [NSNumber numberWithBool: m_object->isEnabled()];
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGByteCodeParser.cpp3304 if (m_vm->watchdog.isEnabled())
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp4193 return command(this, commandName).isEnabled();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLView.mm2739 return command.isEnabled();

Completed in 306 milliseconds

123456789