Searched defs:isValid (Results 1 - 25 of 215) sorted by relevance

123456789

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSwitchElement.h38 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGAElement.h41 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGCircleElement.h40 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGClipPathElement.h43 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGDefsElement.cpp50 bool SVGDefsElement::isValid() const function in class:WebCore::SVGDefsElement
52 return SVGTests::isValid();
H A DSVGEllipseElement.h40 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGForeignObjectElement.h40 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGGElement.h41 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGImageElement.h46 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGLineElement.h40 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGRectElement.h40 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGCursorElement.h50 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGMaskElement.h43 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGPatternElement.h57 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGPolyElement.h46 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::SVGPolyElement
H A DSVGPathElement.h103 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptPreprocessor.h52 bool isValid() { return !m_preprocessorFunction.isEmpty(); } function in class:WebCore::ScriptPreprocessor
H A DScriptRegexp.h49 bool isValid() const { return !m_regex.isEmpty(); } function in class:WebCore::ScriptRegexp
H A DDOMRequestState.h76 bool isValid() const { return m_executionContext; } function in class:WebCore::DOMRequestState
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DMockConstraints.cpp47 bool isValid(const WebString& constraint) function in namespace:WebTestRunner::__anon11196
74 if (!isValid(curr.m_name) || curr.m_value != "0") {
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSearchableFormData.h45 // If the provided form is suitable for automated searching, isValid()
49 bool isValid() { return m_url.isValid(); } function in class:blink::WebSearchableFormData
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIPAddress.java12 public static boolean isValid( method in class:IPAddress
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelectorList.h46 bool isValid() const { return !!m_selectorArray; } function in class:WebCore::CSSSelectorList
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLinkResource.h69 bool isValid() const { return !m_url.isEmpty() && m_url.isValid(); } function in class:WebCore::LinkRequestBuilder
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DSubstituteData.h48 bool isValid() const { return m_content != 0; } function in class:WebCore::SubstituteData

Completed in 525 milliseconds

123456789