Searched refs:isValid (Results 151 - 175 of 593) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerCallFrame.h67 bool isValid() const { return !!m_callFrame; } function in class:JSC::DebuggerCallFrame
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DSourceProvider.h65 bool isValid() const { return m_validated; } function in class:JSC::SourceProvider
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStructureInlines.h186 if (!isValid(globalObject, m_cachedPrototypeChain.get())) {
198 inline bool Structure::isValid(JSGlobalObject* globalObject, StructureChain* cachedPrototypeChain) const function in class:JSC::Structure
214 inline bool Structure::isValid(ExecState* exec, StructureChain* cachedPrototypeChain) const function in class:JSC::Structure
216 return isValid(exec->lexicalGlobalObject(), cachedPrototypeChain);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dcredential.h59 bool isValid() const;
H A Ddbcrypto.h48 bool isValid() const { return mIsValid; } function in class:DatabaseCryptoCore
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBKeyPath.h75 bool isValid() const;
/macosx-10.10/WebCore-7600.1.25/bridge/
H A Druntime_root.h62 bool isValid() { return m_isValid; } function in class:JSC::Bindings::RootObject
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSFontFaceSource.h53 bool isValid() const;
H A DCSSPageRule.cpp76 if (!selectorList.isValid())
H A DCSSSegmentedFontFace.h71 bool isValid() const;
H A DCSSSelectorList.h48 bool isValid() const { return !!m_selectorArray; } function in class:WebCore::CSSSelectorList
H A DMediaQueryExp.h58 bool isValid() const { return m_isValid; } function in class:WebCore::MediaQueryExp
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLBaseElement.cpp94 if (!url.isValid())
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DContentDistributor.h79 bool isValid() const { return m_validity == Valid; } function in class:WebCore::ContentDistributor
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoadRequest.h76 bool hasSubstituteData() { return m_substituteData.isValid(); }
/macosx-10.10/WebCore-7600.1.25/platform/graphics/opengl/
H A DExtensions3DOpenGLCommon.cpp196 bool isValid = compiler.compileShaderSource(entry.source.utf8().data(), shaderType, translatedShaderSource, shaderInfoLog, symbols, extraCompileOptions); local
199 entry.isValid = isValid;
208 if (!isValid)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/egl/
H A DEGLXSurface.h60 bool isValid() const;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DFontPlatformData.h59 int isValid() const { return reinterpret_cast<unsigned>(m_private) & ~1; } function in class:WebCore::FontPlatformData
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DNetworkingContext.h48 virtual bool isValid() const { return true; } function in class:WebCore::NetworkingContext
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextEncoding.h40 bool isValid() const { return m_name; } function in class:WebCore::TextEncoding
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DBorderValue.h73 m_colorIsValid = color.isValid();
H A DCollapsedBorderValue.h46 , m_colorIsValid(color.isValid())
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGColor.cpp84 if (m_color.isValid())
H A DSVGDocument.cpp82 return toSVGSVGElement(child).isValid();
H A DSVGTransform.h72 bool isValid() const { return m_type != SVG_TRANSFORM_UNKNOWN; } function in class:WebCore::SVGTransform

Completed in 246 milliseconds

1234567891011>>