OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cursor_image_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_unittest.cc
32
cursor_image_
.reset(cursor_image);
43
scoped_ptr<MouseCursor>
cursor_image_
;
member in class:webrtc::MouseCursorMonitorTest
71
EXPECT_TRUE(
cursor_image_
.get());
72
EXPECT_GE(
cursor_image_
->hotspot().x(), 0);
73
EXPECT_LE(
cursor_image_
->hotspot().x(),
74
cursor_image_
->image()->size().width());
75
EXPECT_GE(
cursor_image_
->hotspot().y(), 0);
76
EXPECT_LE(
cursor_image_
->hotspot().y(),
77
cursor_image_
->image()->size().height());
98
cursor_image_
.reset()
[
all
...]
/external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc
211
cursor_image_
= image.Pass();
214
if (mouse_lock_state_ != MouseLockDisallowed && !
cursor_image_
) {
232
if (has_focus_ && !
cursor_image_
&& mouse_lock_state_ == MouseLockOff) {
278
if (
cursor_image_
) {
280
*
cursor_image_
,
pepper_input_handler.h
76
// Applies |
cursor_image_
| as the custom pointer or uses the standard arrow
77
// pointer if |
cursor_image_
| is not available.
88
// Custom cursor image sent by the host. |
cursor_image_
| is set to NULL when
91
scoped_ptr<pp::ImageData>
cursor_image_
;
member in class:remoting::PepperInputHandler
93
// Hot spot for |
cursor_image_
|.
/external/chromium_org/ash/display/
cursor_window_controller.cc
51
canvas->DrawImageInt(
cursor_image_
, 0, 0);
75
cursor_image_
= gfx::ImageSkia::CreateFrom1xBitmap(image_rep.sk_bitmap());
78
cursor_image_
= gfx::ImageSkia(
87
gfx::ImageSkia
cursor_image_
;
member in class:ash::CursorWindowDelegate
Completed in 122 milliseconds