HomeSort by relevance Sort by last modified time
    Searched full:drop_target_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target_unittest.mm 21 drop_target_.reset([[WebDropTarget alloc] initWithTabContents:contents()]);
46 scoped_nsobject<WebDropTarget> drop_target_;
51 EXPECT_TRUE(drop_target_);
59 [drop_target_ flipWindowPointToView:windowPoint
62 [drop_target_ flipWindowPointToScreen:windowPoint
83 EXPECT_TRUE([drop_target_ populateURL:&result_url
95 EXPECT_TRUE([drop_target_ populateURL:&result_url
108 EXPECT_TRUE([drop_target_ populateURL:&result_url
121 EXPECT_TRUE([drop_target_ populateURL:&result_url
135 EXPECT_FALSE([drop_target_ populateURL:&result_ur
    [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h 23 WebDropTarget* drop_target() const { return drop_target_.get(); }
75 scoped_refptr<WebDropTarget> drop_target_; member in class:NativeTabContentsViewWin
native_tab_contents_view_win.cc 80 drop_target_ = new WebDropTarget(GetNativeView(),
130 drop_target_->set_drag_cursor(operation);
141 if (drop_target_.get()) {
143 drop_target_ = NULL;

Completed in 53 milliseconds