Searched refs:drop_target_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dnative_tab_contents_view_win.h23 WebDropTarget* drop_target() const { return drop_target_.get(); }
75 scoped_refptr<WebDropTarget> drop_target_; member in class:NativeTabContentsViewWin
H A Dnative_tab_contents_view_win.cc80 drop_target_ = new WebDropTarget(GetNativeView(),
130 drop_target_->set_drag_cursor(operation);
141 if (drop_target_.get()) {
143 drop_target_ = NULL;

Completed in 56 milliseconds