Lines Matching full:profile
23 #include "chrome/browser/profiles/profile.h"
63 Profile* profile,
67 : PageInfoBubbleView(parent_window, profile, url, ssl, show_history),
115 bool ExternalTabContainer::Init(Profile* profile,
149 tab_contents_->controller().set_profile(profile);
151 TabContents* new_contents = new TabContents(profile, NULL, MSG_ROUTING_NONE,
415 // an unwrapped Profile.
418 new_contents->profile()->GetOriginalProfile(),
445 tab_contents()->profile()->GetPath().DirName().BaseName().value());
558 void ExternalTabContainer::ShowPageInfo(Profile* profile,
569 new ExternalTabPageInfoBubbleView(this, NULL, profile, url,
676 tab_contents_->profile()));