Home
last modified time | relevance | path

Searched defs:maxDragImageSize (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/page/win/
DDragControllerWin.cpp58 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
60 static const IntSize maxDragImageSize(200, 200); in maxDragImageSize() local
/external/webkit/Source/WebCore/page/haiku/
DDragControllerHaiku.cpp64 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
66 static const IntSize maxDragImageSize(400, 400); in maxDragImageSize() local
/external/webkit/Source/WebCore/page/qt/
DDragControllerQt.cpp60 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
62 static const IntSize maxDragImageSize(400, 400); in maxDragImageSize() local
/external/webkit/Source/WebCore/page/wx/
DDragControllerWx.cpp61 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
63 static const IntSize maxDragImageSize(400, 400); in maxDragImageSize() local
/external/webkit/Source/WebCore/page/gtk/
DDragControllerGtk.cpp59 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
61 static const IntSize maxDragImageSize(200, 200); in maxDragImageSize() local
/external/webkit/Source/WebCore/page/chromium/
DDragControllerChromium.cpp67 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
71 static const IntSize maxDragImageSize(400, 400); in maxDragImageSize() local
/external/webkit/Source/WebCore/page/brew/
DDragControllerBrew.cpp58 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
60 static const IntSize maxDragImageSize(400, 400); in maxDragImageSize() local
/external/webkit/Source/WebCore/page/efl/
DDragControllerEfl.cpp59 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
61 static const IntSize maxDragImageSize(400, 400); in maxDragImageSize() local
/external/webkit/Source/WebCore/page/android/
DDragControllerAndroid.cpp56 const IntSize& DragController::maxDragImageSize() { return dummy; } in maxDragImageSize() function in WebCore::DragController