Searched refs:DragImageAlpha (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/page/brew/
H A DDragControllerBrew.cpp41 const float DragController::DragImageAlpha = 0.75f; member in class:WebCore::DragController
/external/webkit/Source/WebCore/page/efl/
H A DDragControllerEfl.cpp44 const float DragController::DragImageAlpha = 0.75f; member in class:WebCore::DragController
/external/webkit/Source/WebCore/page/gtk/
H A DDragControllerGtk.cpp43 const float DragController::DragImageAlpha = 0.75f; member in class:WebCore::DragController
/external/webkit/Source/WebCore/page/android/
H A DDragControllerAndroid.cpp54 const float DragController::DragImageAlpha = 1.0f; member in class:WebCore::DragController
/external/webkit/Source/WebCore/page/haiku/
H A DDragControllerHaiku.cpp44 const float DragController::DragImageAlpha = 0.75f; member in class:WebCore::DragController
/external/webkit/Source/WebCore/page/qt/
H A DDragControllerQt.cpp43 const float DragController::DragImageAlpha = 0.75f; member in class:WebCore::DragController
/external/webkit/Source/WebCore/page/win/
H A DDragControllerWin.cpp41 const float DragController::DragImageAlpha = 0.75f; member in class:WebCore::DragController
/external/webkit/Source/WebCore/page/wx/
H A DDragControllerWx.cpp44 const float DragController::DragImageAlpha = 0.75f; member in class:WebCore::DragController
/external/webkit/Source/WebCore/page/chromium/
H A DDragControllerChromium.cpp45 const float DragController::DragImageAlpha = 0.75f; member in class:WebCore::DragController
/external/webkit/Source/WebCore/page/mac/
H A DDragControllerMac.mm43 const float DragController::DragImageAlpha = 0.75f;
/external/webkit/Source/WebCore/platform/
H A DDragImage.cpp72 image = dissolveDragImageToFraction(image, DragController::DragImageAlpha);
/external/webkit/Source/WebCore/page/
H A DDragController.h90 static const float DragImageAlpha; member in class:WebCore::DragController
H A DDragController.cpp801 dragImage = dissolveDragImageToFraction(dragImage, DragImageAlpha);

Completed in 126 milliseconds