Searched defs:InfoBarService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_service.h26 class InfoBarService : public infobars::InfoBarManager, class in inherits:infobars::InfoBarManager,content::WebContentsObserver,content::WebContentsUserData
28 public content::WebContentsUserData<InfoBarService> {
35 // InfoBarService instance (or not owned at all, in which case this returns
49 friend class content::WebContentsUserData<InfoBarService>;
51 explicit InfoBarService(content::WebContents* web_contents);
52 virtual ~InfoBarService();
79 DISALLOW_COPY_AND_ASSIGN(InfoBarService);
H A Dinfobar_service.cc17 DEFINE_WEB_CONTENTS_USER_DATA_KEY(InfoBarService); variable
35 InfoBarService::NavigationDetailsFromLoadCommittedDetails(
53 content::WebContents* InfoBarService::WebContentsFromInfoBar(InfoBar* infobar) {
56 InfoBarService* infobar_service =
57 static_cast<InfoBarService*>(infobar->owner());
61 InfoBarService::InfoBarService(content::WebContents* web_contents) function in class:InfoBarService
67 InfoBarService::~InfoBarService() {
71 int InfoBarService
[all...]

Completed in 72 milliseconds