OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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.h
33
base::SharedMemoryHandle
bitmap_handle
);
clipboard_message_filter.cc
94
base::SharedMemoryHandle
bitmap_handle
) {
95
DCHECK(base::SharedMemory::IsHandleValid(
bitmap_handle
))
98
ui::Clipboard::ReplaceSharedMemHandle(&objects,
bitmap_handle
, PeerHandle());
/external/chromium_org/skia/ext/
bitmap_platform_device_win.cc
22
PlatformBitmapPixelRef(HBITMAP
bitmap_handle
, void* pixels);
63
PlatformBitmapPixelRef::PlatformBitmapPixelRef(HBITMAP
bitmap_handle
,
65
: bitmap_handle_(
bitmap_handle
),
/external/chromium_org/ui/base/clipboard/
clipboard.cc
231
base::SharedMemoryHandle
bitmap_handle
,
245
SharedMemory* bitmap = new SharedMemory(
bitmap_handle
, true, process);
247
SharedMemory* bitmap = new SharedMemory(
bitmap_handle
, true);
clipboard.h
306
// Embeds a pointer to a SharedMemory object pointed to by |
bitmap_handle
|
312
base::SharedMemoryHandle
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 212 milliseconds