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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/password_manager/
password_manager.h 137 // Returns true if we should show an infobar instead of automatically saving
142 // pending_login_managers_ to provisional_save_manager_ and the infobar.
146 // | ___ Infobar
  /external/chromium_org/chrome/browser/tab_contents/
language_state.h 121 // Whether the user has declined to translate the page (by closing the infobar
122 // for example). This is necessary as a new infobar could be shown if a new
123 // load happens in the page after the user closed the infobar.
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller_unittest.mm 247 // Verifies that the toolbar, infobar, tab content area, and download shelf
253 NSRect infobar = [[controller infoBarContainerView] frame];
259 EXPECT_EQ(NSMaxY(contentArea), NSMinY(infobar));
264 EXPECT_EQ(NSMaxY(infobar), NSMinY(bookmark));
268 EXPECT_EQ(NSMaxY(infobar), NSMinY(toolbar));
410 NSView* infobar = [controller_ infoBarContainerView];
431 // Expand the infobar to 60px and recheck
432 [controller_ resizeView:infobar newHeight:60];
443 // Shrink the infobar to 0px and toolbar to 39px and recheck
444 [controller_ resizeView:infobar newHeight:0]
    [all...]
  /external/chromium_org/chrome/android/java/res/layout/
dimens.xml 201 <!-- Infobar dimensions -->
202 <!-- Text size of the InfoBar message. -->
204 <!-- Text size of text inside InfoBar buttons. -->
206 <!-- Minimum dimension (height or width) of the upper row of an InfoBar. -->
208 <!-- Margin between items in an InfoBar. -->
210 <!-- Left/right padding for infobar button text. -->
214 <!-- Dimension (height or width) of the InfoBar icon. -->
  /external/chromium/chrome/common/extensions/docs/
experimental.infobars.html 323 <img src="images/infobar.png" width="566" height="150" alt="An infobar asking whether the user wants to translate the current page">
327 Use an infobar to tell the reader
329 When the user leaves the page for which the infobar is displayed,
330 Google Chrome automatically closes the infobar.
335 infobar using HTML. Because infobars are ordinary pages inside an extension,
347 a 16x16-pixel icon for display next to your infobar.
352 "name": "Andy's infobar extension",
405 <p>Shows an infobar in the specified tab. The infobar will be closed automatically when the tab navigates. Use window.close() to close the infobar befor (…)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.mm 14 #include "chrome/browser/ui/cocoa/infobars/infobar.h"
68 // If the superview is the infobar view, then subtract out the anti-spoof
69 // height so that the content is centered in the content area of the infobar,
79 // Creates a label control in the style we need for the translate infobar's
112 InfoBar* TranslateInfoBarDelegate::CreateInfoBar() {
131 return new InfoBar(infobar_controller);
158 // Set the infobar background gradient.
277 // Step 1: remove all controls from the infobar so we have a clean slate.
413 // Set infobar background color.
558 // Danger Will Robinson! : This call can release the infobar (e.g. invokin
    [all...]
  /external/chromium/chrome/browser/ui/
shell_dialogs.h 104 // by Policy. If so, it tries to show an InfoBar and behaves as though no File
124 // where the InfoBar should be shown in case file-selection dialogs are
125 // forbidden by policy, or NULL if no InfoBar should be shown.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateLanguagePanel.java 5 package org.chromium.chrome.browser.infobar;
27 * Language panel shown in the translate infobar.
91 mListener.onPanelClosed(InfoBar.ACTION_TYPE_NONE);
  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 126 // installed but not in use if it there is an infobar to revert to the previous
146 // Show an infobar to prevent the current theme from being uninstalled.
165 // via an infobar.
  /external/chromium_org/chrome/browser/ui/
auto_login_infobar_delegate.cc 16 #include "chrome/browser/infobars/infobar.h"
131 // If |web_contents| is hosted in a WebDialog, there may be no infobar
215 infobar()->RemoveSelf();
  /external/chromium_org/chrome/browser/ui/views/infobars/
extension_infobar.cc 33 scoped_ptr<InfoBar> ExtensionInfoBarDelegate::CreateInfoBar(
36 return scoped_ptr<InfoBar>(new ExtensionInfoBar(delegate.Pass(), browser));
43 // The horizontal margin between the infobar icon and the Extension (HTML) view.
  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.cc 44 // don't want the infobar to be expired at this point, because the user won't
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller_unittest.mm 55 // infobar subviews.
infobar_gradient_view.mm 58 // Around the bounds of the infobar, continue drawing the path into which the
  /external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.h 107 // The infobar widget.
  /external/chromium/chrome/browser/ui/gtk/infobars/
after_translate_infobar_gtk.cc 77 // the infobar. This is not OK to do this from the signal handler, so we'll
  /external/chromium-trace/trace-viewer/src/cc/
raster_task_slice_view.js 28 this.infoBar_ = new ui.InfoBar();
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 348 InfoBar infobar = new ConfirmInfoBar(nativeInfoBar, mContext,
351 return infobar;
356 AutoLoginInfoBar infobar = new AutoLoginInfoBar(nativeInfoBar, mContext,
358 if (infobar.displayedAccountCount() == 0)
359 infobar = null;
360 return infobar;
362 @CalledByNative("InfoBar")
461 java_class_name='InfoBar',
    [all...]
  /external/chromium_org/chrome/android/java/res/values/
values.xml 44 <!-- InfoBar constants -->
  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate.cc 7 #include "chrome/browser/infobars/infobar.h"
download_request_infobar_delegate_unittest.cc 32 // The actual infobar delegate we're listening to.
  /external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.cc 14 #include "chrome/browser/infobars/infobar.h"
81 // Helper class to put up an infobar when installation fails.
84 // Creates an error infobar and delegate and adds the infobar to
  /external/chromium_org/chrome/browser/ui/gtk/
collected_cookies_gtk.h 107 // The infobar widget.
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.cc 12 #include "chrome/browser/infobars/infobar.h"
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate.cc 7 #include "chrome/browser/infobars/infobar.h"

Completed in 1799 milliseconds

<<11121314151617181920>>