Searched refs:NullHandle (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/base/win/
H A Dscoped_handle.h40 GenericScopedHandle() : handle_(Traits::NullHandle()) {}
42 explicit GenericScopedHandle(Handle handle) : handle_(Traits::NullHandle()) {
47 GenericScopedHandle(RValue other) : handle_(Traits::NullHandle()) {
90 handle_ = Traits::NullHandle();
105 handle_ = Traits::NullHandle();
129 static HANDLE NullHandle() { function in class:base::win::HandleTraits
H A Dscoped_hdc.h63 static HDC NullHandle() { function in class:base::win::CreateDCTraits
/external/chromium_org/remoting/base/
H A Dscoped_sc_handle_win.h29 static SC_HANDLE NullHandle() { function in class:remoting::ScHandleTraits
/external/chromium_org/net/base/
H A Dnet_util_win.h66 static HANDLE NullHandle() { function in struct:net::internal::WlanApiHandleTraits
67 return base::win::HandleTraits::NullHandle();
/external/chromium_org/printing/backend/
H A Dwin_helper.h37 static HANDLE NullHandle() { function in class:printing::PrinterHandleTraits
76 static HANDLE NullHandle() { function in class:printing::PrinterChangeHandleTraits
/external/chromium_org/ppapi/proxy/
H A Dppb_image_data_proxy.cc416 ImageHandle PlatformImageData::NullHandle() { function in class:ppapi::proxy::PlatformImageData
514 ImageHandle image_handle = PlatformImageData::NullHandle();
639 *result_image_handle = PlatformImageData::NullHandle();
H A Dppb_image_data_proxy.h92 static ImageHandle NullHandle();
/external/chromium_org/chrome/app/
H A Dsignature_validator_win.cc64 static HANDLE NullHandle() { function in class:__anon2846::CertStoreHandleTraits
/external/chromium_org/cloud_print/service/win/
H A Dservice_controller.cc42 static Handle NullHandle() { function in class:__anon6259::ServiceHandleTraits
/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_win.cc45 static HDEVINFO NullHandle() { return INVALID_HANDLE_VALUE; } function in class:__anon7994::DeviceInfoSetTraits

Completed in 539 milliseconds