Searched
full:infobar (Results
276 -
300 of
518) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/ui/gtk/ |
browser_window_gtk.h | 180 // Toggles whether an infobar is showing. 182 void SetInfoBarShowing(InfoBar* bar, bool animate); 220 // Get the position where the infobar arrow should be anchored in 328 // Invalidate all the widgets that need to redraw when the infobar draw state 332 // Gets the size (width and height) of the infobar arrow. The size depends on 340 // Used to draw the infobar arrow and drop shadow. This is connected to 345 // Used to draw the infobar bits for the bookmark bar. When the bookmark 352 // because when the bookmark bar changes dimensions, the infobar arrow has to 517 // The model that tracks the paint state of the arrow for the infobar
|
/external/chromium/chrome/browser/password_manager/ |
password_manager.h | 68 // pending_login_managers_ to provisional_save_manager_ and the infobar. 72 // | ___ Infobar
|
/external/chromium/chrome/browser/ |
password_manager_delegate_impl.cc | 24 // the user makes up their mind with the "save password" infobar. Note if the 27 // forms never end up in an infobar.
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
confirm_infobar_gtk.cc | 16 InfoBar* ConfirmInfoBarDelegate::CreateInfoBar() { 23 : InfoBar(delegate) {
|
infobar_arrow_model.cc | 44 void InfoBarArrowModel::ShowArrowFor(InfoBar* bar, bool animate) { 92 SkIntToScalar(bounds.bottom() + InfoBar::kInfoBarHeight));
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
confirm_infobar.cc | 18 scoped_ptr<InfoBar> ConfirmInfoBarDelegate::CreateInfoBar( 20 return scoped_ptr<InfoBar>(new ConfirmInfoBar(delegate.Pass()));
|
/external/chromium_org/chrome/browser/ui/apps/ |
app_metro_infobar_delegate_win.cc | 12 #include "chrome/browser/infobars/infobar.h" 43 // Create a new tab at about:blank, and add the infobar.
|
/external/chromium_org/chrome/browser/ui/ |
auto_login_prompter.cc | 62 // be triggered. Try adding the InfoBar now. 121 // We can't add the infobar just yet, since we need to wait for the tab to
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
before_translate_infobar_controller.mm | 40 - (id)initWithInfoBar:(InfoBarCocoa*)infobar { 41 if ((self = [super initWithInfoBar:infobar])) {
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
confirm_infobar_gtk.cc | 20 scoped_ptr<InfoBar> ConfirmInfoBarDelegate::CreateInfoBar( 22 return scoped_ptr<InfoBar>(new ConfirmInfoBarGtk(delegate.Pass()));
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_navigation_observer.h | 34 // displays an infobar once the search result has also loaded. See 94 // the alternate nav infobar if necessary, and deletes |this|.
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
alternate_nav_infobar_view.cc | 17 scoped_ptr<InfoBar> AlternateNavInfoBarDelegate::CreateInfoBar( 19 return scoped_ptr<InfoBar>(new AlternateNavInfoBarView(delegate.Pass()));
|
after_translate_infobar.h | 45 // The text displayed in the infobar is something like:
|
/external/chromium_org/chrome/test/ppapi/ |
ppapi_test.cc | 15 #include "chrome/browser/infobars/infobar.h" 74 EXPECT_FALSE(expecting_infobar_) << "Missing an expected infobar"; 89 // It's not safe to remove the infobar here, since other observers (e.g. the 91 // do all necessary infobar manipulation as soon as this call stack returns. 110 InfoBar* infobar = infobar_service->infobar_at(0); local 112 infobar->delegate()->AsConfirmInfoBarDelegate(); 119 infobar_service->RemoveInfoBar(infobar);
|
/external/chromium/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.cc | 25 // don't want the infobar to be expired at this point, because the user won't
|
/external/chromium/chrome/browser/ui/views/infobars/ |
after_translate_infobar.h | 39 // The text displayed in the infobar is something like:
|
before_translate_infobar.h | 38 // The text displayed in the infobar is something like:
|
extension_infobar.cc | 26 InfoBar* ExtensionInfoBarDelegate::CreateInfoBar() { 119 // When the infobar is closed, it animates to 0 vertical height. We'll 122 // infobar view).
|
/external/chromium/chrome/browser/ui/webui/ |
collected_cookies_ui_delegate.h | 56 // Sets infobar label text.
|
/external/chromium_org/chrome/browser/android/ |
resource_id.h | 16 // InfoBar resources.
|
/external/chromium_org/chrome/browser/ |
auto_launch_trial.h | 31 // The possible responses for the auto-launch infobar.
|
/external/chromium_org/chrome/browser/geolocation/ |
chrome_geolocation_permission_context_android.cc | 52 // the infobar to go back to the 'settings' to turn it back on.
|
/external/chromium_org/content/port/browser/ |
location_provider.h | 51 // infobar prompt) or inferred from a persisted site permission.
|
/external/chromium/chrome/browser/google/ |
google_url_tracker.h | 72 // When the load commits, we'll show the infobar. 78 // Methods called from InfoBar delegate. 162 // This infobar delegate is declared here (rather than in the .cc file) so test
|
/external/chromium/chrome/browser/tab_contents/ |
language_state.h | 98 // Whether the user has declined to translate the page (by closing the infobar 99 // for example). This is necessary as a new infobar could be shown if a new 100 // load happens in the page after the user closed the infobar.
|
Completed in 697 milliseconds
<<11121314151617181920>>