Home | History | Annotate | Download | only in tab_contents

Lines Matching refs:view_

102       view_(view),
118 drag_source_ = new WebDragSource(view_->GetNativeView(),
119 view_->GetTabContents());
121 const GURL& page_url = view_->GetTabContents()->GetURL();
122 const std::string& page_encoding = view_->GetTabContents()->encoding();
132 old_drop_target_suspended_state_ = view_->drop_target()->suspended();
133 view_->drop_target()->set_suspended(true);
217 view_->GetTabContents());
326 view_->drop_target()->set_suspended(old_drop_target_suspended_state_);
334 view_->EndDragging();