OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmap_handle
(Results
1 - 7
of
7
) sorted by null
/external/chromium/webkit/glue/
webcursor_win.cc
164
HBITMAP
bitmap_handle
= CreateDIBSection(
local
168
0,
bitmap_handle
, 0, custom_size_.height(), &custom_data_[0],
172
SelectObject(workingDC,
bitmap_handle
));
183
ii.hbmColor =
bitmap_handle
;
188
DeleteObject(
bitmap_handle
);
/external/chromium_org/content/browser/renderer_host/
clipboard_message_filter.cc
93
base::SharedMemoryHandle
bitmap_handle
) {
94
DCHECK(base::SharedMemory::IsHandleValid(
bitmap_handle
))
106
// |
bitmap_handle
|. This reference will keep the shared memory section alive
110
long_living_objects.get(),
bitmap_handle
, PeerHandle()))
clipboard_message_filter.h
33
base::SharedMemoryHandle
bitmap_handle
);
/external/chromium_org/ui/base/clipboard/
clipboard.cc
200
base::SharedMemoryHandle
bitmap_handle
,
214
SharedMemory* bitmap = new SharedMemory(
bitmap_handle
, true, process);
216
SharedMemory* bitmap = new SharedMemory(
bitmap_handle
, true);
clipboard.h
293
// Embeds a pointer to a SharedMemory object pointed to by |
bitmap_handle
|
299
base::SharedMemoryHandle
bitmap_handle
,
/external/chromium_org/skia/ext/
bitmap_platform_device_win.cc
23
PlatformBitmapPixelRef(HBITMAP
bitmap_handle
, void* pixels);
120
PlatformBitmapPixelRef::PlatformBitmapPixelRef(HBITMAP
bitmap_handle
,
122
: bitmap_handle_(
bitmap_handle
),
/external/chromium_org/ui/gfx/
icon_util.cc
329
base::win::ScopedGDIObject<HBITMAP>
bitmap_handle
(
338
bitmap_handle
,
347
SelectObject(working_dc,
bitmap_handle
));
362
ii.hbmColor =
bitmap_handle
;
Completed in 1813 milliseconds