/external/chromium_org/chrome/browser/ui/views/infobars/ |
alternate_nav_infobar_view.h | 14 // An infobar that shows a string with an embedded link.
|
confirm_infobar.h | 20 // An infobar that shows a message, up to two optional buttons, and an optional,
|
extension_infobar.cc | 33 scoped_ptr<infobars::InfoBar> ExtensionInfoBarDelegate::CreateInfoBar( 36 return scoped_ptr<infobars::InfoBar>( 44 // The horizontal margin between the infobar icon and the Extension (HTML) view. 105 // at creation time and position using OffsetY() like for other infobar items, 145 // desired infobar height.
|
alternate_nav_infobar_view.cc | 18 scoped_ptr<infobars::InfoBar> AlternateNavInfoBarDelegate::CreateInfoBar( 20 return scoped_ptr<infobars::InfoBar>(
|
/external/chromium_org/components/translate/core/browser/ |
options_menu_model.h | 15 // infobar. This menu has only one level (no submenus).
|
translate_manager.h | 76 // Shows the after translate or error infobar depending on the details. 86 // under options in the translate infobar.
|
language_state.h | 112 // Whether the user has declined to translate the page (by closing the infobar 113 // for example). This is necessary as a new infobar could be shown if a new 114 // load happens in the page after the user closed the infobar.
|
/external/chromium_org/content/browser/geolocation/ |
location_arbitrator.h | 25 // infobar prompt) or inferred from a persisted site permission.
|
/external/chromium_org/ui/accessibility/extensions/alt/ |
background.js | 25 console.log('created infobar');
|
hide-images.js | 69 if (document.querySelector('.show-alt-infobar')) 73 showAltInfobar.className = 'show-alt-infobar';
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/ |
annotate.c | 179 GtkWidget *infobar; local 203 infobar = perf_gtk__setup_info_bar(); 204 if (infobar) { 205 gtk_box_pack_start(GTK_BOX(vbox), infobar, local
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_interstitial.cc | 19 #include "components/infobars/core/infobar.h" 150 infobars::InfoBar* infobar = service->infobar_at(i); local 151 if (infobar->delegate()->ShouldExpire( 154 service->RemoveInfoBar(infobar);
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
auto_login_prompter.cc | 39 // be triggered. Try adding the InfoBar now. 90 // We can't add the infobar just yet, since we need to wait for the tab to
|
confirm_infobar.cc | 18 scoped_ptr<infobars::InfoBar> ConfirmInfoBarDelegate::CreateInfoBar( 20 return scoped_ptr<infobars::InfoBar>(new ConfirmInfoBar(delegate.Pass()));
|
/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/omnibox/ |
alternate_nav_infobar_delegate.cc | 15 #include "components/infobars/core/infobar.h" 85 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
|
omnibox_navigation_observer.h | 33 // displays an infobar once the search result has also loaded. See 92 // the alternate nav infobar if necessary, and deletes |this|.
|
/external/chromium_org/chrome/test/ppapi/ |
ppapi_test.cc | 23 #include "components/infobars/core/infobar.h" 78 EXPECT_FALSE(expecting_infobar_) << "Missing an expected infobar"; 93 // It's not safe to remove the infobar here, since other observers (e.g. the 95 // do all necessary infobar manipulation as soon as this call stack returns. 114 infobars::InfoBar* infobar = infobar_service->infobar_at(0); local 116 infobar->delegate()->AsConfirmInfoBarDelegate(); 123 infobar_service->RemoveInfoBar(infobar);
|
/external/chromium_org/components/password_manager/core/browser/ |
password_manager_metrics_util.h | 38 // infobar", depending on which experiment is active. 93 // TODO(mkwst): Drop this (and the infobar metric itself) once the new metric
|
/external/chromium_org/chrome/browser/ |
auto_launch_trial.h | 31 // The possible responses for the auto-launch infobar.
|
chrome_quota_permission_context.cc | 21 #include "components/infobars/core/infobar.h" 150 // Creates a request quota infobar and delegate and adds the infobar to 300 // The tab has no infobar service.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/ |
icons.html | 13 <a href="http://developer.chrome.com/extensions/infobars">infobar</a>
|
/external/chromium_org/components/google/core/browser/ |
google_url_tracker.h | 29 class InfoBar; 83 // commits, we'll show the infobar. 101 // If there is already a visible GoogleURLTracker infobar for this tab, this 154 // each tab with an infobar to re-perform the user's search, but on the new
|
/external/chromium_org/content/public/browser/ |
location_provider.h | 51 // infobar prompt) or inferred from a persisted site permission.
|
/external/chromium_org/chrome/browser/content_settings/ |
permission_context_base.cc | 105 // TODO(gbillock): Delete this and the infobar delegate when 130 // Infobar persistance and its related UMA is tracked on the infobar
|