Home
last modified time | relevance | path

Searched refs:maxDragImageSize (Results 1 – 14 of 14) sorted by relevance

/external/webkit/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
64 return maxDragImageSize; in maxDragImageSize()
/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
63 return maxDragImageSize; in maxDragImageSize()
/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
65 return maxDragImageSize; in maxDragImageSize()
/external/webkit/WebCore/page/haiku/
DDragControllerHaiku.cpp65 const IntSize& DragController::maxDragImageSize() in maxDragImageSize() function in WebCore::DragController
67 static const IntSize maxDragImageSize(400, 400); in maxDragImageSize() local
69 return maxDragImageSize; in maxDragImageSize()
/external/webkit/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
62 return maxDragImageSize; in maxDragImageSize()
/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
70 return maxDragImageSize; in maxDragImageSize()
/external/webkit/WebCore/page/mac/
DDragControllerMac.mm62 const IntSize& DragController::maxDragImageSize()
64 static const IntSize maxDragImageSize(400, 400);
66 return maxDragImageSize;
/external/webkit/WebCore/page/android/
DDragControllerAndroid.cpp55 const IntSize& DragController::maxDragImageSize() { return dummy; } in maxDragImageSize() function in WebCore::DragController
/external/webkit/WebCore/page/
DDragController.h86 static const IntSize& maxDragImageSize();
DDragController.cpp730 dragImage = fitDragImageToMaxSize(dragImage, rect.size(), maxDragImageSize()); in doImageDrag()
/external/webkit/WebCore/
DChangeLog-2007-10-1425433 (WebCore::DragController::maxDragImageSize):
25635 (WebCore::DragController::maxDragImageSize):
54333 (WebCore::DragController::maxDragImageSize):
54745 Make DragController::maxDragImageSize a function to get rid of the global initializer.
54751 (WebCore::DragController::maxDragImageSize):
54753 (WebCore::DragController::maxDragImageSize):
DChangeLog11162 (WebCore::DragController::maxDragImageSize):
DChangeLog-2008-08-1053292 (WebCore::DragController::maxDragImageSize):
76488 (WebCore::DragController::maxDragImageSize):
DChangeLog-2009-06-1655531 (WebCore::DragController::maxDragImageSize):