HomeSort by relevance Sort by last modified time
    Searched refs:infobar_manager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/infobars/
infobar_manager.cc 5 #include "chrome_frame/infobars/infobar_manager.h"
93 InfobarManagerImpl* infobar_manager = new InfobarManagerImpl( local
96 if (host_manager->Initialize(tab_window, infobar_manager)) {
98 return infobar_manager;
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.cc 24 #include "chrome_frame/infobars/infobar_manager.h"
123 InfobarManager* infobar_manager = GetInfobarManager(); local
125 if (infobar_manager) {
129 // Owned by infobar_manager
135 infobar_manager->Show(infobar_content.release(), TOP_INFOBAR);
140 InfobarManager* infobar_manager = GetInfobarManager(); local
141 if (infobar_manager)
142 infobar_manager->HideAll();

Completed in 454 milliseconds