Home | History | Annotate | Download | only in sync

Lines Matching refs:web_contents_

27     : web_contents_(web_contents), sync_session_id_(0) {}
32 return SessionTabHelper::FromWebContents(web_contents_)->window_id().id();
36 return SessionTabHelper::FromWebContents(web_contents_)->session_id().id();
40 return web_contents_->IsBeingDestroyed();
44 return Profile::FromBrowserContext(web_contents_->GetBrowserContext());
49 extensions::TabHelper::FromWebContents(web_contents_)->extension_app());
54 return web_contents_->GetController().GetCurrentEntryIndex();
58 return web_contents_->GetController().GetEntryCount();
62 return web_contents_->GetController().GetPendingEntryIndex();
66 return web_contents_->GetController().GetPendingEntry();
70 return web_contents_->GetController().GetEntryAtIndex(i);
74 return web_contents_->GetController().GetVisibleEntry();
85 SupervisedUserNavigationObserver::FromWebContents(web_contents_);
105 return web_contents_;