HomeSort by relevance Sort by last modified time
    Searched defs:InfoBarContainer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/infobars/core/
infobar_container.cc 17 InfoBarContainer::Delegate::~Delegate() {
20 InfoBarContainer::InfoBarContainer(Delegate* delegate)
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::OnInfoBarStateChanged(bool is_animating)
    [all...]
infobar_container.h 19 // 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 {
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/
InfoBarContainer.java 41 public class InfoBarContainer extends 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,
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 122 milliseconds