Home
last modified time | relevance | path

Searched defs:IsHandleValid (Results 1 – 7 of 7) sorted by relevance

/external/cronet/base/win/
Dscoped_hdc.h61 static bool IsHandleValid(HDC handle) { return handle != NULL; } in IsHandleValid() function
Dscoped_handle.h148 static bool IsHandleValid(HANDLE handle) { in IsHandleValid() function
/external/cronet/base/
Dsyslog_logging.cc61 static bool IsHandleValid(HANDLE handle) { return handle != nullptr; } in IsHandleValid() function in logging::__anon82ad25150211::EventLogHandleTraits
/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder.cc30 bool ModuleHandleTraits::IsHandleValid(HMODULE handle) { in IsHandleValid() function in base::ModuleHandleTraits
/external/cronet/net/base/
Dnetwork_interfaces_win.h64 static bool IsHandleValid(HANDLE handle) { in IsHandleValid() function
/external/cronet/base/profiler/
Dmodule_cache_win.cc88 static bool IsHandleValid(HMODULE handle) { return handle != nullptr; } in IsHandleValid() function in base::__anon5d726c060111::ModuleHandleTraits
/external/libchrome/base/memory/
Dshared_memory_posix.cc53 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { in IsHandleValid() function in base::SharedMemory