Home | History | Annotate | Download | only in find_bar

Lines Matching refs:web_contents_

33       web_contents_(NULL),
38 DCHECK(!web_contents_);
43 FindTabHelper::FromWebContents(web_contents_);
60 // |web_contents_| can be NULL for a number of reasons, for example when the
62 if (web_contents_) {
64 FindTabHelper::FromWebContents(web_contents_);
80 if (web_contents_) {
85 FindTabHelper::FromWebContents(web_contents_);
90 web_contents_ = contents;
92 web_contents_ ? FindTabHelper::FromWebContents(web_contents_)
102 if (!web_contents_)
107 content::Source<WebContents>(web_contents_));
111 content::Source<NavigationController>(&web_contents_->GetController()));
135 FindTabHelper::FromWebContents(web_contents_);
139 if (content::Source<WebContents>(source).ptr() == web_contents_) {
153 if (source_controller == &web_contents_->GetController()) {
210 FindTabHelper::FromWebContents(web_contents_);
242 FindTabHelper::FromWebContents(web_contents_);
248 Profile::FromBrowserContext(web_contents_->GetBrowserContext());