Searched defs:InfoBarContainer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/infobars/core/
H A Dinfobar_container.cc17 InfoBarContainer::Delegate::~Delegate() {
20 InfoBarContainer::InfoBarContainer(Delegate* delegate) function in class:infobars::InfoBarContainer
26 InfoBarContainer::~InfoBarContainer() {
33 void InfoBarContainer::ChangeInfoBarManager(InfoBarManager* infobar_manager) {
42 // closed while it's not in an InfoBarContainer.
61 int InfoBarContainer::GetVerticalOverlap(int* total_height) const {
80 void InfoBarContainer::SetMaxTopArrowHeight(int height) {
89 void InfoBarContainer
[all...]
H A Dinfobar_container.h19 // InfoBarContainer is a cross-platform base class to handle the visibility-
21 // InfoBarContainer is responsible for telling particular InfoBars that they
26 class InfoBarContainer : public InfoBarManager::Observer { class in namespace:infobars
45 explicit InfoBarContainer(Delegate* delegate);
46 virtual ~InfoBarContainer();
55 // |total_height| is non-NULL, set it to the height of the InfoBarContainer
132 DISALLOW_COPY_AND_ASSIGN(InfoBarContainer);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarContainer.java41 public class InfoBarContainer extends ScrollView { class in inherits:ScrollView
42 private static final String TAG = "InfoBarContainer";
79 // Native InfoBarContainer pointer which will be set by nativeInit()
105 // The LinearLayout that holds the infobars. This is the only child of the InfoBarContainer.
120 public InfoBarContainer(Activity activity, AutoLoginProcessor autoLoginProcessor, method in class:InfoBarContainer
151 // Chromium's InfoBarContainer may add an InfoBar immediately during this initialization
152 // call, so make sure everything in the InfoBarContainer is completely ready beforehand.
162 // InfoBarContainer is attached to the window. See: http://crbug.com/407149
496 * Dismisses all {@link AutoLoginInfoBar}s in this {@link InfoBarContainer} that are for
571 * Searches a given view's child views for an instance of {@link InfoBarContainer}
[all...]

Completed in 181 milliseconds