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

<<1112131415

  /external/chromium_org/media/base/
media_switches.cc 21 // Disables the infobar popup for accessing protected media identifier.
23 "disable-infobar-for-protected-media-identifier";
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 363 InfoBar infobar = new ConfirmInfoBar(nativeInfoBar, mContext,
366 return infobar;
371 AutoLoginInfoBar infobar = new AutoLoginInfoBar(nativeInfoBar, mContext,
373 if (infobar.displayedAccountCount() == 0)
374 infobar = null;
375 return infobar;
377 @CalledByNative("InfoBar")
476 java_class_name='InfoBar',
    [all...]
  /external/chromium_org/chrome/browser/download/
download_request_limiter_unittest.cc 356 // If the user refreshes the page without responding to the infobar, pretend
358 // the same as the actual initial load), then an infobar.
405 // DownloadRequestLimiter won't try to make an infobar if it doesn't have an
download_request_limiter.cc 69 // When the user reloads the page without responding to the infobar, they
233 // kMaxDownloadsAtOnce. In that case, we also retain the infobar instance and
235 // all remaining downloads and close the infobar.
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/translate/
TranslateOptionsTest.java 11 import org.chromium.chrome.browser.infobar.TranslateOptions;
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellTab.java 14 import org.chromium.chrome.browser.infobar.AutoLoginProcessor;
  /external/chromium_org/chrome/browser/content_settings/
permission_context_base_unittest.cc 112 // Simulates clicking Dismiss (X in the infobar.
  /external/chromium_org/chrome/browser/extensions/
extension_view_host_factory_browsertest.cc 39 // Infobar hosts are created with the correct type and profile.
  /external/chromium_org/chrome/browser/
intranet_redirect_detector.h 32 // these cases, however, users would be shown a confusing and useless infobar
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_perf_browsertest.cc 41 // Ensure the infobar is enabled, since we expect that in this test.
  /external/chromium_org/chrome/browser/translate/
chrome_translate_client.h 88 virtual scoped_ptr<infobars::InfoBar> CreateInfoBar(
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h 111 @property(readonly, nonatomic) IBOutlet VerticalGradientView* infoBar;
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 60 // Spacing between the infobar frame and its contents.
64 // Width of the infobar frame.
82 // A custom view that conditionally displays an infobar.
98 // Update the visibility of the infobar. If |is_visible| is true, a rule for
  /external/chromium_org/chrome/common/
url_constants.h 367 // "Learn more" URL for the one click signin infobar.
429 // The URL for the "Learn more" page for the outdated plugin infobar.
432 // The URL for the "Learn more" page for the blocked plugin infobar.
533 // The URL for the "Learn more" link in the media access infobar.
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.h 157 INFOBAR_SHOWN = 0, // We showed an infobar, e.g. prompting to save credit
159 INFOBAR_ACCEPTED, // The user explicitly accepted the infobar.
160 INFOBAR_DENIED, // The user explicitly denied the infobar.
161 INFOBAR_IGNORED, // The user completely ignored the infobar (logged on
  /external/chromium_org/components/nacl/browser/
nacl_browser_delegate.h 31 // Show an infobar to the user to indicate the client architecture was not
  /external/chromium_org/content/test/data/gpu/
webgl.html 45 // Might just be blocked because of infobar.
  /external/chromium_org/ppapi/c/trusted/
ppb_broker_trusted.h 81 * website. This is done through an infobar that is displayed when |Connect|
  /external/chromium_org/chrome/browser/password_manager/
password_manager_browsertest.cc 33 #include "components/infobars/core/infobar.h"
62 // Observer that waits for navigation to complete and for the password infobar
99 // Observes the save password prompt (bubble or infobar) for a specified
157 // ConfirmInfoBarDelegate::Accept returning true means the infobar is
168 virtual void OnInfoBarAdded(infobars::InfoBar* infobar) OVERRIDE {
172 virtual void OnInfoBarRemoved(infobars::InfoBar* infobar,
475 // infobar stays.
541 // navigates, this should not trigger the infobar
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service.h 129 // Decrements the number of theme infobars. If the last infobar has been
134 // whether unused themes should be removed despite a theme infobar being
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings.h 155 // The infobar service of the active tab.
158 // The flag that controls whether an infobar is displayed after the website
  /external/chromium_org/chrome/common/extensions/api/
extension.json 82 "enum": ["tab", "infobar", "notification", "popup"],
84 "description": "The type of view to get. If omitted, returns all views (including background pages and tabs). Valid values: 'tab', 'infobar', 'notification', 'popup'."
  /external/chromium_org/components/password_manager/core/browser/
password_manager.h 159 // pending_login_managers_ to provisional_save_manager_ and the infobar.
163 // | ___ Infobar
  /external/chromium_org/components/translate/content/browser/
content_translate_driver.cc 183 // infobar if the user already dismissed one in that case.
199 // an infobar, it must be done after that.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
Tab.java 26 import org.chromium.chrome.browser.infobar.AutoLoginProcessor;
27 import org.chromium.chrome.browser.infobar.InfoBarContainer;
103 /** InfoBar container to show InfoBars for this tab. */
518 * @return The infobar container.
833 // valid infobar container, no need to recreate one.
    [all...]

Completed in 967 milliseconds

<<1112131415