Searched refs:isValid (Results 1 - 25 of 731) sorted by relevance

1234567891011>>

/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
H A DWebPasswordFormData.h42 // If the provided form is suitable for password completion, isValid() will
47 bool isValid() const { return action.isValid(); } function in struct:blink::WebPasswordFormData
/external/skia/bench/
H A DSkBenchLogger.cpp23 return fFileStream->isValid();
27 if (fFileStream && fFileStream->isValid()) {
/external/llvm/include/llvm/Support/
H A DSMLoc.h28 bool isValid() const { return Ptr != 0; } function in class:llvm::SMLoc
53 assert(Start.isValid() == End.isValid() &&
57 bool isValid() const { return Start.isValid(); } function in class:llvm::SMRange
H A DDynamicLibrary.h49 bool isValid() { return Data != &Invalid; } function in class:llvm::sys::DynamicLibrary
54 /// Use isValid() to distinguish these cases if it is important.
62 /// instance on failure (see isValid()). \p *errMsg will only be modified
77 return !getPermanentLibrary(Filename, ErrMsg).isValid();
/external/clang/lib/Basic/
H A DSourceLocation.cpp27 if (Loc.isValid()) {
39 if (!isValid()) {
80 assert(isValid());
86 assert(isValid());
91 assert(isValid());
96 assert(isValid());
101 assert(isValid());
106 assert(isValid());
111 assert(isValid());
116 assert(isValid());
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp17 if (this->isValid()) {
30 if (this->isValid()) {
42 if (this->isValid()) {
52 if (this->isValid()) {
H A DGrGLVertexBuffer.cpp17 if (this->isValid()) {
31 if (this->isValid()) {
43 if (this->isValid()) {
53 if (this->isValid()) {
/external/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp17 if (this->isValid()) {
30 if (this->isValid()) {
42 if (this->isValid()) {
52 if (this->isValid()) {
H A DGrGLVertexBuffer.cpp17 if (this->isValid()) {
31 if (this->isValid()) {
43 if (this->isValid()) {
53 if (this->isValid()) {
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebURL.cpp41 , m_isValid(url.isValid())
49 m_isValid = url.isValid();
/external/chromium_org/third_party/skia/include/core/
H A DSkTLazy.h35 if (src.isValid()) {
43 if (this->isValid()) {
55 if (this->isValid()) {
69 if (this->isValid()) {
81 bool isValid() const { return NULL != fPtr; } function in class:SkTLazy
87 T* get() const { SkASSERT(this->isValid()); return fPtr; }
104 SkASSERT(!lazy->isValid());
151 SkASSERT(!fLazy.isValid());
160 if (!fLazy.isValid()) {
/external/skia/include/core/
H A DSkTLazy.h35 if (src.isValid()) {
43 if (this->isValid()) {
55 if (this->isValid()) {
69 if (this->isValid()) {
81 bool isValid() const { return NULL != fPtr; } function in class:SkTLazy
87 T* get() const { SkASSERT(this->isValid()); return fPtr; }
104 SkASSERT(!lazy->isValid());
151 SkASSERT(!fLazy.isValid());
160 if (!fLazy.isValid()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextMetrics.h44 bool isEmpty() const { return !m_width && !m_height && !m_glyph.isValid && m_length == 1; }
54 : isValid(false)
58 bool isValid; member in struct:WebCore::SVGTextMetrics::Glyph
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDefsElement.cpp50 bool SVGDefsElement::isValid() const function in class:WebCore::SVGDefsElement
52 return SVGTests::isValid();
H A DSVGGElement.h41 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGSwitchElement.h38 virtual bool isValid() const { return SVGTests::isValid(); } function in class:WebCore::FINAL
H A DSVGDefsElement.h38 virtual bool isValid() const;
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
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptRegexp.h49 bool isValid() const { return !m_regex.isEmpty(); } function in class:WebCore::ScriptRegexp
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageBufferSurface.cpp45 if (isValid()) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtchcfmt.h46 UBool isValid,
/external/icu4c/test/intltest/
H A Dtchcfmt.h46 UBool isValid,
/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

Completed in 1490 milliseconds

1234567891011>>