OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CursorLoaderWin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/cursor/
cursor_loader_win.h
13
class UI_EXPORT
CursorLoaderWin
: public CursorLoader {
15
CursorLoaderWin
();
16
virtual ~
CursorLoaderWin
();
36
DISALLOW_COPY_AND_ASSIGN(
CursorLoaderWin
);
cursor_loader_win.cc
126
return new
CursorLoaderWin
;
129
CursorLoaderWin
::
CursorLoaderWin
() {
132
CursorLoaderWin
::~
CursorLoaderWin
() {
135
void
CursorLoaderWin
::LoadImageCursor(int id,
141
void
CursorLoaderWin
::LoadAnimatedCursor(int id,
148
void
CursorLoaderWin
::UnloadAll() {
152
void
CursorLoaderWin
::SetPlatformCursor(gfx::NativeCursor* cursor) {
173
void
CursorLoaderWin
::SetCursorResourceModule(const string16& module_name)
[
all
...]
Completed in 32 milliseconds