OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DragSourceWin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/dragdrop/
drag_source_win.h
20
class UI_EXPORT
DragSourceWin
22
public base::RefCountedThreadSafe<
DragSourceWin
> {
24
DragSourceWin
();
25
virtual ~
DragSourceWin
() {}
52
DISALLOW_COPY_AND_ASSIGN(
DragSourceWin
);
drag_source_win.cc
9
DragSourceWin
::
DragSourceWin
() : cancel_drag_(false) {
12
HRESULT
DragSourceWin
::QueryContinueDrag(BOOL escape_pressed, DWORD key_state) {
30
HRESULT
DragSourceWin
::GiveFeedback(DWORD effect) {
34
HRESULT
DragSourceWin
::QueryInterface(const IID& iid, void** object) {
45
ULONG
DragSourceWin
::AddRef() {
46
base::RefCountedThreadSafe<
DragSourceWin
>::AddRef();
50
ULONG
DragSourceWin
::Release() {
51
base::RefCountedThreadSafe<
DragSourceWin
>::Release();
Completed in 26 milliseconds