HomeSort by relevance Sort by last modified time
    Searched full:infobar (Results 251 - 275 of 518) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/
chrome_quota_permission_context.cc 13 #include "chrome/browser/infobars/infobar.h"
36 // Creates a request quota infobar and delegate and adds the infobar to
180 // The tab has no infobar service.
  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate.h 15 // An infobar delegate that presents the user with a choice to allow or deny
  /external/chromium_org/chrome/browser/infobars/
simple_alert_infobar_delegate.cc 7 #include "chrome/browser/infobars/infobar.h"
  /external/chromium_org/chrome/browser/nacl_host/
nacl_infobar_delegate.cc 7 #include "chrome/browser/infobars/infobar.h"
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac_browsertest.mm 45 EXPECT_TRUE([sheet_controller infoBar]);
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_utilities.h 25 // Creates a label control in the style we need for the infobar's labels
mock_confirm_infobar_delegate.h 48 // Determines whether the infobar closes when an action is taken or not.
  /external/chromium_org/chrome/browser/ui/
collected_cookies_infobar_delegate.cc 8 #include "chrome/browser/infobars/infobar.h"
  /external/chromium_org/chrome/browser/ui/content_settings/
media_setting_changed_infobar_delegate.cc 8 #include "chrome/browser/infobars/infobar.h"
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.h 16 // An infobar that shows a message, up to two optional buttons, and an optional,
extension_infobar_gtk.cc 35 scoped_ptr<InfoBar> ExtensionInfoBarDelegate::CreateInfoBar(
37 return scoped_ptr<InfoBar>(new ExtensionInfoBarGtk(delegate.Pass()));
102 // Pad the bottom of the infobar by one pixel for the border.
189 // Get the Browser object this infobar is attached to.
238 // We also need to draw our infobar arrows over the renderer.
  /external/chromium_org/chrome/browser/ui/startup/
autolaunch_prompt_win.cc 14 #include "chrome/browser/infobars/infobar.h"
37 // The delegate for the infobar shown when Chrome is auto-launched.
40 // Creates an autolaunch infobar and delegate and adds the infobar to
google_api_keys_infobar_delegate.cc 7 #include "chrome/browser/infobars/infobar.h"
  /external/chromium_org/chrome/browser/ui/views/infobars/
before_translate_infobar.h 40 // The text displayed in the infobar is something like:
confirm_infobar.h 19 // An infobar that shows a message, up to two optional buttons, and an optional,
translate_infobar_base.h 34 // Convenience to retrieve the TranslateInfoBarDelegate for this infobar.
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_infobar_delegate.cc 9 #include "chrome/browser/infobars/infobar.h"
  /external/chromium_org/content/browser/geolocation/
location_arbitrator.h 25 // infobar prompt) or inferred from a persisted site permission.
  /external/chromium_org/chrome/test/functional/
netflix.py 83 for infobar in infobars:
84 if 'netflix' in infobar['text']:
85 # After storage infobar pops up, clicking the Ok button immediately
118 self._pyauto._HandleInfobars(err_msg='Netflix infobar did not show up')
172 self._HandleInfobars(err_msg='Netflix plugin access infobar did not show up')
179 self._HandleInfobars(err_msg='Netflix plugin access infobar did not show up')
189 self._HandleInfobars(err_msg='Netflix plugin access infobar did not show up')
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 39 // This class controls the geolocation infobar queue per profile, and it's an
54 // The InfoBar will be displayed immediately if the tab is not already
62 // Cancels a specific infobar request.
68 // InfoBar if there's any request pending for this tab.
74 // It'll notify and dismiss any other pending InfoBar request for the same
94 // Shows the first pending infobar for this tab.
97 // Cancels an InfoBar request and returns the next iterator position.
402 // NOTE: If the pending request had an infobar, TabContents will close it
408 // Accept() or Cancel(), so its owning InfoBar will call RemoveInfoBar()
486 // TabContents will destroy the InfoBar, which will remove from our vecto
    [all...]
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.cc 40 const int InfoBar::kSeparatorLineHeight =
42 const int InfoBar::kDefaultArrowTargetHeight = 9;
43 const int InfoBar::kMaximumArrowTargetHeight = 24;
44 const int InfoBar::kDefaultArrowTargetHalfWidth = kDefaultArrowTargetHeight;
45 const int InfoBar::kMaximumArrowTargetHalfWidth = 14;
46 const int InfoBar::kDefaultBarTargetHeight = 36;
53 : InfoBar(delegate),
59 set_parent_owned(false); // InfoBar deletes itself at the appropriate time.
279 << "Infobar piecewise heights do not match overall height";
352 // infobar
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarLayout.java 5 package org.chromium.chrome.browser.infobar;
24 * Layout that can be used to arrange an InfoBar's View.
26 * - An icon representing the InfoBar's purpose on the left side.
107 * Constructs the layout for the specified InfoBar.
110 * @param backgroundType Type of InfoBar background being shown.
111 * @param iconResourceId ID of the icon to use for the InfoBar.
121 if (backgroundType == InfoBar.BACKGROUND_TYPE_INFO) {
169 // Vertically center the icon and close buttons of an unstretched InfoBar. If the InfoBar
183 // Add all of the other InfoBar specific controls
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller_private.h 42 // bookmark bar (if shown), infobar, NTP detached bookmark bar (if shown),
68 // Returns YES if the bookmark bar should be placed below the infobar, NO
87 // Lays out the infobar at the given maximum y-coordinate, with the given width;
88 // returns the new maximum y (below the infobar).
161 // Update visibility of the infobar tip, depending on the state of the window.
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
main.css 132 /*** infobar ***/
134 .infobar {
145 .infobar .status a {
149 .infobar .status ul {
157 .infobar .status li {
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_unittest.mm 173 // Verifies that the toolbar, infobar, tab content area, and download shelf
179 NSRect infobar = [[controller infoBarContainerView] frame];
185 EXPECT_EQ(NSMaxY(contentArea), NSMinY(infobar));
190 EXPECT_EQ(NSMaxY(infobar), NSMinY(bookmark));
194 EXPECT_EQ(NSMaxY(infobar), NSMinY(toolbar));
335 NSView* infobar = [controller_ infoBarContainerView];
356 // Expand the infobar to 60px and recheck
357 [controller_ resizeView:infobar newHeight:60];
368 // Shrink the infobar to 0px and toolbar to 39px and recheck
369 [controller_ resizeView:infobar newHeight:0]
    [all...]

Completed in 472 milliseconds

<<11121314151617181920>>