HomeSort by relevance Sort by last modified time
    Searched full:infobar (Results 76 - 100 of 518) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/src/ui/
info_bar.js 15 var InfoBar = ui.define('info-bar');
17 InfoBar.prototype = {
63 InfoBar: InfoBar
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateAlwaysPanel.java 4 package org.chromium.chrome.browser.infobar;
12 * Options panel shown in the after translate infobar.
40 mListener.onPanelClosed(InfoBar.ACTION_TYPE_NONE);
42 mListener.onPanelClosed(InfoBar.ACTION_TYPE_TRANSLATE_SHOW_ORIGINAL);
TwoButtonInfoBar.java 5 package org.chromium.chrome.browser.infobar;
13 * An infobar that presents the user with up to 2 buttons.
15 public abstract class TwoButtonInfoBar extends InfoBar {
22 * Creates controls for the current InfoBar.
TranslateInfoBarDelegate.java 5 package org.chromium.chrome.browser.infobar;
30 InfoBar showTranslateInfoBar(
TranslateSubPanel.java 5 package org.chromium.chrome.browser.infobar;
10 * Interface to group the different sub panels of the translate infobar.
  /external/chromium_org/chrome/browser/ui/apps/
app_metro_infobar_delegate_win.h 15 // This infobar operates by opening a new tab on about:blank, showing an
16 // infobar offering to relaunch the browser in metro mode, and then relaunching
25 // Creates an app metro infobar and delegate, adds the infobar to a new
  /external/chromium_org/chrome/browser/ui/
collected_cookies_infobar_delegate.h 12 // This class configures an infobar shown when the collected cookies dialog
16 // the reload right from the infobar.
19 // Creates a collected cookies infobar and delegate and adds the infobar to
hung_plugin_tab_helper.h 31 // - Pop up an infobar when a plugin is hung.
33 // - Periodically re-show the hung plugin infobar if the user closes it without
35 // - Hide the infobar if the plugin starts responding again.
56 // Called by an infobar when the user selects to kill the plugin.
71 // state accordingly. The plugin must not have an infobar already.
74 // Closes the infobar associated with the given state. Note that this can
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.cc 52 void InfoBarContainerGtk::PlatformSpecificAddInfoBar(InfoBar* infobar,
54 InfoBarGtk* infobar_gtk = static_cast<InfoBarGtk*>(infobar);
74 void InfoBarContainerGtk::PlatformSpecificRemoveInfoBar(InfoBar* infobar) {
75 InfoBarGtk* infobar_gtk = static_cast<InfoBarGtk*>(infobar);
79 std::find(infobars_gtk_.begin(), infobars_gtk_.end(), infobar);
96 InfoBarGtk* infobar) {
100 // For each infobar after |infobar| (or starting from the beginning if NULL)
    [all...]
infobar_container_gtk.h 15 class InfoBar;
29 // drawing of infobar arrows on other widgets.
49 // the InfoBar's close button handler.
59 // Paints parts of infobars that aren't inside the infobar's widget. This
61 // toolbars. All infobars starting from |infobar| (NULL for the first) to the
65 InfoBarGtk* infobar);
69 virtual void PlatformSpecificAddInfoBar(InfoBar* infobar,
71 virtual void PlatformSpecificRemoveInfoBar(InfoBar* infobar) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_infobar_delegate.h 12 // This class configures an infobar that is shown when the website settings UI
16 // the reload right from the infobar.
19 // Creates a website settings infobar and delegate and adds the infobar to
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
alternate_nav_infobar_controller.mm 44 // Called when someone clicks on the link in the infobar. This method
61 scoped_ptr<InfoBar> AlternateNavInfoBarDelegate::CreateInfoBar(
63 scoped_ptr<InfoBarCocoa> infobar(
66 [[AlternateNavInfoBarController alloc] initWithInfoBar:infobar.get()]);
67 infobar->set_controller(controller);
68 return infobar.PassAs<InfoBar>();
  /external/chromium_org/chrome/browser/ui/android/infobars/
infobar_android.cc 11 #include "chrome/browser/infobars/infobar.h"
17 // InfoBar --------------------------------------------------------------------
19 // Static constants defined in infobar.h. We don't really use them for anything
21 const int InfoBar::kSeparatorLineHeight = 1;
22 const int InfoBar::kDefaultArrowTargetHeight = 9;
23 const int InfoBar::kMaximumArrowTargetHeight = 24;
24 const int InfoBar::kDefaultArrowTargetHalfWidth = kDefaultArrowTargetHeight;
25 const int InfoBar::kMaximumArrowTargetHalfWidth = 14;
26 const int InfoBar::kDefaultBarTargetHeight = 36;
32 : InfoBar(delegate.Pass())
    [all...]
auto_login_infobar_delegate_android.cc 11 #include "chrome/browser/infobars/infobar.h"
68 // Do not close the infobar on accept, it will be closed as part
86 if (!infobar()->owner())
93 infobar()->RemoveSelf();
102 if (!infobar()->owner())
106 // infobar while we animate the current one closed. It would be better to use
109 infobar()->owner(), IDR_INFOBAR_WARNING,
111 infobar()->RemoveSelf();
115 infobar()->RemoveSelf();
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.h 22 // Creates a geolocation infobar and delegate and adds the infobar to
23 // |infobar_service|. Returns the infobar if it was successfully added.
24 static InfoBar* Create(InfoBarService* infobar_service,
70 // Whether the user has interacted with the geolocation infobar.
  /external/chromium_org/chrome/browser/media/
media_stream_infobar_delegate.h 15 // This class configures an infobar shown when a page requests access to a
25 // involves prompting the user, creates a media stream infobar and delegate,
26 // then checks for an existing infobar for |web_contents| and replaces it if
27 // found, or just adds the new infobar otherwise. Returns whether an infobar
media_stream_infobar_delegate.cc 11 #include "chrome/browser/infobars/infobar.h"
48 // Deny the request if there is no place to show the infobar, e.g. when
54 scoped_ptr<InfoBar> infobar(ConfirmInfoBarDelegate::CreateInfoBar(
58 InfoBar* old_infobar = infobar_service->infobar_at(i);
60 infobar_service->ReplaceInfoBar(old_infobar, infobar.Pass());
64 infobar_service->AddInfoBar(infobar.Pass());
77 // Deny the request if the infobar was closed with the 'x' button, since
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 16 // A controller for an infobar in the browser window. There is one
17 // controller per infobar view. The base InfoBarController is able to
54 // infobar without taking any action.
60 // Open or animate open the infobar.
64 // Close or animate close the infobar.
69 // the infobar view. This method is called by awakeFromNib. The
74 // infobar closes.
95 // Called when there is a click on the link in the infobar.
104 // Called when there is a click on the link in the infobar.
  /external/chromium_org/chrome/browser/ssl/
ssl_tab_helper.cc 19 #include "chrome/browser/infobars/infobar.h"
45 // Creates an SSL cert result infobar and delegate. If |previous_infobar| is
46 // NULL, adds the infobar to |infobar_service|; otherwise, replaces
47 // |previous_infobar|. Returns the new infobar if it was successfully added.
49 static InfoBar* Create(InfoBarService* infobar_service,
50 InfoBar* previous_infobar,
74 InfoBar* SSLCertResultInfoBarDelegate::Create(InfoBarService* infobar_service,
75 InfoBar* previous_infobar,
78 scoped_ptr<InfoBar> infobar(ConfirmInfoBarDelegate::CreateInfoBar
    [all...]
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.h 18 class TranslateInfoBarBase : public InfoBar,
24 // Initializes the infobar widgets. Should be called after the object has been
28 // Overridden from InfoBar:
59 // Convenience to retrieve the TranslateInfoBarDelegate for this infobar.
74 // background. When 0, the infobar background should be pure PAGE_ACTION_TYPE.
75 // When 1, the infobar background should be pure WARNING_TYPE.
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc 54 paint.setStrokeWidth(SkIntToScalar(InfoBar::kSeparatorLineHeight));
60 InfoBarView* infobar = static_cast<InfoBarView*>(view); local
62 canvas_skia->drawPath(*infobar->fill_path(), paint);
72 canvas_skia->drawPath(*infobar->stroke_path(), paint);
77 view->height() - InfoBar::kSeparatorLineHeight,
78 view->width(), InfoBar::kSeparatorLineHeight);
  /external/chromium_org/chrome/browser/content_settings/
permission_queue_controller.h 18 // This class controls an infobar queue per profile, and it's used by
33 // The InfoBar will be displayed immediately if the tab is not already
40 // Cancels a specific infobar request.
44 // It'll notify and dismiss any other pending InfoBar request for the same
64 // Returns true if a geolocation infobar is already visible for the tab
68 // Shows the next pending infobar for the tab corresponding to |id|, if any.
  /external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.h 10 // This class configures an infobar shown when the collected cookies dialog
14 // the reload right from the infobar.
  /external/chromium_org/chrome/browser/extensions/
extension_infobar_delegate.cc 10 #include "chrome/browser/infobars/infobar.h"
55 height_ = std::min(2 * InfoBar::kDefaultBarTargetHeight, height_);
57 height_ = InfoBar::kDefaultBarTargetHeight;
66 // When an extension crashes, an InfoBar is shown (for the crashed extension).
68 // is already showing the 'extension crashed InfoBar', which it never is), but
74 // Only allow one InfoBar at a time per extension.
99 infobar()->RemoveSelf();
104 infobar()->RemoveSelf();
  /external/chromium_org/chrome/browser/ui/android/content_settings/
popup_blocked_infobar_delegate.h 14 // Creates a popup blocked infobar and delegate and adds the infobar to

Completed in 612 milliseconds

1 2 34 5 6 7 8 91011>>