OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platform_cursor_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/base/cursor/
cursor_x11.cc
12
if (
platform_cursor_
)
13
ui::RefCustomXCursor(
platform_cursor_
);
17
if (
platform_cursor_
)
18
ui::UnrefCustomXCursor(
platform_cursor_
);
cursor.cc
11
platform_cursor_
(0),
17
platform_cursor_
(0),
23
platform_cursor_
(cursor.
platform_cursor_
),
37
platform_cursor_
= platform;
48
platform_cursor_
= cursor.
platform_cursor_
;
cursor.h
104
PlatformCursor platform() const { return
platform_cursor_
; }
115
platform_cursor_
== cursor.
platform_cursor_
&&
121
platform_cursor_
!= cursor.
platform_cursor_
||
135
PlatformCursor
platform_cursor_
;
member in class:ui::Cursor
/external/chromium_org/webkit/common/cursors/
webcursor_aurax11.cc
18
if (
platform_cursor_
)
19
return
platform_cursor_
;
34
platform_cursor_
= ui::CreateReffedCustomXCursor(image);
35
return
platform_cursor_
;
45
if (
platform_cursor_
)
46
ui::UnrefCustomXCursor(
platform_cursor_
);
47
platform_cursor_
= 0;
48
// It is not necessary to recreate
platform_cursor_
yet, since it will be
53
platform_cursor_
= 0;
71
if (
platform_cursor_
) {
[
all
...]
webcursor.h
179
ui::PlatformCursor
platform_cursor_
;
member in class:WebCursor
Completed in 46 milliseconds