/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
AnimationHelper.java | 5 package org.chromium.chrome.browser.infobar; 26 * 1) Prep work is done for the InfoBar so that the View being animated in (if it exists) is 50 private final InfoBar mInfoBar; 63 * @param infoBar InfoBar that goes with the specified ContentWrapperView. 68 public AnimationHelper(InfoBarContainer container, ContentWrapperView target, InfoBar infoBar, 72 mInfoBar = infoBar; 97 * @return the InfoBar being animated. 99 public InfoBar getInfoBar() [all...] |
SavePasswordInfoBar.java | 5 package org.chromium.chrome.browser.infobar; 12 * The infobar that allows saving passwords for autofill.
|
TranslateCheckBox.java | 4 package org.chromium.chrome.browser.infobar; 39 mListener.onPanelClosed(InfoBar.ACTION_TYPE_NONE);
|
/external/chromium_org/chrome/browser/content_settings/ |
permission_infobar_delegate.cc | 10 #include "components/infobars/core/infobar.h" 59 infobar())->GetLastCommittedURL().GetOrigin(),
|
/external/chromium_org/chrome/browser/infobars/ |
simple_alert_infobar_delegate.h | 17 // Creates a simple alert infobar and delegate and adds the infobar to
|
/external/chromium_org/chrome/browser/nacl_host/ |
nacl_infobar_delegate.cc | 9 #include "components/infobars/core/infobar.h" 54 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
|
/external/chromium_org/chrome/browser/services/gcm/ |
push_messaging_infobar_delegate.cc | 8 #include "components/infobars/core/infobar.h" 16 infobars::InfoBar* PushMessagingInfoBarDelegate::Create(
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
data_reduction_proxy_infobar.cc | 61 scoped_ptr<infobars::InfoBar> DataReductionProxyInfoBarDelegate::CreateInfoBar( 63 return scoped_ptr<infobars::InfoBar>(
|
/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.";
|
collected_cookies_infobar_delegate.cc | 10 #include "components/infobars/core/infobar.h" 55 InfoBarService::WebContentsFromInfoBar(infobar());
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
media_setting_changed_infobar_delegate.cc | 10 #include "components/infobars/core/infobar.h" 56 InfoBarService::WebContentsFromInfoBar(infobar());
|
/external/chromium_org/chrome/browser/ui/startup/ |
google_api_keys_infobar_delegate.cc | 9 #include "components/infobars/core/infobar.h" 46 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.h | 10 #include "components/infobars/core/infobar.h" 32 class InfoBarView : public infobars::InfoBar, 50 // Creates a label with the appropriate font and color for an infobar. 53 // Creates a link with the appropriate font and color for an infobar. 58 // Creates a button with an infobar-specific appearance. 110 // InfoBar: 125 // The optional icon at the left edge of the InfoBar. 128 // The close button at the right edge of the InfoBar.
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
website_settings_infobar_delegate.cc | 11 #include "components/infobars/core/infobar.h" 56 InfoBarService::WebContentsFromInfoBar(infobar());
|
/external/chromium_org/components/ |
google_strings.grdp | 4 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_MESSAGE" desc="Message displayed when the user's current Google TLD doesn't match the default for their location. This can be shortened in other languages (e.g. by removing 'would you like to') as needed to keep the translated strings from being much longer than English, so the infobar can still display all three IDS_GOOGLE_URL_TRACKER_ strings and a 'Learn more' link."> 13 <message name="IDS_GOOGLE_URL_TRACKER_INFOBAR_LEARN_MORE" desc="Learn more text for the Google URL tracker infobar">
|
infobars.gypi | 24 'infobars/core/infobar.cc', 25 'infobars/core/infobar.h',
|
/external/chromium_org/chrome/browser/plugins/ |
plugin_infobar_delegates.cc | 22 #include "components/infobars/core/infobar.h" 61 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL( 71 InfoBarService::WebContentsFromInfoBar(infobar()); 152 const GURL& url = InfoBarService::WebContentsFromInfoBar(infobar())->GetURL(); 246 InfoBarService::WebContentsFromInfoBar(infobar()); 292 infobar()->RemoveSelf(); 299 // keep replacing infobar delegates infinitely). 300 if ((message_ == message) || !infobar()->owner()) 303 infobar(), installer(), plugin_metadata_->Clone(), false, message); 333 infobars::InfoBar* infobar [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
infobar_utilities.mm | 10 #import "components/infobars/core/infobar.h" 64 // If the superview is the infobar view, then subtract out the anti-spoof 65 // height so that the content is centered in the content area of the infobar, 69 superHeight = infobars::InfoBar::kDefaultBarTargetHeight; 75 // Creates a label control in the style we need for the infobar's labels
|
confirm_infobar_controller.mm | 126 // Called when someone clicks on the link in the infobar. This method 141 scoped_ptr<infobars::InfoBar> ConfirmInfoBarDelegate::CreateInfoBar( 143 scoped_ptr<InfoBarCocoa> infobar( 146 [[ConfirmInfoBarController alloc] initWithInfoBar:infobar.get()]); 147 infobar->set_controller(controller); 148 return infobar.PassAs<infobars::InfoBar>();
|
/external/chromium_org/chrome/browser/extensions/ |
theme_installed_infobar_delegate.cc | 19 #include "components/infobars/core/infobar.h" 37 // Create the new infobar. 52 scoped_ptr<infobars::InfoBar> new_infobar( 59 // If there's a previous theme infobar, just replace that instead of adding a 62 infobars::InfoBar* old_infobar = infobar_service->infobar_at(i); 77 // No previous theme infobar, so add this. 162 infobar()->RemoveSelf();
|
/external/chromium_org/chrome/browser/geolocation/ |
geolocation_browsertest.cc | 27 #include "components/infobars/core/infobar.h" 129 // until the infobar has been displayed; otherwise it will block until the 143 infobars::InfoBar* infobar() { return infobar_; } function in class:__anon8689::GeolocationNotificationObserver 148 infobars::InfoBar* infobar_; 185 infobar_ = content::Details<infobars::InfoBar::AddedDetails>(details).ptr(); 200 // We're either waiting for just the infobar, or for both a javascript 228 // 1. Infobar is displayed when a geolocation is requested from an unauthorized 230 // 2. Denying the infobar triggers the correct error callback. 231 // 3. Allowing the infobar does not trigger an error, and allow a geoposition t [all...] |
/external/chromium_org/chrome/browser/gpu/ |
three_d_api_observer.cc | 12 #include "components/infobars/core/infobar.h" 23 // Creates a 3D API infobar and delegate and adds the infobar to 53 // Basically indicates whether the infobar was displayed at all, or 93 // first infobar up. If the user selects "try again", both APIs will 138 InfoBarService::WebContentsFromInfoBar(infobar())->GetController().Reload( 148 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
|
/external/chromium_org/chrome/browser/autofill/ |
autofill_cc_infobar_delegate.cc | 14 #include "components/infobars/core/infobar.h" 73 // don't want the infobar to be expired at this point, because the user won't 105 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
|
/external/chromium_org/chrome/browser/media/ |
protected_media_identifier_infobar_delegate.cc | 10 #include "components/infobars/core/infobar.h" 21 infobars::InfoBar* ProtectedMediaIdentifierInfoBarDelegate::Create( 66 InfoBarService::WebContentsFromInfoBar(infobar());
|
protected_media_identifier_permission_context.h | 47 // Return an instance of the infobar queue controller, creating it 67 // infobar to the user. Called on the UI thread. 88 // Removes pending InfoBar requests that match |bridge_id| from the tab
|