Searched defs:InterstitialDropTarget (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
H A Dweb_drop_target_win.cc44 // InterstitialDropTarget is like a app::win::DropTarget implementation that
48 class InterstitialDropTarget { class
50 explicit InterstitialDropTarget(TabContents* tab_contents) function in class:InterstitialDropTarget
81 DISALLOW_COPY_AND_ASSIGN(InterstitialDropTarget);
89 interstitial_drop_target_(new InterstitialDropTarget(tab_contents)) {

Completed in 153 milliseconds