Home
last modified time | relevance | path

Searched refs:InterstitialDropTarget (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
Dweb_drop_target_win.h13 class InterstitialDropTarget; variable
65 scoped_ptr<InterstitialDropTarget> interstitial_drop_target_;
Dweb_drop_target_win.cc48 class InterstitialDropTarget { class
50 explicit InterstitialDropTarget(TabContents* tab_contents) in InterstitialDropTarget() function in InterstitialDropTarget
81 DISALLOW_COPY_AND_ASSIGN(InterstitialDropTarget);
89 interstitial_drop_target_(new InterstitialDropTarget(tab_contents)) { in WebDropTarget()