Searched defs:IsValid (Results 26 - 50 of 132) sorted by relevance

123456

/external/chromium_org/cc/resources/
H A Dtexture_mailbox.h35 bool IsValid() const { return IsTexture() || IsSharedMemory(); } function in class:cc::TextureMailbox
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_key.cc88 DCHECK(IsValid());
89 DCHECK(other.IsValid());
131 bool IndexedDBKey::IsValid() const { function in class:content::IndexedDBKey
137 if (!array_[i].IsValid())
/external/chromium_org/media/audio/
H A Daudio_parameters.cc82 bool AudioParameters::IsValid() const { function in class:media::AudioParameters
/external/chromium_org/net/http/
H A Dhttp_byte_range.cc62 bool HttpByteRange::IsValid() const { function in class:net::HttpByteRange
71 DCHECK(IsValid());
100 if (!IsValid())
/external/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix.h100 bool IsValid() const { return AllTripletsWithinBounds(); } function in class:ceres::internal::TripletSparseMatrix
/external/chromium/base/
H A Ddir_reader_linux.h45 bool IsValid() const { function in class:base::DirReaderLinux
/external/chromium/base/memory/
H A Dweak_ptr.cc18 bool WeakReference::Flag::IsValid() const { function in class:base::internal::WeakReference::Flag
38 return flag_ && flag_->IsValid();
/external/chromium_org/base/files/
H A Ddir_reader_linux.h45 bool IsValid() const { function in class:base::DirReaderLinux
/external/chromium_org/base/memory/
H A Dweak_ptr.cc25 bool WeakReference::Flag::IsValid() const { function in class:base::internal::WeakReference::Flag
43 bool WeakReference::is_valid() const { return flag_.get() && flag_->IsValid(); }
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.h133 bool IsValid() const { function in class:base::SequencedWorkerPool::SequenceToken
/external/chromium_org/base/
H A Dversion.cc96 bool Version::IsValid() const { function in class:base::Version
107 return version.IsValid();
112 if (!proposed_ver.IsValid())
118 DCHECK(IsValid());
124 DCHECK(version.IsValid());
155 DCHECK(IsValid());
156 DCHECK(that.IsValid());
161 DCHECK(IsValid());
162 DCHECK(other.IsValid());
167 DCHECK(IsValid());
[all...]
/external/chromium_org/chrome/test/chromedriver/net/
H A Dnet_util.cc73 bool NetAddress::IsValid() const { function in class:NetAddress
/external/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_packet_parser.h33 bool IsValid() const { return record_parser_.IsValid() && is_header_read_; } function in class:DnsPacketParser
/external/chromium_org/content/renderer/pepper/
H A Dpepper_truetype_font_linux.cc25 virtual bool IsValid() OVERRIDE;
78 bool PepperTrueTypeFontLinux::IsValid() { function in class:content::__anon8530::PepperTrueTypeFontLinux
/external/chromium_org/google_apis/gcm/
H A Dgcm_client.h69 bool IsValid() const { return android_id != 0 && secret != 0; } function in struct:gcm::GCMClient::CheckInInfo
/external/chromium_org/net/socket/
H A Dtcp_socket_win.h74 bool IsValid() const { return socket_ != INVALID_SOCKET; } function in class:net::TCPSocketWin
/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_params.h91 bool IsValid() const { function in class:sandbox::ParameterSet
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dnormalizedunicodetext.cc35 if (library_.IsValid()) {
44 if (!is_normalized_string_.IsValid())
50 if (!normalize_string_.IsValid()) {
60 bool IsValid() const { function in class:__anon11459::NormalizationAPI
61 return is_normalized_string_.IsValid() && normalize_string_.IsValid();
104 if (!normalization_api.IsValid()) {
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwindow.h78 bool IsValid() const { return id_ != 0; } function in class:talk_base::WindowId
114 bool IsValid() const { return index_ != -1; } function in class:talk_base::DesktopId
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dscreencastid.h42 bool IsValid() const { function in class:cricket::ScreencastId
46 return window_.IsValid();
48 return desktop_.IsValid();
/external/chromium_org/ui/gfx/range/
H A Drange.cc36 bool Range::IsValid() const { function in class:gfx::Range
61 return IsValid() && range.IsValid() &&
66 return IsValid() && range.IsValid() &&
/external/compiler-rt/lib/asan/
H A Dasan_allocator.h38 bool IsValid() { return chunk_ != 0; } function in class:__asan::AsanChunkView
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h142 bool IsValid() const { return Node != NULL; } function in class:llvm::ScheduleDAGSDNodes::RegDefIter
145 assert(IsValid() && "bad iterator");
/external/chromium/net/disk_cache/
H A Dfile_win.cc116 bool File::IsValid() const { function in class:disk_cache::File
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwinping.h71 bool IsValid() { return valid_; } function in class:talk_base::WinPing

Completed in 388 milliseconds

123456