Home
last modified time | relevance | path

Searched refs:CustomCursor (Results 1 – 4 of 4) sorted by relevance

/external/chromium/webkit/glue/
Dwebcursor_gtk_data.h267 } CustomCursor; typedef
270 static const CustomCursor CustomCursors[] = {
Dwebcursor_gtk.cc29 const CustomCursor& custom = CustomCursors[type]; in GetInlineCustomCursor()
/external/webkit/Source/WebCore/platform/gtk/
DCursorGtk.h366 } CustomCursor; typedef
369 static const CustomCursor CustomCursors[] = {
DCursorGtk.cpp44 CustomCursor cursor = CustomCursors[cursorType]; in createNamedCursor()