HomeSort by relevance Sort by last modified time
    Searched defs:IsValid (Results 1 - 18 of 18) sorted by null

  /external/chromium/base/
scoped_temp_dir.cc 45 bool ScopedTempDir::IsValid() const {
file_util.cc 271 if (IsValid())
285 if (IsValid())
309 bool MemoryMappedFile::IsValid() {
scoped_handle_win.h 15 // IsValid() method since invalid handles on windows can be either NULL or
44 bool IsValid() const {
99 bool IsValid() const { return handle_ != NULL; }
mime_util_linux.cc 124 bool IsValid() {
224 if (!theme->IsValid())
  /external/chromium/net/http/
http_byte_range.cc 36 bool HttpByteRange::IsValid() const {
59 if (!IsValid())
http_cache.cc 96 bool IsValid() const { return callback_ || entry_; }
735 } else if (item->IsValid()) {
  /external/chromium/net/disk_cache/
file_win.cc 125 bool File::IsValid() const {
file_posix.cc 282 bool File::IsValid() const {
  /external/v8/src/
platform-posix.cc 223 bool IsValid() const { return socket_ != -1; }
231 if (!IsValid()) {
248 if (!IsValid()) {
258 if (!IsValid()) {
272 if (!IsValid()) {
296 if (IsValid()) {
platform-nullos.cc 306 bool ThreadHandle::IsValid() const {
platform-macos.cc 401 bool ThreadHandle::IsValid() const {
420 ASSERT(thread->IsValid());
platform-openbsd.cc 372 bool ThreadHandle::IsValid() const {
391 ASSERT(thread->IsValid());
399 ASSERT(IsValid());
platform-solaris.cc 347 bool ThreadHandle::IsValid() const {
366 ASSERT(thread->IsValid());
374 ASSERT(IsValid());
objects-inl.h 680 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) {
781 ASSERT(Smi::IsValid(value));
790 ASSERT(Smi::IsValid(value));
870 bool Smi::IsValid(intptr_t value) {
    [all...]
platform-freebsd.cc 399 bool ThreadHandle::IsValid() const {
418 ASSERT(thread->IsValid());
426 ASSERT(IsValid());
platform-linux.cc 493 bool ThreadHandle::IsValid() const {
512 ASSERT(thread->IsValid());
520 ASSERT(IsValid());
platform-win32.cc     [all...]
  /external/chromium/net/base/
cookie_monster.h 254 // You should not call any other methods on the class if !IsValid
255 bool IsValid() const { return is_valid_; }

Completed in 304 milliseconds