Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/qt/
DDragControllerQt.cpp61 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
63 static const IntSize maxDragImageSize(400, 400); in maxDragImageSize() local
/external/webkit/WebCore/page/win/
DDragControllerWin.cpp57 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
59 static const IntSize maxDragImageSize(200, 200); in maxDragImageSize() local
/external/webkit/WebCore/page/gtk/
DDragControllerGtk.cpp59 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
61 static const IntSize maxDragImageSize(400, 400); in maxDragImageSize() local
/external/webkit/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/WebCore/page/chromium/
DDragControllerChromium.cpp67 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
69 static const IntSize maxDragImageSize(200, 200); in maxDragImageSize() local
/external/webkit/WebCore/page/android/
DDragControllerAndroid.cpp55 const IntSize& DragController::maxDragImageSize() { return dummy; } in maxDragImageSize() function in WebCore::DragController