/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
AutoLoginDelegate.java | 5 package org.chromium.chrome.browser.infobar; 79 long infoBar = mAccountHelper.first; 82 nativeLoginDismiss(infoBar); 88 nativeLoginSuccess(infoBar, result); 90 nativeLoginFailed(infoBar);
|
TranslateInfoBar.java | 5 package org.chromium.chrome.browser.infobar; 20 * Java version of the translate infobar 22 public class TranslateInfoBar extends InfoBar implements SubPanelListener { 88 * Based on the infobar and the button pressed figure out what action needs to happen. 91 int action = InfoBar.ACTION_TYPE_NONE; 96 ? InfoBar.ACTION_TYPE_TRANSLATE : InfoBar.ACTION_TYPE_CANCEL; 100 action = InfoBar.ACTION_TYPE_TRANSLATE_SHOW_ORIGINAL; 105 action = InfoBar.ACTION_TYPE_TRANSLATE; 198 // Close the sub panel and show the infobar again [all...] |
/external/chromium_org/chrome/browser/content_settings/ |
permission_queue_controller.cc | 20 #include "components/infobars/core/infobar.h" 58 infobars::InfoBar* infobar() { return infobar_; } function in class:PermissionQueueController::PendingInfobarRequest 70 infobars::InfoBar* infobar_; 182 GetInfoBarService(id)->RemoveInfoBar(i->infobar()); 221 // We haven't created an infobar yet, just record the pending request 227 // The infobar that called us is i->infobar(), and its delegate is 234 // This infobar is for the same frame/embedder pair, but in a different 242 GetInfoBarService(i->id())->RemoveInfoBar(i->infobar()); 268 infobars::InfoBar* infobar = local [all...] |
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 69 // Returns true if a geolocation infobar is already visible for the tab 73 // Shows the next pending infobar for the tab corresponding to |id|, if any.
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
infobar_container_controller_unittest.mm | 65 scoped_ptr<InfoBarCocoa> infobar(new InfoBarCocoa(confirm_delegate.Pass())); 67 [[ConfirmInfoBarController alloc] initWithInfoBar:infobar.get()]); 68 infobar->set_controller(controller); 69 [controller_ addInfoBar:infobar.get() position:0]; 72 [controller_ removeInfoBar:infobar.get()];
|
infobar_gradient_view.mm | 13 #include "components/infobars/core/infobar.h" 40 SkColor topColor = infobars::InfoBar::GetTopColor(infobarType); 41 SkColor bottomColor = infobars::InfoBar::GetBottomColor(infobarType); 61 bounds.size.height = infobars::InfoBar::kDefaultBarTargetHeight; 65 // Around the bounds of the infobar, continue drawing the path into which the 80 // Save off the top path of the infobar. 94 // Stroke the bottom of the infobar.
|
confirm_infobar_controller_unittest.mm | 78 if ([self infobar]) 79 [self infobar]->CloseSoon(); 155 // Check to make sure the infobar message was set properly. 159 // Check that dismissing the infobar deletes the delegate. 169 // the infobar. 181 // the infobar. 191 // the infobar. 203 // the infobar. 213 // delegate. It should also close the infobar. 225 // delegate. It should not close the infobar [all...] |
confirm_infobar_controller.h | 14 // Called when there is a click on the link in the infobar.
|
/external/chromium_org/chrome/browser/ui/startup/ |
session_crashed_infobar_delegate_unittest.cc | 19 #include "components/infobars/core/infobar.h" 56 // Attach the crashed infobar to it. 65 ConfirmInfoBarDelegate* infobar = local 67 ASSERT_TRUE(infobar); 88 infobar->Accept();
|
obsolete_system_infobar_delegate.cc | 10 #include "components/infobars/core/infobar.h" 29 // No other platforms currently show this infobar. 59 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
|
/external/chromium_org/components/google/core/browser/ |
google_url_tracker_infobar_delegate.h | 18 // This infobar is shown by the GoogleURLTracker when the Google base URL has 22 // Creates a Google URL tracker infobar and delegate and adds the infobar to 23 // |infobar_manager|. Returns the infobar if it was successfully added. 24 static infobars::InfoBar* Create(
|
/external/chromium_org/components/ |
translate_strings.grdp | 5 <message name="IDS_TRANSLATE_INFOBAR_OPTIONS" desc="Text to show for the translate infobar options menu button"> 31 <message name="IDS_TRANSLATE_INFOBAR_ACCEPT" desc="Text to show for the translate infobar button to accept translation."> 34 <message name="IDS_TRANSLATE_INFOBAR_DENY" desc="Text to show for the translate infobar button to deny translation."> 37 <message name="IDS_TRANSLATE_INFOBAR_NEVER_TRANSLATE" desc="Button label shown to never translate a specific language in the translate infobar"> 40 <message name="IDS_TRANSLATE_INFOBAR_ALWAYS_TRANSLATE" desc="Button label shown to always translate a specific language in the translate infobar"> 57 <message name="IDS_TRANSLATE_INFOBAR_REVERT" desc="Text to show for translate infobar to revert translation of translated page"> 60 <message name="IDS_TRANSLATE_INFOBAR_RETRY" desc="Text to show for translate infobar to retry translation of page"> 63 <message name="IDS_TRANSLATE_INFOBAR_ERROR_CANT_CONNECT" desc="Error message to show for translate infobar when unable to connec to translate server"> 66 <message name="IDS_TRANSLATE_INFOBAR_ERROR_CANT_TRANSLATE" desc="Error message to show for translate infobar when translate server is unable to translate page"> 69 <message name="IDS_TRANSLATE_INFOBAR_UNKNOWN_PAGE_LANGUAGE" desc="Error message to show for translate infobar when the page language could not be determined." [all...] |
/external/chromium_org/chrome/android/java/res/values/ |
dimens.xml | 28 <!-- Infobar dimensions --> 29 <!-- Text size of the infobar message. --> 31 <!-- Text size of text inside infobar buttons. --> 33 <!-- Minimum width of an infobar. --> 35 <!-- Margin between items in an infobar. --> 37 <!-- Left/right padding for infobar button text. --> 41 <!-- Width and height of the infobar icon. -->
|
/external/chromium_org/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.cc | 12 #include "components/infobars/core/infobar.h" 26 scoped_ptr<infobars::InfoBar> infobar( 31 infobars::InfoBar* existing_infobar = infobar_service->infobar_at(i); 37 infobar_service->ReplaceInfoBar(existing_infobar, infobar.Pass()); 42 infobar_service->AddInfoBar(infobar.Pass()); 120 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
|
/external/chromium_org/chrome/browser/geolocation/ |
geolocation_infobar_delegate.cc | 13 #include "components/infobars/core/infobar.h" 59 infobars::InfoBar* GeolocationInfoBarDelegate::Create( 73 infobars::InfoBar* infobar = ConfirmInfoBarDelegate::CreateInfoBar( local 75 return infobar_service->AddInfoBar(scoped_ptr<infobars::InfoBar>(infobar)); 108 InfoBarService::WebContentsFromInfoBar(infobar());
|
/external/chromium_org/chrome/browser/infobars/ |
insecure_content_infobar_delegate.cc | 12 #include "components/infobars/core/infobar.h" 24 scoped_ptr<infobars::InfoBar> new_infobar( 28 // Only supsersede an existing insecure content infobar if we are upgrading 31 infobars::InfoBar* old_infobar = infobar_service->infobar_at(i); 96 InfoBarService::WebContentsFromInfoBar(infobar()); 113 InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
|
/external/chromium_org/chrome/browser/extensions/ |
theme_installed_infobar_delegate.h | 25 // infobar allowing them to cancel. 29 // Creates a theme installed infobar and delegate and adds the infobar to the
|
/external/chromium_org/chrome/browser/ |
pepper_broker_infobar_delegate.h | 21 // Shows an infobar that asks the user whether a Pepper plug-in is allowed 28 // broker infobar and delegate and adds the infobar to the InfoBarService
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
auto_login_prompter.h | 24 // This class displays an infobar that allows the user to automatically login to 33 // tries to display an infobar in the tab contents identified by the 58 // Add the infobar to the WebContents, if it's still needed.
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
extension_infobar.h | 51 // The infobar icon used for the extension infobar. The icon can be either a 54 // The icon is a dropdown menu if the extension showing the infobar shows
|
/external/chromium_org/components/translate/core/browser/ |
translate_client.h | 20 class InfoBar; 51 // Returns a translate infobar that owns |delegate|. 52 virtual scoped_ptr<infobars::InfoBar> CreateInfoBar(
|
translate_infobar_delegate.cc | 11 #include "components/infobars/core/infobar.h" 36 // translate" infobar after two denials. There is an offset of one because on 71 // infobar, which is the case when the user started a translation from the 79 // Do not create the after translate infobar if we are auto translating. 87 // Find any existing translate infobar delegate. 88 infobars::InfoBar* old_infobar = NULL; 101 scoped_ptr<infobars::InfoBar> infobar(translate_client->CreateInfoBar( 107 infobar_manager->ReplaceInfoBar(old_infobar, infobar.Pass()); 109 infobar_manager->AddInfoBar(infobar.Pass()) [all...] |
/external/chromium_org/chrome/browser/android/ |
google_location_settings_helper.h | 11 // setting and update the infobar button label based on that information i.e,
|
/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/extensions/common/ |
view_type.cc | 13 const char kViewTypeInfobar[] = "INFOBAR";
|