Home
last modified time | relevance | path

Searched refs:NullHandle (Results 1 – 7 of 7) sorted by relevance

/external/cronet/base/win/
Dscoped_handle.h54 GenericScopedHandle() : handle_(Traits::NullHandle()) {} in GenericScopedHandle()
56 explicit GenericScopedHandle(Handle handle) : handle_(Traits::NullHandle()) { in GenericScopedHandle()
61 : handle_(Traits::NullHandle()) { in GenericScopedHandle()
104 handle_ = Traits::NullHandle(); in release()
122 handle_ = Traits::NullHandle(); in Close()
153 static HANDLE NullHandle() { return nullptr; } in NullHandle() function
Dscoped_hdc.h63 static HDC NullHandle() { return NULL; } in NullHandle() function
/external/cronet/net/base/
Dnetwork_interfaces_win.h67 static HANDLE NullHandle() { in NullHandle() function
68 return base::win::HandleTraits::NullHandle(); in NullHandle()
/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder.h35 static HMODULE BASE_EXPORT NullHandle();
Dwin32_stack_frame_unwinder.cc35 HMODULE ModuleHandleTraits::NullHandle() { in NullHandle() function in base::ModuleHandleTraits
/external/cronet/base/
Dsyslog_logging.cc64 static HANDLE NullHandle() { return nullptr; } in NullHandle() function in logging::__anon82ad25150211::EventLogHandleTraits
/external/cronet/base/profiler/
Dmodule_cache_win.cc89 static HMODULE NullHandle() { return nullptr; } in NullHandle() function in base::__anon5d726c060111::ModuleHandleTraits