Searched refs:InterstitialDropTarget (Results 1 – 2 of 2) sorted by relevance
13 class InterstitialDropTarget; variable65 scoped_ptr<InterstitialDropTarget> interstitial_drop_target_;
48 class InterstitialDropTarget { class50 explicit InterstitialDropTarget(TabContents* tab_contents) in InterstitialDropTarget() function in InterstitialDropTarget81 DISALLOW_COPY_AND_ASSIGN(InterstitialDropTarget);89 interstitial_drop_target_(new InterstitialDropTarget(tab_contents)) { in WebDropTarget()