Searched refs:isSupported (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DFontCustomPlatformDataBlackBerry.cpp52 bool isSupported = equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype"); local
54 isSupported = isSupported || equalIgnoringCase(format, "woff");
56 return isSupported;
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dsettings.rb76 isSupported = concreteSettings[backend]
77 raise unless isSupported != nil
78 numClaimedBackends += if isSupported then 1 else 0 end
79 if isSupported
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontPlatformData.cpp76 bool isSupported() const { return m_exists; } function in class:WebCore::FontFamilyChecker
204 if (FontFamilyChecker(L"Tahoma").isSupported())
339 if (!equalIgnoringCase(family, defaultFontFamily()) && !FontFamilyChecker(family.charactersWithNullTermination()).isSupported()) {
469 static bool exists = FontFamilyChecker(songTiStr).isSupported();
/macosx-10.9.5/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp1090 bool isSupported = false; local
1099 isSupported = true;
1104 isSupported = true;
1109 isSupported = ( fMediaNotifyValue != kODDMediaNotifyValue0 );
1125 return isSupported;
1139 bool isSupported = false; local
1167 isSupported = true;
1179 isSupported = true;
1202 isSupported = true;
1229 return isSupported;
[all...]
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp1170 bool isSupported = false; local
1183 isSupported = IsDeviceCPUInDiskMode ( );
1207 isSupported = true;
1231 isSupported = true;
1253 isSupported = true;
1264 isSupported = true;
1272 isSupported = true;
1282 isSupported = true;
1291 isSupported = false;
1298 return isSupported;
[all...]
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.cpp1488 bool isSupported = false; local
1519 isSupported = true;
1554 isSupported = true;
1586 isSupported = true;
1605 isSupported = true;
1621 isSupported = true;
1634 isSupported = true;
1647 isSupported = true;
1666 return isSupported;
1681 bool isSupported local
[all...]
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp1458 bool isSupported = false; local
1469 isSupported = true;
1477 isSupported = true;
1483 isSupported = fController->DoesHBAPerformAutoSense ( );
1496 isSupported = true;
1504 isSupported = fMultiPathSupport;
1510 // Since isSupported is set to false by default, there is
1521 return isSupported;
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGElement.h154 virtual bool isSupported(StringImpl* feature, StringImpl* version) const;
H A DSVGElement.cpp164 bool SVGElement::isSupported(StringImpl* feature, StringImpl* version) const function in class:WebCore::SVGElement
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNode.idl78 [ObjCLegacyUnnamedParameters] boolean isSupported([Default=Undefined] optional DOMString feature,
H A DNode.h165 static bool isSupported(const String& feature, const String& version);
H A DNode.cpp146 bool Node::isSupported(const String& feature, const String& version) function in class:WebCore::Node
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginProxy.cpp237 bool isSupported = false;
238 if (m_connection && !m_connection->connection()->sendSync(Messages::PluginControllerProxy::SupportsSnapshotting(), Messages::PluginControllerProxy::SupportsSnapshotting::Reply(isSupported), m_pluginInstanceID))
241 return isSupported;
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/
H A DPluginControllerProxy.cpp551 void PluginControllerProxy::supportsSnapshotting(bool& isSupported) argument
553 isSupported = m_plugin->supportsSnapshotting();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMHTMLClasses.h270 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLDocument
273 /* [retval][out] */ BOOL *result) { return DOMDocument::isSupported(feature, version, result); }
544 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLElement
547 /* [retval][out] */ BOOL *result) { return DOMElement::isSupported(feature, version, result); }
803 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLFormElement
806 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::isSupported(feature, version, result); }
1108 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLSelectElement
1111 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::isSupported(feature, version, result); }
1432 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLOptionElement
1435 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::isSupported(featur
1730 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLInputElement
2140 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLTextAreaElement
2465 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMHTMLIFrameElement
[all...]
H A DDOMCoreClasses.h191 virtual HRESULT STDMETHODCALLTYPE isSupported(
415 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMDocument
418 /* [retval][out] */ BOOL* result) { return DOMNode::isSupported(feature, version, result); }
731 virtual HRESULT STDMETHODCALLTYPE isSupported( function in class:DOMElement
734 /* [retval][out] */ BOOL* result) { return DOMNode::isSupported(feature, version, result); }
H A DDOMCoreClasses.cpp310 HRESULT STDMETHODCALLTYPE DOMNode::isSupported( function in class:DOMNode
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.h199 bool isSupported() const;
H A DEditorCommand.cpp1702 if (!isSupported() || !m_frame || !m_command->allowExecutionWhenDisabled)
1714 bool Editor::Command::isSupported() const function in class:WebCore::Editor::Command
1731 if (!isSupported() || !m_frame)
1738 if (!isSupported() || !m_frame)
1745 if (!isSupported() || !m_frame)
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMCore.idl193 - (BOOL)isSupported:(NSString *)feature :(NSString *)version;
195 HRESULT isSupported([in] BSTR feature, [in] BSTR version, [out, retval] BOOL* result);
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.pm890 sub isSupported { subroutine
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h296 - (BOOL)isSupported:(NSString *)feature :(NSString *)version;
297 - (BOOL)isSupported:(NSString *)feature version:(NSString *)version AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DWebPageMac.mm193 if (command.isSupported()) {
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp796 return command.isSupported() && command.isEnabled();
1885 isEnabled = command.isSupported() && command.isEnabled();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLView.mm2735 if (command.isSupported()) {
5762 if (command.isSupported())

Completed in 527 milliseconds

12