HomeSort by relevance Sort by last modified time
    Searched refs:HCURSOR (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium/webkit/glue/
webcursor.h 18 typedef HICON HCURSOR;
73 // Returns a HCURSOR representing the current WebCursor instance.
74 // The ownership of the HCURSOR (does not apply to external cursors) remains
76 HCURSOR GetCursor(HINSTANCE module_handle);
79 // the HCURSOR remains valid by not invoking the DestroyCursor/DestroyIcon
81 void InitFromExternalCursor(HCURSOR handle);
148 // An externally generated HCURSOR. We assume that it remains valid, i.e we
149 // don't attempt to copy the HCURSOR.
150 HCURSOR external_cursor_;
152 HCURSOR custom_cursor_
    [all...]
webcursor_unittest.cc 89 reinterpret_cast<HCURSOR>(1000));
93 EXPECT_EQ(reinterpret_cast<HCURSOR>(1000), custom_cursor.GetCursor(NULL));
webcursor_win.cc 113 static WebCursorInfo::Type ToCursorType(HCURSOR cursor) {
115 HCURSOR cursor;
139 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){
198 void WebCursor::InitFromExternalCursor(HCURSOR cursor) {
214 // HCURSOR being a user object can be marshaled as is.
232 // The custom_cursor_ member will be initialized to a HCURSOR the next time
webkit_glue.h 174 HCURSOR LoadCursor(int cursor_id);
  /external/chromium_org/webkit/common/cursors/
webcursor.h 25 typedef HICON HCURSOR;
67 HCURSOR external_handle;
101 // the HCURSOR remains valid by not invoking the DestroyCursor/DestroyIcon
103 void InitFromExternalCursor(HCURSOR handle);
113 // Returns a HCURSOR representing the current WebCursor instance.
114 // The ownership of the HCURSOR (does not apply to external cursors) remains
116 HCURSOR GetCursor(HINSTANCE module_handle);
176 // An externally generated HCURSOR. We assume that it remains valid, i.e we
177 // don't attempt to copy the HCURSOR.
178 HCURSOR external_cursor_
    [all...]
webcursor.cc 170 static WebCursorInfo::Type ToCursorType(HCURSOR cursor) {
172 HCURSOR cursor;
196 void WebCursor::InitFromExternalCursor(HCURSOR cursor) {
webcursor_unittest.cc 143 reinterpret_cast<HCURSOR>(1000));
147 EXPECT_EQ(reinterpret_cast<HCURSOR>(1000), custom_cursor.GetCursor(NULL));
webcursor_win.cc 112 HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){
150 // HCURSOR being a user object can be marshaled as is.
168 // The custom_cursor_ member will be initialized to a HCURSOR the next time
  /external/chromium_org/third_party/WebKit/public/platform/
WebCursorInfo.h 43 typedef HICON HCURSOR;
103 // defined HCURSOR. If type is TypeCustom and externalHandle is non-
106 HCURSOR externalHandle;
  /external/chromium_org/base/win/
wrapped_window_proc.h 46 HCURSOR cursor,
wrapped_window_proc.cc 39 HCURSOR cursor,
52 class_out->hCursor = cursor;
  /external/chromium_org/ui/base/cursor/
cursor.h 19 typedef HICON HCURSOR;
25 typedef ::HCURSOR PlatformCursor;
35 // Equivalent to a NULL HCURSOR on Windows.
  /external/chromium_org/ui/views/controls/
resize_area.cc 41 static HCURSOR g_resize_cursor = LoadCursor(NULL, IDC_SIZEWE);
single_split_view.cc 98 static HCURSOR we_resize_cursor = LoadCursor(NULL, IDC_SIZEWE);
99 static HCURSOR ns_resize_cursor = LoadCursor(NULL, IDC_SIZENS);
link.cc 61 static HCURSOR g_hand_cursor = LoadCursor(NULL, IDC_HAND);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 53 HCURSOR = c_int
63 ("hCursor", HCURSOR),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 53 HCURSOR = c_int
63 ("hCursor", HCURSOR),
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 112 extern HCURSOR SDL_hcursor;
SDL_sysmouse.c 37 HCURSOR SDL_hcursor = NULL; /* Exported for SDL_eventloop.c */
45 HCURSOR curs;
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 184 void SetCursor(HCURSOR cursor);
461 HCURSOR current_cursor_;
465 HCURSOR previous_cursor_;
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 380 static HCURSOR WINAPI SetCursorPatch(HCURSOR cursor);
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 54 static HCURSOR g_hand_cursor;
68 HCURSOR ContentSettingBubbleContents::Favicon::g_hand_cursor = NULL;
  /external/chromium_org/ui/gfx/
native_widget_types.h 126 typedef HCURSOR NativeCursor;
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.h 70 void OnSetCursor(HCURSOR cursor);
  /external/chromium_org/ui/views/controls/table/
table_header.cc 45 static HCURSOR g_hand_cursor = LoadCursor(NULL, IDC_SIZEWE);

Completed in 1736 milliseconds

1 2