Searched defs:IsValid (Results 1 - 25 of 120) sorted by relevance

12345

/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall_iterator.cc66 } while (invalid_only_ && IsValid(val));
72 bool SyscallIterator::IsValid(uint32_t num) { function in class:playground2::SyscallIterator
/external/chromium/base/
H A Ddir_reader_fallback.h13 // Open a directory. If |IsValid| is true, then |Next| can be called to start
16 // After construction, IsValid returns true iff the directory was
18 bool IsValid() const { return false; } function in class:base::DirReaderFallback
/external/chromium/net/http/
H A Dhttp_byte_range.cc36 bool HttpByteRange::IsValid() const { function in class:net::HttpByteRange
59 if (!IsValid())
H A Dhttp_auth_filter.cc43 bool HttpAuthFilterWhitelist::IsValid(const GURL& url, function in class:net::HttpAuthFilterWhitelist
/external/chromium_org/base/files/
H A Ddir_reader_fallback.h12 // Open a directory. If |IsValid| is true, then |Next| can be called to start
16 // After construction, IsValid returns true iff the directory was
18 bool IsValid() const { return false; } function in class:base::DirReaderFallback
H A Dmemory_mapped_file.cc17 if (IsValid())
29 if (IsValid())
42 bool MemoryMappedFile::IsValid() const { function in class:base::MemoryMappedFile
H A Dscoped_temp_dir.cc81 bool ScopedTempDir::IsValid() const { function in class:base::ScopedTempDir
/external/chromium_org/cc/output/
H A Dbegin_frame_args.h40 bool IsValid() const { function in struct:cc::BeginFrameArgs
/external/chromium_org/dbus/
H A Dobject_path.cc13 bool ObjectPath::IsValid() const { function in class:dbus::ObjectPath
/external/chromium_org/net/http/
H A Dhttp_byte_range.cc36 bool HttpByteRange::IsValid() const { function in class:net::HttpByteRange
59 if (!IsValid())
H A Dhttp_auth_filter.cc43 bool HttpAuthFilterWhitelist::IsValid(const GURL& url, function in class:net::HttpAuthFilterWhitelist
/external/chromium/base/memory/
H A Dscoped_temp_dir.cc82 bool ScopedTempDir::IsValid() const { function in class:ScopedTempDir
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_pattern.cc52 bool ContentSettingsPattern::IsValid() const { function in class:ContentSettingsPattern
69 if (!IsValid())
86 if (!IsValid())
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc41 bool AppModalDialog::IsValid() { function in class:AppModalDialog
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc44 bool AppModalDialog::IsValid() { function in class:AppModalDialog
/external/chromium_org/chrome/installer/mini_installer/
H A Dpe_resource.cc16 bool PEResource::IsValid() { function in class:PEResource
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation.h31 if (!IsValid(value)) {
36 bool IsValid(const T value) const { function in class:gpu::gles2::ValueValidator
/external/chromium_org/media/audio/
H A Daudio_parameters.cc63 bool AudioParameters::IsValid() const { function in class:media::AudioParameters
/external/chromium_org/sync/api/
H A Dsync_change.cc21 DCHECK(IsValid());
26 bool SyncChange::IsValid() const { function in class:syncer::SyncChange
27 if (change_type_ == ACTION_INVALID || !sync_data_.IsValid())
/external/chromium/base/win/
H A Dscoped_handle.h19 // IsValid() method since invalid handles on windows can be either NULL or
48 bool IsValid() const { function in class:base::win::ScopedHandle
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_folder_editor_controller.cc61 bool BookmarkFolderEditorController::IsValid(const std::wstring& text) { function in class:BookmarkFolderEditorController
/external/chromium_org/base/win/
H A Dscoped_process_information.cc44 DCHECK(!IsValid()) << "process_information_ must be NULL";
48 bool ScopedProcessInformation::IsValid() const { function in class:base::win::ScopedProcessInformation
61 if (IsValid())
72 DCHECK(!IsValid()) << "target ScopedProcessInformation must be NULL";
73 DCHECK(other.IsValid()) << "source ScopedProcessInformation must be valid";
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_key.cc81 DCHECK(IsValid());
82 DCHECK(other.IsValid());
121 bool IndexedDBKey::IsValid() const { function in class:content::IndexedDBKey
127 if (!array_[i].IsValid())
/external/chromium_org/ui/base/range/
H A Drange.cc35 bool Range::IsValid() const { function in class:ui::Range
60 return IsValid() && range.IsValid() &&
65 return IsValid() && range.IsValid() &&
/external/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix.h100 bool IsValid() const { return AllTripletsWithinBounds(); } function in class:ceres::internal::TripletSparseMatrix

Completed in 8368 milliseconds

12345