Home
last modified time | relevance | path

Searched refs:GetNativeCursor (Results 1 – 6 of 6) sorted by relevance

/external/chromium/webkit/glue/
Dwebcursor.h70 gfx::NativeCursor GetNativeCursor();
Dwebcursor_gtk.cc165 gfx::NativeCursor WebCursor::GetNativeCursor() { in GetNativeCursor() function in WebCursor
Dwebcursor_win.cc194 gfx::NativeCursor WebCursor::GetNativeCursor() { in GetNativeCursor() function in WebCursor
Dwebcursor_mac.mm167 gfx::NativeCursor WebCursor::GetNativeCursor() { function
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.cc915 native_cursor_ = current_cursor_.GetNativeCursor(); in ShowCurrentCursor()
Drender_widget_host_view_gtk.cc1081 gdk_cursor = current_cursor_.GetNativeCursor(); in ShowCurrentCursor()