Home
last modified time | relevance | path

Searched refs:IsHandleValid (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder.h34 static bool BASE_EXPORT IsHandleValid(HMODULE handle);
Dwin32_stack_frame_unwinder.cc30 bool ModuleHandleTraits::IsHandleValid(HMODULE handle) { in IsHandleValid() function in base::ModuleHandleTraits
/external/libchrome/base/memory/
Dshared_memory.h96 static bool IsHandleValid(const SharedMemoryHandle& handle);
Dshared_memory_posix.cc53 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { in IsHandleValid() function in base::SharedMemory