/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
alternate_nav_infobar_gtk.h | 14 // An infobar that shows a string with an embedded link.
|
/external/chromium_org/chrome/browser/ui/pdf/ |
pdf_unsupported_feature.h | 15 // viewer doesn't support. Will take care of puting up an infobar to inform the
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.h | 10 #include "chrome/browser/infobars/infobar.h" 33 class InfoBarView : public InfoBar, 49 // Creates a label with the appropriate font and color for an infobar. 52 // Creates a link with the appropriate font and color for an infobar. 57 // Creates a menu button with an infobar-specific appearance. 63 // Creates a button with an infobar-specific appearance. 109 // InfoBar: 123 // The optional icon at the left edge of the InfoBar. 126 // The close button at the right edge of the InfoBar.
|
translate_language_menu_model.cc | 13 TranslateInfoBarBase* infobar, 19 infobar_(infobar),
|
translate_language_menu_model.h | 18 // infobar. This menu has only one level (no submenus). 29 TranslateInfoBarBase* infobar,
|
/external/chromium_org/extensions/common/ |
view_type.cc | 13 const char kViewTypeInfobar[] = "INFOBAR";
|
/external/chromium_org/chrome/browser/google/ |
google_url_tracker_unittest.cc | 16 #include "chrome/browser/infobars/infobar.h" 34 // Creates a test infobar and delegate and returns the infobar. Unlike the 35 // parent class, this does not add the infobar to |infobar_service|, since 40 static InfoBar* Create(GoogleURLTrackerTest* test_harness, 202 void OnInfoBarClosed(scoped_ptr<InfoBar> infobar, 240 // object, we don't add the created infobar to it. Instead we will simulate 241 // any helper<->infobar interaction necessary. The returned object will be 243 InfoBar* CreateTestInfoBar(InfoBarService* infobar_service 777 GoogleURLTrackerInfoBarDelegate* infobar = GetInfoBarDelegate(1); local 795 GoogleURLTrackerInfoBarDelegate* infobar = GetInfoBarDelegate(1); local 813 GoogleURLTrackerInfoBarDelegate* infobar = GetInfoBarDelegate(1); local [all...] |
google_url_tracker_map_entry.cc | 10 #include "chrome/browser/infobars/infobar.h" 35 if (content::Details<InfoBar::RemovedDetails>(details)->first->delegate() ==
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
AnimationHelper.java | 5 package org.chromium.chrome.browser.infobar; 25 * 1) Prep work is done for the InfoBar so that the View being animated in (if it exists) is 48 private final InfoBar mInfoBar; 61 * @param infoBar InfoBar that goes with the specified ContentWrapperView. 66 public AnimationHelper(InfoBarContainer container, ContentWrapperView target, InfoBar infoBar, 69 mInfoBar = infoBar; 94 * @return the InfoBar being animated. 96 public InfoBar getInfoBar() [all...] |
TranslateCheckBox.java | 4 package org.chromium.chrome.browser.infobar; 35 mListener.onPanelClosed(InfoBar.ACTION_TYPE_NONE);
|
/external/chromium/chrome/browser/ |
omnibox_search_hint.h | 39 // Disables the hint infobar permanently, so that it does not show ever again. 43 // hint infobar possible.
|
/external/chromium/chrome/browser/ui/cocoa/translate/ |
translate_infobar_unittest.mm | 14 #import "chrome/browser/ui/cocoa/infobars/infobar.h" 100 scoped_ptr<InfoBar> infobar( 104 infobar->controller())); 113 // Check that we can instantiate a Translate Infobar correctly. 211 // Check that the infobar lays itself out correctly when instantiated in 225 // Verify that the infobar shows the "Always translate this language" button 240 // Verify that the infobar shows the "Never translate this language" button
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
confirm_infobar_gtk.h | 16 // An infobar that shows a message, up to two optional buttons, and an optional, 19 class ConfirmInfoBarGtk : public InfoBar {
|
extension_infobar_gtk.h | 19 class ExtensionInfoBarGtk : public InfoBar, 35 // Build the widgets of the Infobar.
|
link_infobar_gtk.cc | 12 InfoBar* LinkInfoBarDelegate::CreateInfoBar() { 19 : InfoBar(delegate) {
|
/external/chromium_org/chrome/browser/infobars/ |
simple_alert_infobar_delegate.h | 15 // Creates a simple alert infobar and delegate and adds the infobar to
|
/external/chromium_org/chrome/browser/ui/ |
chrome_select_file_policy.cc | 30 // Show the InfoBar saying that file-selection dialogs are disabled. 38 << "is given to display the InfoBar.";
|
/external/chromium_org/chrome_frame/infobars/internal/ |
infobar_window.h | 18 // Positions the infobar content by displacing other "natural" content of the 28 // Returns a handle to the window within which infobar content should be 29 // created. All windows associated with the infobar content should be 52 // Hides the infobar. 56 // any space required by this infobar. Passes the reserved dimensions to
|
/external/chromium/chrome/browser/google/ |
google_url_tracker_unittest.cc | 70 virtual InfoBar* CreateInfoBar(); 86 InfoBar* TestInfoBarDelegate::CreateInfoBar() { 257 TestInfoBarDelegate* infobar = static_cast<TestInfoBarDelegate*>( local 259 return infobar->new_google_url(); 263 TestInfoBarDelegate* infobar = static_cast<TestInfoBarDelegate*>( local 265 ASSERT_TRUE(infobar); 266 ASSERT_TRUE(infobar->google_url_tracker()); 267 infobar->google_url_tracker()->AcceptGoogleURL(infobar->new_google_url()); 271 TestInfoBarDelegate* infobar = static_cast<TestInfoBarDelegate*> local 279 InfoBarDelegate* infobar = g_browser_process->google_url_tracker()->infobar_; local [all...] |
/external/chromium_org/chrome/test/functional/ |
test_utils.py | 334 """Returns the index of the infobar of the given type. 338 infobar_type: The infobar type to look for. 343 Index of infobar for infobar type, or None if not found. 348 for infobar in infobar_list: 349 if infobar_type == infobar['type']: 350 return infobar_list.index(infobar) 354 """Wait for infobar type to appear and returns its index. 356 If the infobar never appears, an exception will be raised. 360 infobar_type: The infobar type to look for [all...] |
/external/chromium/chrome/browser/ui/views/infobars/ |
translate_infobar_base.cc | 22 InfoBar* TranslateInfoBarDelegate::CreateInfoBar() { 23 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/browser/extensions/ |
theme_installed_infobar_delegate.cc | 12 #include "chrome/browser/infobars/infobar.h" 36 // Create the new infobar. 51 scoped_ptr<InfoBar> new_infobar(ConfirmInfoBarDelegate::CreateInfoBar( 56 // If there's a previous theme infobar, just replace that instead of adding a 59 InfoBar* old_infobar = infobar_service->infobar_at(i); 74 // No previous theme infobar, so add this. 158 infobar()->RemoveSelf();
|
/external/chromium_org/chrome/browser/geolocation/ |
geolocation_browsertest.cc | 16 #include "chrome/browser/infobars/infobar.h" 130 // until the infobar has been displayed; otherwise it will block until the 144 InfoBar* infobar() { return infobar_; } function in class:__anon5021::GeolocationNotificationObserver 149 InfoBar* infobar_; 186 infobar_ = content::Details<InfoBar::AddedDetails>(details).ptr(); 201 // We're either waiting for just the infobar, or for both a javascript 231 // 1. Infobar is displayed when a geolocation is requested from an unauthorized 233 // 2. Denying the infobar triggers the correct error callback. 234 // 3. Allowing the infobar does not trigger an error, and allow a geoposition t [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
confirm_infobar_controller.mm | 126 // Called when someone clicks on the link in the infobar. This method 141 scoped_ptr<InfoBar> ConfirmInfoBarDelegate::CreateInfoBar( 143 scoped_ptr<InfoBarCocoa> infobar( 146 [[ConfirmInfoBarController alloc] initWithInfoBar:infobar.get()]); 147 infobar->set_controller(controller); 148 return infobar.PassAs<InfoBar>();
|
/external/chromium_org/chrome/browser/password_manager/ |
password_manager_delegate_impl.cc | 12 #include "chrome/browser/infobars/infobar.h" 39 // the user makes up their mind with the "save password" infobar. Note if the 42 // forms never end up in an infobar. 45 // If we won't be showing the one-click signin infobar, creates a save 46 // password infobar and delegate and adds the infobar to the InfoBarService 48 // "group_X" suffixes used in the histogram names for infobar usage reporting; 103 // Don't show the password manager infobar if this form is for a google 104 // account and we are going to show the one-click signin infobar.
|