Home | History | Annotate | Download | only in sync

Lines Matching refs:web_contents_

30     : web_contents_(web_contents), sync_session_id_(0) {}
35 return SessionTabHelper::FromWebContents(web_contents_)->window_id().id();
39 return SessionTabHelper::FromWebContents(web_contents_)->session_id().id();
43 return web_contents_->IsBeingDestroyed();
47 return Profile::FromBrowserContext(web_contents_->GetBrowserContext());
53 extensions::TabHelper::FromWebContents(web_contents_)->extension_app());
61 return web_contents_->GetController().GetCurrentEntryIndex();
65 return web_contents_->GetController().GetEntryCount();
69 return web_contents_->GetController().GetPendingEntryIndex();
73 return web_contents_->GetController().GetPendingEntry();
77 return web_contents_->GetController().GetEntryAtIndex(i);
81 return web_contents_->GetController().GetVisibleEntry();
92 SupervisedUserNavigationObserver::FromWebContents(web_contents_);
112 return web_contents_;