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

123456789

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptPreprocessor.h51 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
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DBinaryDataFontFaceSource.cpp24 bool BinaryDataFontFaceSource::isValid() const function in class:WebCore::BinaryDataFontFaceSource
H A DCSSSelectorList.h46 bool isValid() const { return !!m_selectorArray; } function in class:WebCore::CSSSelectorList
H A DCSSFontFaceSource.h46 virtual bool isValid() const { return true; } function in class:WebCore::CSSFontFaceSource
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLResultSet.h54 bool isValid() { return m_isValid; } function in class:WebCore::SQLResultSet
/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 DWebContentDetectionResult.h50 bool isValid() const { return m_isValid; } function in class:blink::WebContentDetectionResult
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIPAddress.java12 public static boolean isValid( method in class:IPAddress
/external/chromium_org/mojo/public/java/src/org/chromium/mojo/system/
H A DHandle.java34 public boolean isValid(); method in interface:Handle
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBKey.cpp40 bool IDBKey::isValid() const function in class:WebCore::IDBKey
47 if (!m_array[i]->isValid())
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBufferBuilder.h42 // by isValid() before using an instance.
59 bool isValid() const function in class:WTF::ArrayBufferBuilder
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextEncoding.h42 bool isValid() const { return m_name; } function in class:WTF::TextEncoding
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dmakeconv.h48 (*isValid)(NewConverter *cnvData, member in struct:NewConverter
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h31 bool isValid() const { return !T.isNull(); } function in class:clang::ento::DynamicTypeInfo
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.h34 bool isValid() const { return MostDerivedTypeName; } function in class:__ubsan::DynamicTypeInfo
/external/conscrypt/src/test/java/org/conscrypt/
H A DClientSessionContextTest.java116 @Override public boolean isValid() { method in class:ClientSessionContextTest.ValidSSLSession
/external/guava/guava/src/com/google/common/net/
H A DHostSpecifier.java139 public static boolean isValid(String specifier) { method in class:HostSpecifier
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.h48 (*isValid)(NewConverter *cnvData, member in struct:NewConverter
/external/llvm/include/llvm/Option/
H A DOptSpecifier.h31 bool isValid() const { return ID != 0; } function in class:llvm::opt::OptSpecifier
/external/llvm/include/llvm/Support/
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();
H A DSMLoc.h28 bool isValid() const { return Ptr != nullptr; } function in class:llvm::SMLoc
53 assert(Start.isValid() == End.isValid() &&
57 bool isValid() const { return Start.isValid(); } function in class:llvm::SMRange
/external/oauth/core/src/main/java/net/oauth/signature/
H A DHMAC_SHA1.java49 protected boolean isValid(String signature, String baseString) method in class:HMAC_SHA1
H A DPLAINTEXT.java34 protected boolean isValid(String signature, String baseString) method in class:PLAINTEXT
/external/apache-http/src/org/apache/http/auth/
H A DAuthState.java70 public boolean isValid() { method in class:AuthState

Completed in 708 milliseconds

123456789