OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebDropTarget
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/tab_contents/
web_drop_target_win.h
20
class
WebDropTarget
: public ui::DropTarget {
22
// Create a new
WebDropTarget
associating it with the given HWND and
24
WebDropTarget
(HWND source_hwnd, TabContents* contents);
25
virtual ~
WebDropTarget
();
67
DISALLOW_COPY_AND_ASSIGN(
WebDropTarget
);
web_drop_target_win.cc
45
//
WebDropTarget
passes through to if an interstitial is showing. Rather than
84
WebDropTarget
::
WebDropTarget
(HWND source_hwnd, TabContents* tab_contents)
92
WebDropTarget
::~
WebDropTarget
() {
95
DWORD
WebDropTarget
::OnDragEnter(IDataObject* data_object,
139
DWORD
WebDropTarget
::OnDragOver(IDataObject* data_object,
168
void
WebDropTarget
::OnDragLeave(IDataObject* data_object) {
188
DWORD
WebDropTarget
::OnDrop(IDataObject* data_object,
tab_contents_view_mac.h
26
@class
WebDropTarget
;
35
scoped_nsobject<
WebDropTarget
> dropTarget_;
/external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h
12
class
WebDropTarget
;
23
WebDropTarget
* drop_target() const { return drop_target_.get(); }
75
scoped_refptr<
WebDropTarget
> drop_target_;
native_tab_contents_view_win.cc
80
drop_target_ = new
WebDropTarget
(GetNativeView(),
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.h
21
@interface
WebDropTarget
: NSObject {
58
@interface
WebDropTarget
(Testing)
Completed in 232 milliseconds