Home | History | Annotate | Download | only in tabs

Lines Matching refs:WebContentsData

131 // WebContentsData
135 class TabStripModel::WebContentsData : public content::WebContentsObserver {
137 WebContentsData(TabStripModel* tab_strip_model, WebContents* a_contents);
139 // Changes the WebContents that this WebContentsData tracks.
143 // Create a relationship between this WebContentsData and other
166 // The WebContents being tracked by this WebContentsData. The
206 DISALLOW_COPY_AND_ASSIGN(WebContentsData);
209 TabStripModel::WebContentsData::WebContentsData(TabStripModel* tab_strip_model,
222 void TabStripModel::WebContentsData::SetWebContents(WebContents* contents) {
227 void TabStripModel::WebContentsData::WebContentsDestroyed() {
298 WebContentsData* data = new WebContentsData(this, contents);
1271 // WebContentsData::WebContentsDestroyed and detach it.
1347 WebContentsData* moved_data = contents_data_[index];
1400 bool TabStripModel::OpenerMatches(const WebContentsData* data,