HomeSort by relevance Sort by last modified time
    Searched refs:ScopedHGlobal (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/base/win/
scoped_hglobal.h 17 class ScopedHGlobal {
19 explicit ScopedHGlobal(HGLOBAL glob) : glob_(glob) {
22 ~ScopedHGlobal() {
46 DISALLOW_COPY_AND_ASSIGN(ScopedHGlobal);
  /external/chromium_org/ui/base/clipboard/
clipboard_util_win.cc 50 base::win::ScopedHGlobal<HDROP> hdrop(medium.hGlobal);
142 base::win::ScopedHGlobal<wchar_t*> data(store.hGlobal);
152 base::win::ScopedHGlobal<char*> data(store.hGlobal);
180 base::win::ScopedHGlobal<HDROP> hdrop(medium.hGlobal);
200 base::win::ScopedHGlobal<wchar_t*> data(medium.hGlobal);
211 base::win::ScopedHGlobal<char*> data(medium.hGlobal);
232 base::win::ScopedHGlobal<wchar_t*> data(store.hGlobal);
242 base::win::ScopedHGlobal<char*> data(store.hGlobal);
269 base::win::ScopedHGlobal<char*> data(store.hGlobal);
287 base::win::ScopedHGlobal<wchar_t*> data(store.hGlobal)
    [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_win_unittest.cc 32 base::win::ScopedHGlobal<wchar_t*>(medium.hGlobal).get();
54 base::win::ScopedHGlobal<wchar_t*> global_lock(glob);
92 base::win::ScopedHGlobal<wchar_t*> global_lock(glob);
104 base::win::ScopedHGlobal<wchar_t*> global_lock(glob);
139 base::win::ScopedHGlobal<wchar_t*>(medium.hGlobal).get();
166 base::win::ScopedHGlobal<wchar_t*>(medium.hGlobal).get();
174 base::win::ScopedHGlobal<wchar_t*>(medium.hGlobal).get();
287 base::win::ScopedHGlobal<char*> glob(medium.hGlobal);
332 base::win::ScopedHGlobal<char*> glob(medium.hGlobal);
os_exchange_data_provider_win.cc 459 base::win::ScopedHGlobal<char*> c_data(medium.hGlobal);
878 base::win::ScopedHGlobal<uint8*> scoped(handle);
935 base::win::ScopedHGlobal<DROPFILES*> locked_mem(hdata);
    [all...]
  /external/chromium_org/remoting/host/
clipboard_win.cc 245 base::win::ScopedHGlobal<WCHAR*> text_lock(text_global);
  /external/chromium_org/printing/backend/
print_backend_win.cc 33 base::win::ScopedHGlobal<char*> locked_data(hdata);

Completed in 121 milliseconds