/external/chromium_org/components/google/core/browser/ |
google_url_tracker.cc | 16 #include "components/infobars/core/infobar.h" 280 // yet have an infobar and we're already registered for this, or it has an 281 // infobar and the infobar's owner will handle tearing it down when the 288 // This is a new search on a tab where we already have an infobar. 292 // Whether there's an existing infobar or not, we need to listen for the 293 // load to commit, so we can show and/or update the infobar when it does. 294 // (We may already be registered for this if there is an existing infobar 300 // This is a non-search navigation on a tab with an infobar. If there was 306 // If this navigation actually commits, that will trigger the infobar' 335 infobars::InfoBar* infobar = GoogleURLTrackerInfoBarDelegate::Create( local [all...] |
google_url_tracker_unittest.cc | 19 #include "components/infobars/core/infobar.h" 364 // The infobar should be showing; otherwise the pending non-search should 372 // Committing the navigation would close the infobar. 394 // Closing a tab with an infobar showing would close the infobar. 721 GoogleURLTrackerInfoBarDelegate* infobar = local 723 ASSERT_FALSE(infobar == NULL); 725 infobar->Close(false); 741 GoogleURLTrackerInfoBarDelegate* infobar = local 743 ASSERT_FALSE(infobar == NULL) 761 GoogleURLTrackerInfoBarDelegate* infobar = local [all...] |
/external/chromium_org/chrome/android/java/res/values/ |
values.xml | 7 <!-- InfoBar constants -->
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
AutoLoginProcessor.java | 5 package org.chromium.chrome.browser.infobar;
|
InfoBarLayout.java | 5 package org.chromium.chrome.browser.infobar; 27 * Layout that arranges an InfoBar's views. An InfoBarLayout consists of: 30 * - (optional) An icon representing the infobar's purpose on the left side. 122 * mWidth is the infobar width. 136 * Constructs a layout for the specified InfoBar. After calling this, be sure to set the 142 * @param iconResourceId ID of the icon to use for the InfoBar. 143 * @param message The message to show in the infobar. 197 * Sets the message to show on the infobar. 204 * Sets the custom content of the infobar. These views will be displayed in addition to the 205 * standard infobar controls (icon, text, buttons). Depending on the available space, view1 an [all...] |
/external/chromium_org/chrome/browser/content_settings/ |
permission_queue_controller_unittest.cc | 87 // When an infobar is cancelled, the infobar helper sends a notification to 88 // the controller. If the controller has another infobar queued, it should 90 // last infobar cancellation it should unregister for notifications.
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
save_password_infobar.h | 13 // InfoBar implementation for saving passwords to be used for autofill.
|
/external/chromium_org/chrome/browser/ui/ |
chrome_select_file_policy.h | 18 // display an infobar on the weakly owned |source_contents|.
|
auto_login_infobar_delegate.cc | 24 #include "components/infobars/core/infobar.h" 133 // If |web_contents| is hosted in a WebDialog, there may be no infobar 159 // The AutoLogin infobar is shown in incognito mode on Android, so a 168 // The AutoLogin infobar is shown in incognito mode on Android, so a 217 InfoBarService::WebContentsFromInfoBar(infobar()); 226 InfoBarService::WebContentsFromInfoBar(infobar()); 238 infobar()->RemoveSelf();
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/ |
infobar.html | 32 <script src="infobar.js"></script>
|
/external/chromium_org/content/shell/browser/ |
shell_speech_recognition_manager_delegate.cc | 18 // the user for permission with an infobar.
|
/external/chromium_org/chrome/browser/media/ |
midi_permission_infobar_delegate.cc | 12 #include "components/infobars/core/infobar.h" 20 infobars::InfoBar* MidiPermissionInfoBarDelegate::Create(
|
chrome_media_stream_infobar_browsertest.cc | 24 #include "components/infobars/core/infobar.h" 141 // Should fail with permission denied right away with no infobar popping up. 155 // infobar does not pop up. 164 // infobar does not pop up. 182 // If an infobar is not launched now, this will hang.
|
/external/chromium_org/chrome/browser/notifications/ |
desktop_notification_infobar_delegate.cc | 13 #include "components/infobars/core/infobar.h" 21 infobars::InfoBar* DesktopNotificationInfoBarDelegate::Create(
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_navigation_observer.cc | 24 #include "components/infobars/core/infobar.h" 82 // Creates a supervised user warning infobar and delegate and adds the infobar 83 // to |infobar_service|. Returns the infobar if it was successfully added. 84 static infobars::InfoBar* Create(InfoBarService* infobar_service); 102 infobars::InfoBar* SupervisedUserWarningInfoBarDelegate::Create( 124 InfoBarService::WebContentsFromInfoBar(infobar()); 149 GoBackToSafety(InfoBarService::WebContentsFromInfoBar(infobar()));
|
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ |
InfoBarTestAnimationListener.java | 8 import org.chromium.chrome.browser.infobar.AnimationHelper; 9 import org.chromium.chrome.browser.infobar.InfoBarContainer;
|
/external/chromium_org/components/infobars/core/ |
infobar_delegate.cc | 9 #include "components/infobars/core/infobar.h" 93 contents_unique_id_ = infobar()->owner()->GetActiveEntryID();
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_file_helper.h | 75 // Shows infobar by means of |show_info_bar_callback| to let the user decide 77 // If user allows adding file system in infobar, grants renderer read/write 80 // If user denies adding file system in infobar, passes error string to 86 // Shows infobar by means of |show_info_bar_callback| to let the user decide 88 // If user allows adding file system in infobar, grants renderer read/write 91 // If user denies adding file system in infobar, passes error string to
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
translate_infobar_base.h | 33 // This is the button used in the translate message infobar. It can either be 49 // value can be NULL if the infobar is closing. 76 // Returns the controls that are visible in the subclasses infobar. The 100 // Teardown and rebuild the options menu. When the infobar is small, the 105 // Whether or not this infobar should show the options popup. 119 // Verifies that the layout of the infobar is correct.
|
translate_infobar_unittest.mm | 104 scoped_ptr<infobars::InfoBar> infobar( 108 infobar_ = static_cast<InfoBarCocoa*>(infobar.release()); 130 // Check that we can instantiate a Translate Infobar correctly. 230 // Check that the infobar lays itself out correctly when instantiated in 243 // Verify that the infobar shows the "Always translate this language" button 259 // Verify that the infobar shows the "Never translate this language" button
|
infobar_controller.mm | 33 - (id)initWithInfoBar:(InfoBarCocoa*)infobar { 34 if ((self = [super initWithNibName:@"InfoBar" 36 DCHECK(infobar); 37 infobar_ = infobar->GetWeakPtr(); 82 - (InfoBarCocoa*)infobar {
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 51 // InfoBar -------------------------------------------------------------------- 54 const int infobars::InfoBar::kSeparatorLineHeight = 56 const int infobars::InfoBar::kDefaultArrowTargetHeight = 9; 57 const int infobars::InfoBar::kMaximumArrowTargetHeight = 24; 58 const int infobars::InfoBar::kDefaultArrowTargetHalfWidth = 60 const int infobars::InfoBar::kMaximumArrowTargetHalfWidth = 14; 61 const int infobars::InfoBar::kDefaultBarTargetHeight = 36; 70 : infobars::InfoBar(delegate.Pass()), 74 set_owned_by_client(); // InfoBar deletes itself at the appropriate time. 76 new InfoBarBackground(infobars::InfoBar::delegate()->GetInfoBarType())) [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
save_password_infobar_delegate.cc | 13 #include "components/infobars/core/infobar.h" 28 // Don't show the password manager infobar if this form is for a google 29 // account and we are going to show the one-click signin infobar. 99 // On Android, the save password infobar supports an additional checkbox to 106 scoped_ptr<infobars::InfoBar> SavePasswordInfoBarDelegate::CreateInfoBar(
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_add_certificate.cc | 15 #include "components/infobars/core/infobar.h" 35 // Creates an SSL certificate enrollment result infobar and delegate. 76 InfoBarService::WebContentsFromInfoBar(infobar()); 80 // It looks weird to hide the infobar just as the dialog opens. 162 // Show the appropriate infobar.
|
/external/chromium_org/ui/views/accessibility/ |
native_view_accessibility_win_unittest.cc | 149 View* infobar = new View; local 150 content->AddChildView(infobar); 162 GetIAccessible2InterfaceForView(infobar, infobar_accessible.Receive()); 176 infobar->NotifyAccessibilityEvent(ui::AX_EVENT_ALERT, true); 195 delete infobar;
|