HomeSort by relevance Sort by last modified time
    Searched refs:GetCursorType (Results 1 - 4 of 4) sorted by null

  /external/chromium/webkit/glue/
webcursor.h 88 int GetCursorType() const;
90 // Return a new GdkCursor* for this cursor. Only valid if GetCursorType
webcursor_gtk.cc 66 int WebCursor::GetCursorType() const {
166 int type = GetCursorType();
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 712 if (current_cursor_.GetCursorType() != GDK_CURSOR_IS_PIXMAP &&
713 current_cursor_.GetCursorType() == cursor.GetCursorType()) {
724 if (current_cursor_.GetCursorType() == GDK_LAST_CURSOR)
    [all...]
render_widget_host_view_views.cc 270 if (current_cursor_.GetCursorType() != GDK_CURSOR_IS_PIXMAP &&
271 current_cursor_.GetCursorType() == cursor.GetCursorType()) {
282 if (current_cursor_.GetCursorType() == GDK_LAST_CURSOR)

Completed in 105 milliseconds