Searched
full:infobar (Results
351 -
375 of
518) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/ui/views/ |
collected_cookies_win.cc | 44 // Spacing between the infobar frame and its contents. 48 // Width of the infobar frame. 57 // A custom view that conditionally displays an infobar. 74 // Update the visibility of the infobar. If |is_visible| is true, a rule for
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view_layout.h | 98 // Returns true if an infobar is showing.
|
/external/chromium/chrome/browser/ui/views/infobars/ |
link_infobar.cc | 12 InfoBar* LinkInfoBarDelegate::CreateInfoBar() {
|
/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/testshell/java/src/org/chromium/chrome/testshell/ |
TestShellTab.java | 13 import org.chromium.chrome.browser.infobar.AutoLoginProcessor;
|
/external/chromium_org/chrome/browser/extensions/ |
extension_view_host.h | 33 // example, this could be an extension popup, infobar or dialog, but not a
|
extension_view_host_factory_browsertest.cc | 39 // Infobar hosts are created with the correct type and profile.
|
/external/chromium_org/chrome/browser/infobars/ |
infobar_delegate.cc | 9 #include "chrome/browser/infobars/infobar.h"
|
/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/password_manager/ |
password_manager_browsertest.cc | 12 #include "chrome/browser/infobars/infobar.h" 40 // Observer that waits for navigation to complete and for the password infobar 238 // navigates, this should not trigger the infobar. 357 // Submit the form and verify that there is no infobar (as the password
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
collected_cookies_mac.h | 109 @property(readonly, nonatomic) IBOutlet VerticalGradientView* infoBar;
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
after_translate_infobar_gtk.cc | 107 // the infobar. This is not OK to do this from the signal handler, so we'll
|
/external/chromium_org/chrome/browser/ui/views/ |
collected_cookies_views.cc | 67 // Spacing between the infobar frame and its contents. 71 // Width of the infobar frame. 89 // A custom view that conditionally displays an infobar. 110 // Update the visibility of the infobar. If |is_visible| is true, a rule for
|
/external/chromium_org/chrome/common/ |
url_constants.h | 341 // "Learn more" URL for the one click signin infobar. 403 // The URL for the "Learn more" page for the outdated plugin infobar. 406 // The URL for the "Learn more" page for the blocked plugin infobar. 510 // The URL for the "Learn more" link in the media access infobar.
|
/external/chromium_org/chrome_frame/infobars/internal/ |
host_window_manager.cc | 107 << "Infobar installation.";
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_metrics.h | 153 INFOBAR_SHOWN = 0, // We showed an infobar, e.g. prompting to save credit 155 INFOBAR_ACCEPTED, // The user explicitly accepted the infobar. 156 INFOBAR_DENIED, // The user explicitly denied the infobar. 157 INFOBAR_IGNORED, // The user completely ignored the infobar (logged on
|
/external/chromium_org/components/nacl/browser/ |
nacl_browser_delegate.h | 34 // Show an infobar to the user.
|
/external/chromium_org/content/worker/ |
websharedworkerclient_proxy.cc | 123 // process, and avoids the crashed worker infobar from appearing to the new
|
/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/chrome/browser/download/ |
download_request_limiter.h | 68 // TabDownloadState prompts the user with an infobar as necessary. 161 // Handles showing the infobar to the user, may be null.
|
/external/chromium/chrome/browser/ui/ |
browser_init.h | 177 // an infobar is added allowing the user to restore the last session. 185 // warning infobar.
|
/external/chromium_org/chrome/browser/themes/ |
theme_service.h | 134 // Decrements the number of theme infobars. If the last infobar has been 139 // whether unused themes should be removed despite a theme infobar being
|
/external/chromium_org/chrome/browser/translate/ |
translate_manager.h | 119 // under options in the translate infobar. 191 // Shows the after translate or error infobar depending on the details.
|
/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/chrome/test/ppapi/ |
ppapi_browsertest.cc | 142 // Accepting the infobar should grant permission to access the PPAPI broker. 146 // PPB_Broker_Trusted::IsAllowed should return false before the infobar is 147 // popped and true after the infobar is popped. 162 // Canceling the infobar should deny permission to access the PPAPI broker. 167 // infobar is popped. 186 // We shouldn't see an infobar. 198 // We shouldn't see an infobar. [all...] |
Completed in 1426 milliseconds
<<11121314151617181920>>