OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DragImageAlpha
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Source/WebCore/page/brew/
DragControllerBrew.cpp
41
const float DragController::
DragImageAlpha
= 0.75f;
/external/webkit/Source/WebCore/page/efl/
DragControllerEfl.cpp
44
const float DragController::
DragImageAlpha
= 0.75f;
/external/webkit/Source/WebCore/page/gtk/
DragControllerGtk.cpp
43
const float DragController::
DragImageAlpha
= 0.75f;
/external/webkit/Source/WebCore/page/android/
DragControllerAndroid.cpp
54
const float DragController::
DragImageAlpha
= 1.0f;
/external/webkit/Source/WebCore/page/haiku/
DragControllerHaiku.cpp
44
const float DragController::
DragImageAlpha
= 0.75f;
/external/webkit/Source/WebCore/page/qt/
DragControllerQt.cpp
43
const float DragController::
DragImageAlpha
= 0.75f;
/external/webkit/Source/WebCore/page/win/
DragControllerWin.cpp
41
const float DragController::
DragImageAlpha
= 0.75f;
/external/webkit/Source/WebCore/page/wx/
DragControllerWx.cpp
44
const float DragController::
DragImageAlpha
= 0.75f;
/external/webkit/Source/WebCore/page/chromium/
DragControllerChromium.cpp
45
const float DragController::
DragImageAlpha
= 0.75f;
/external/webkit/Source/WebCore/page/mac/
DragControllerMac.mm
43
const float DragController::
DragImageAlpha
= 0.75f;
/external/webkit/Source/WebCore/platform/
DragImage.cpp
72
image = dissolveDragImageToFraction(image, DragController::
DragImageAlpha
);
/external/webkit/Source/WebCore/page/
DragController.h
90
static const float
DragImageAlpha
;
DragController.cpp
801
dragImage = dissolveDragImageToFraction(dragImage,
DragImageAlpha
);
[
all
...]
Completed in 498 milliseconds