Searched refs:northWestResizeCursor (Results 1 - 12 of 12) sorted by relevance

/external/webkit/WebCore/platform/wx/
H A DCursorWx.cpp117 const Cursor& northWestResizeCursor() function in namespace:WebCore
131 static Cursor c = northWestResizeCursor();
167 static Cursor c = northWestResizeCursor();
207 return northWestResizeCursor();
/external/webkit/WebCore/platform/haiku/
H A DCursorHaiku.cpp116 const Cursor& northWestResizeCursor() function in namespace:WebCore
/external/webkit/WebCore/platform/android/
H A DCursorAndroid.cpp118 const Cursor& northWestResizeCursor() function in namespace:WebCore
/external/webkit/WebCore/platform/brew/
H A DCursorBrew.cpp125 const Cursor& northWestResizeCursor() function in namespace:WebCore
/external/webkit/WebCore/platform/mac/
H A DCursorMac.mm233 const Cursor& northWestResizeCursor()
235 DEFINE_STATIC_LOCAL(Cursor, c, (leakNamedCursor("northWestResizeCursor", 0, 0)));
321 return northWestResizeCursor();
/external/webkit/WebCore/platform/wince/
H A DCursorWince.cpp76 const Cursor& northWestResizeCursor() { return getCursor(CursorNorthWestResize); } function in namespace:WebCore
/external/webkit/WebCore/platform/gtk/
H A DCursorGtk.cpp155 const Cursor& northWestResizeCursor() function in namespace:WebCore
243 return northWestResizeCursor();
/external/webkit/WebCore/platform/qt/
H A DCursorQt.cpp203 const Cursor& northWestResizeCursor() function in namespace:WebCore
280 return northWestResizeCursor();
/external/webkit/WebCore/platform/
H A DCursor.h134 const Cursor& northWestResizeCursor();
/external/webkit/WebCore/platform/chromium/
H A DCursorChromium.cpp115 const Cursor& northWestResizeCursor() function in namespace:WebCore
/external/webkit/WebCore/platform/win/
H A DCursorWin.cpp212 const Cursor& northWestResizeCursor() function in namespace:WebCore
/external/webkit/WebCore/page/
H A DEventHandler.cpp1089 return northWestResizeCursor();

Completed in 353 milliseconds