HomeSort by relevance Sort by last modified time
    Searched defs:notAllowedCursor (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/
Cursor.cpp 129 return notAllowedCursor();
350 const Cursor& notAllowedCursor()
  /external/webkit/Source/WebCore/platform/brew/
CursorBrew.cpp 239 const Cursor& notAllowedCursor()
  /external/webkit/Source/WebCore/platform/chromium/
CursorChromium.cpp 291 const Cursor& notAllowedCursor()
  /external/webkit/Source/WebCore/platform/wince/
CursorWinCE.cpp 91 const Cursor& notAllowedCursor() { return getCursor(CursorNotAllowed); }
  /external/webkit/Source/WebCore/platform/wx/
CursorWx.cpp 271 const Cursor& notAllowedCursor()
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 330 const Cursor& notAllowedCursor()
  /external/webkit/Source/WebCore/platform/haiku/
CursorHaiku.cpp 240 const Cursor& notAllowedCursor()
  /external/webkit/Source/WebCore/platform/efl/
CursorEfl.cpp 121 , NotAllowedCursor("cursor/not_allowed")
175 Cursor NotAllowedCursor;
384 const Cursor& notAllowedCursor()
386 return Cursors::self()->NotAllowedCursor;

Completed in 62 milliseconds