Home | History | Annotate | Download | only in dragdrop

Lines Matching refs:glob

52   HGLOBAL glob = GlobalAlloc(GPTR, sizeof(wchar_t) * (input.size() + 1));
54 SIZE_T sz = GlobalSize(glob);
55 base::win::ScopedHGlobal<wchar_t> global_lock(glob);
58 medium.hGlobal = glob;
89 HGLOBAL glob = GlobalAlloc(GPTR, sizeof(wchar_t) * (input.size() + 1));
91 SIZE_T sz = GlobalSize(glob);
92 base::win::ScopedHGlobal<wchar_t> global_lock(glob);
95 medium.hGlobal = glob;
101 HGLOBAL glob = GlobalAlloc(GPTR, sizeof(wchar_t) * (input2.size() + 1));
103 SIZE_T sz = GlobalSize(glob);
104 base::win::ScopedHGlobal<wchar_t> global_lock(glob);
107 medium.hGlobal = glob;
286 base::win::ScopedHGlobal<char> glob(medium.hGlobal);
287 std::string output(glob.get(), glob.Size());
331 base::win::ScopedHGlobal<char> glob(medium.hGlobal);
332 std::string output(glob.get(), glob.Size());