Home
last modified time | relevance | path

Searched defs:LinkDragBorderInset (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/page/qt/
DDragControllerQt.cpp38 const int DragController::LinkDragBorderInset = 2; member in WebCore::DragController
/external/webkit/WebCore/page/chromium/
DDragControllerChromium.cpp40 const int DragController::LinkDragBorderInset = 2; member in WebCore::DragController
/external/webkit/WebCore/page/haiku/
DDragControllerHaiku.cpp39 const int DragController::LinkDragBorderInset = 2; member in WebCore::DragController
/external/webkit/WebCore/page/wx/
DDragControllerWx.cpp39 const int DragController::LinkDragBorderInset = 2; member in WebCore::DragController
/external/webkit/WebCore/page/android/
DDragControllerAndroid.cpp59 const int DragController::LinkDragBorderInset = 0; member in WebCore::DragController
/external/webkit/WebCore/page/gtk/
DDragControllerGtk.cpp38 const int DragController::LinkDragBorderInset = 2; member in WebCore::DragController
/external/webkit/WebCore/page/win/
DDragControllerWin.cpp36 const int DragController::LinkDragBorderInset = 2; member in WebCore::DragController
/external/webkit/WebCore/page/
DDragController.h88 static const int LinkDragBorderInset; variable