HomeSort by relevance Sort by last modified time
    Searched full:infobar (Results 51 - 75 of 365) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateNeverPanel.java 4 package org.chromium.chrome.browser.infobar;
11 * Never panel shown in the translate infobar
42 mListener.onPanelClosed(InfoBar.ACTION_TYPE_NONE);
DataReductionProxyInfoBar.java 5 package org.chromium.chrome.browser.infobar;
10 * Generates an InfoBar for the data reduction proxy that contains a message and a link to the
20 * Launch a data reduction proxy {@link InfoBar} with the specified title and link
22 * @param webContents The {@link WebContents} in which to open the {@link InfoBar}.
25 * @param title The text to display in the {@link InfoBar}.
26 * @param linkText The text to display in the link in the {@link InfoBar}.
InfoBarView.java 5 package org.chromium.chrome.browser.infobar;
9 * Functions needed to display an InfoBar UI.
13 * Prepares the InfoBar for display and adds InfoBar-specific controls to the layout.
TranslateAlwaysPanel.java 4 package org.chromium.chrome.browser.infobar;
11 * Options panel shown in the after translate infobar.
40 mListener.onPanelClosed(InfoBar.ACTION_TYPE_NONE);
42 mListener.onPanelClosed(InfoBar.ACTION_TYPE_TRANSLATE_SHOW_ORIGINAL);
  /external/chromium_org/chrome/browser/nacl_host/
nacl_infobar_delegate.h 12 // Creates a NaCl infobar and delegate and adds the infobar to the infobar
  /external/chromium_org/chrome/browser/ui/startup/
google_api_keys_infobar_delegate.h 15 // An infobar that is run with a string and a "Learn More" link.
18 // If Google API keys are missing, creates a missing Google API Keys infobar
19 // and delegate and adds the infobar to |infobar_service|.
obsolete_system_infobar_delegate.h 15 // An infobar that displays a message saying the system (OS or hardware) is
19 // Creates an obsolete system infobar and delegate and adds the infobar to
session_crashed_infobar_delegate.h 13 // A delegate for the InfoBar shown when the previous session has crashed.
16 // If |browser| is not incognito, creates a session crashed infobar and
17 // delegate and adds the infobar to the InfoBarService for |browser|.
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 22 // An InfoBar delegate that enables the user to allow or deny storing credit
26 // Creates an autofill credit card infobar and delegate and adds the infobar
62 // Weak reference. Owned by the AutofillManager that initiated this infobar.
65 // The callback to save credit card if the user accepts the infobar.
68 // Did the user ever explicitly accept or dismiss this infobar?
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_container_view.cc 56 infobars::InfoBar* infobar,
58 AddChildViewAt(static_cast<InfoBarView*>(infobar),
63 infobars::InfoBar* infobar) {
64 RemoveChildView(static_cast<InfoBarView*>(infobar));
  /external/chromium_org/chrome/browser/extensions/
extension_infobar_delegate.h 36 // Creates an extension infobar and delegate and adds the infobar to the
37 // infobar service for |web_contents|.
66 // Returns an extension infobar that owns |delegate|.
67 static scoped_ptr<infobars::InfoBar> CreateInfoBar(
92 // The extension host we are showing the InfoBar for.
93 // TODO(pkasting): Should this live on the InfoBar instead?
103 // The requested height of the infobar (in pixels).
  /external/chromium_org/components/infobars/core/
BUILD.gn 9 "infobar.cc",
10 "infobar.h",
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
sourcesView.css 100 .source-frame-infobar {
108 .source-frame-infobar-info {
112 .source-frame-infobar-warning,
113 .source-frame-infobar-error {
117 .source-frame-infobar {
119 -webkit-animation: source-frame-infobar-reveal 0.1s;
122 @-webkit-keyframes source-frame-infobar-reveal {
127 .source-frame-infobar-icon {
137 .source-frame-infobar-info .source-frame-infobar-icon
    [all...]
  /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/browser/media/
midi_permission_infobar_delegate.h 21 // Creates a MIDI permission infobar and delegate and adds the infobar to
22 // |infobar_service|. Returns the infobar if it was successfully added.
23 static infobars::InfoBar* Create(InfoBarService* infobar_service,
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
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_infobar_delegate.cc 9 #include "components/infobars/core/infobar.h"
26 // This infobar currently only supports Android.
29 scoped_ptr<infobars::InfoBar> DataReductionProxyInfoBarDelegate::CreateInfoBar(
60 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
  /external/chromium_org/chrome/browser/services/gcm/
push_messaging_infobar_delegate.h 20 // Creates a Push Permission infobar and delegate and adds the infobar to
21 // |infobar_service|. Returns the infobar if it was successfully added.
22 static infobars::InfoBar* Create(InfoBarService* infobar_service,
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_cocoa.h 10 #include "components/infobars/core/infobar.h"
14 // The cocoa specific implementation of InfoBar. The real info bar logic is
16 class InfoBarCocoa : public infobars::InfoBar {
28 // These functions allow access to protected InfoBar functions.
alternate_nav_infobar_controller.mm 44 // Called when someone clicks on the link in the infobar. This method
61 scoped_ptr<infobars::InfoBar> AlternateNavInfoBarDelegate::CreateInfoBar(
63 scoped_ptr<InfoBarCocoa> infobar(
66 [[AlternateNavInfoBarController alloc] initWithInfoBar:infobar.get()]);
67 infobar->set_controller(controller);
68 return infobar.PassAs<infobars::InfoBar>();
  /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
  /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/android/content_settings/
popup_blocked_infobar_delegate.cc 15 #include "components/infobars/core/infobar.h"
26 scoped_ptr<infobars::InfoBar> infobar(ConfirmInfoBarDelegate::CreateInfoBar(
32 // See if there is an existing popup infobar already.
33 // TODO(dfalcantara) When triggering more than one popup the infobar
35 // This will be fixed once we have an in place replace infobar mechanism.
37 infobars::InfoBar* existing_infobar = infobar_service->infobar_at(i);
39 infobar_service->ReplaceInfoBar(existing_infobar, infobar.Pass());
44 infobar_service->AddInfoBar(infobar.Pass());
97 InfoBarService::WebContentsFromInfoBar(infobar());
    [all...]
  /external/chromium_org/chrome/browser/ui/android/infobars/
auto_login_infobar_delegate_android.cc 15 #include "components/infobars/core/infobar.h"
69 // Do not close the infobar on accept, it will be closed as part
89 if (!infobar()->owner())
95 InfoBarService::WebContentsFromInfoBar(infobar());
97 infobar()->RemoveSelf();
106 if (!infobar()->owner())
110 // infobar while we animate the current one closed. It would be better to use
113 InfoBarService::WebContentsFromInfoBar(infobar()));
118 infobar()->RemoveSelf();
122 infobar()->RemoveSelf()
    [all...]
  /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 infobars::InfoBar* Create(InfoBarService* infobar_service,
66 // Whether the user has interacted with the geolocation infobar.

Completed in 2499 milliseconds

1 23 4 5 6 7 8 91011>>