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

  /external/chromium_org/remoting/base/
scoped_sc_handle_win.h 29 static SC_HANDLE NullHandle() {
  /art/runtime/
handle.h 148 class NullHandle : public Handle<T> {
150 NullHandle() : Handle<T>(&null_ref_) {
  /external/chromium_org/base/win/
scoped_hdc.h 63 static HDC NullHandle() {
scoped_handle.h 40 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() {
  /external/chromium_org/printing/backend/
win_helper.h 37 static HANDLE NullHandle() {
76 static HANDLE NullHandle() {
  /external/chromium_org/chrome/app/
signature_validator_win.cc 64 static HANDLE NullHandle() {
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 42 static Handle NullHandle() {
  /external/chromium_org/net/base/
net_util_win.h 66 static HANDLE NullHandle() {
67 return base::win::HandleTraits::NullHandle();
  /external/chromium_org/device/bluetooth/
bluetooth_low_energy_win.cc 45 static HDEVINFO NullHandle() { return INVALID_HANDLE_VALUE; }
  /external/chromium_org/ppapi/proxy/
ppb_image_data_proxy.cc 416 ImageHandle PlatformImageData::NullHandle() {
514 ImageHandle image_handle = PlatformImageData::NullHandle();
639 *result_image_handle = PlatformImageData::NullHandle();

Completed in 460 milliseconds