Searched defs:infobar (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DSubPanelListener.java4 package org.chromium.chrome.browser.infobar;
7 * A listener to interact with the different subpanels of the translate infobar.
H A DAutoLoginProcessor.java5 package org.chromium.chrome.browser.infobar;
H A DConfirmInfoBarDelegate.java5 package org.chromium.chrome.browser.infobar;
H A DInfoBarListeners.java5 package org.chromium.chrome.browser.infobar;
8 * A collection of listeners for different infobar events.
13 * Called whenever an infobar is dismissed, either manually or as a side
14 * effect of a navigation, replacing the infobar...
22 * Called whenever an infobar's confirm or cancel button is clicked.
H A DMessageInfoBar.java5 package org.chromium.chrome.browser.infobar;
12 * A simple infobar that contains a message and a close icon on the right side.
20 * Creates and returns an infobar with a white background and a close button on the right.
21 * @param title the text displayed in the infobar
22 * @return the infobar.
29 * Creates and returns an infobar with a white background and a close button on the right.
31 * @param title the text displayed in the infobar
32 * @return the infobar.
39 * Creates a warning infobar, with a yellow background and a warning icon on the right.
40 * @param title the text displayed in the infobar
[all...]
H A DTranslateAlwaysPanel.java4 package org.chromium.chrome.browser.infobar;
12 * Options panel shown in the after translate infobar.
H A DTranslateCheckBox.java4 package org.chromium.chrome.browser.infobar;
H A DTranslateNeverPanel.java4 package org.chromium.chrome.browser.infobar;
12 * Never panel shown in the translate infobar
H A DTranslateSubPanel.java5 package org.chromium.chrome.browser.infobar;
10 * Interface to group the different sub panels of the translate infobar.
H A DTwoButtonInfoBar.java5 package org.chromium.chrome.browser.infobar;
13 * An infobar that presents the user with up to 2 buttons.
H A DInfoBarView.java5 package org.chromium.chrome.browser.infobar;
H A DAutoLoginAccountDelegate.java5 package org.chromium.chrome.browser.infobar;
H A DAutoLoginDelegate.java5 package org.chromium.chrome.browser.infobar;
H A DConfirmInfoBar.java5 package org.chromium.chrome.browser.infobar;
15 * An infobar that presents the user with 2 buttons (typically OK, Cancel).
61 // Construct text to be displayed on the infobar.
/external/chromium_org/chrome/browser/ui/startup/
H A Dsession_crashed_infobar_delegate_unittest.cc10 #include "chrome/browser/infobars/infobar.h"
56 // Attach the crashed infobar to it.
65 ConfirmInfoBarDelegate* infobar = local
67 ASSERT_TRUE(infobar);
88 infobar->Accept();
/external/chromium/chrome/browser/download/
H A Ddownload_request_infobar_delegate_unittest.cc20 ConfirmInfoBarDelegate* infobar() { function in class:MockTabDownloadState
35 // The actual infobar delegate we're listening to.
74 state.infobar()->Accept();
80 state.infobar()->Cancel();
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_container_view.cc47 void InfoBarContainerView::PlatformSpecificAddInfoBar(InfoBar* infobar) { argument
48 AddChildView(static_cast<InfoBarView*>(infobar));
51 void InfoBarContainerView::PlatformSpecificRemoveInfoBar(InfoBar* infobar) { argument
52 RemoveChildView(static_cast<InfoBarView*>(infobar));
H A Dinfobar_background.cc60 InfoBarView* infobar = static_cast<InfoBarView*>(view); local
62 canvas_skia->drawPath(*infobar->fill_path(), paint);
72 canvas_skia->drawPath(*infobar->stroke_path(), paint);
H A Dtranslate_infobar_base.cc23 TranslateInfoBarBase* infobar = NULL; local
26 infobar = new BeforeTranslateInfoBar(this);
29 infobar = new AfterTranslateInfoBar(this);
33 infobar = new TranslateMessageInfoBar(this);
38 infobar_view_ = infobar;
39 return infobar;
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/
H A DInfoBarTest.java5 package org.chromium.chrome.browser.infobar;
62 assertEquals("Wrong infobar count", 1, infoBars.size());
67 assertEquals("Wrong infobar count", 0, infoBars.size());
69 // A second load should not show the infobar.
86 assertEquals("Wrong infobar count", 1, infoBars.size());
93 assertTrue("Wrong infobar count", infoBars.isEmpty());
109 assertEquals("Wrong infobar count", 1, infoBars.size());
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_controller.h16 // A controller for an infobar in the browser window. There is one
17 // controller per infobar view. The base InfoBarController is able to
43 @property(nonatomic, readonly) InfoBarCocoa* infobar; variable
45 // Initializes a new InfoBarController and takes a WeakPtr to |infobar|.
46 - (id)initWithInfoBar:(InfoBarCocoa*)infobar;
48 // Returns YES if the infobar is owned. If this is NO, it is not safe to call
59 // Called when someone clicks on the close button. Dismisses the infobar
61 // NOTE: Subclasses should not call this to close the infobar as it will lead to
65 // Asks the container controller to remove the infobar for this delegate. This
66 // call will trigger a notification that starts the infobar animatin
[all...]
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_background.cc7 #include "chrome/browser/infobars/infobar.h"
39 InfoBarView* infobar = static_cast<InfoBarView*>(view); local
41 canvas_skia->drawPath(infobar->fill_path(), paint);
51 canvas_skia->drawPath(infobar->stroke_path(), paint);
H A Dinfobar_container_view.cc55 void InfoBarContainerView::PlatformSpecificAddInfoBar(InfoBar* infobar, argument
57 AddChildViewAt(static_cast<InfoBarView*>(infobar),
61 void InfoBarContainerView::PlatformSpecificRemoveInfoBar(InfoBar* infobar) { argument
62 RemoveChildView(static_cast<InfoBarView*>(infobar));
H A Dtranslate_language_menu_model.cc13 TranslateInfoBarBase* infobar,
19 infobar_(infobar),
10 TranslateLanguageMenuModel( LanguageType language_type, TranslateInfoBarDelegate* infobar_delegate, TranslateInfoBarBase* infobar, views::MenuButton* button, bool translate_on_change) argument
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_delegate.h37 // The type of the infobar. It controls its appearance, such as its background
75 // Called when the user clicks on the close button to dismiss the infobar.
82 // Returns the type of the infobar. The type determines the appearance (such
83 // as background color) of the infobar.
100 void set_infobar(InfoBar* infobar) { infobar_ = infobar; } argument
112 // #include infobar.h, which would lead to circular #includes.
123 InfoBar* infobar() { return infobar_; } function in class:InfoBarDelegate

Completed in 345 milliseconds

123