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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 29 // Pixels between infobar elements.
39 // InfoBar --------------------------------------------------------------------
42 const int InfoBar::kSeparatorLineHeight = 1;
43 const int InfoBar::kDefaultArrowTargetHeight = 9;
44 const int InfoBar::kMaximumArrowTargetHeight = 24;
45 const int InfoBar::kDefaultArrowTargetHalfWidth = kDefaultArrowTargetHeight;
46 const int InfoBar::kMaximumArrowTargetHalfWidth = 14;
47 const int InfoBar::kDefaultBarTargetHeight = 36;
56 : InfoBar(delegate.Pass()),
83 GetBackgroundColor(InfoBar::GetTopColor(type), r, g, b)
    [all...]
alternate_nav_infobar_gtk.cc 14 scoped_ptr<InfoBar> AlternateNavInfoBarDelegate::CreateInfoBar(
16 return scoped_ptr<InfoBar>(new AlternateNavInfoBarGtk(delegate.Pass()));
translate_infobar_base_gtk.cc 25 scoped_ptr<InfoBar> TranslateInfoBarDelegate::CreateInfoBar(
28 return scoped_ptr<InfoBar>(new BeforeTranslateInfoBar(delegate.Pass()));
30 return scoped_ptr<InfoBar>(new AfterTranslateInfoBar(delegate.Pass()));
31 return scoped_ptr<InfoBar>(new TranslateMessageInfoBar(delegate.Pass()));
73 InfoBar::AnimationProgressed(animation);
  /external/chromium/chrome/browser/notifications/
notifications_interactive_uitest.cc 35 // That's considered a user gesture to webkit, and should produce an infobar.
58 // in no infobar.
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_infobar_controller.mm 15 #include "chrome/browser/ui/cocoa/infobars/infobar.h"
45 // Sets the image to be used in the button on the left side of the infobar.
83 // TODO(andybons): The infobar view implementations share a lot of the same
175 // InfoBar and make sure to place it below the Close button.
199 // back to a tab with an extension infobar within it. The reason this is
215 // the parent infobar view matches the height of the extension's native view.
262 InfoBar* ExtensionInfoBarDelegate::CreateInfoBar() {
267 return new InfoBar(controller);
  /external/chromium/chrome/browser/ui/
shell_dialogs.cc 52 // Show the InfoBar saying that file-selection dialogs are disabled.
61 << "is given to display the InfoBar.";
  /external/chromium_org/chrome/browser/ui/startup/
obsolete_os_infobar_delegate.cc 7 #include "chrome/browser/infobars/infobar.h"
35 // No other platforms currently show this 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/chrome/browser/translate/
translate_manager.h 55 // under options in the translate infobar.
80 // Convenience method to know if a tab is showing a translate infobar.
130 // Shows the after translate or error infobar depending on the details.
145 // Shows the specified translate |infobar| in the given |tab|. If a current
146 // translate infobar is showing, it just replaces it with the new one.
147 void ShowInfoBar(TabContents* tab, TranslateInfoBarDelegate* infobar);
translate_manager.cc 224 // infobar if the user already dismissed one in that case.
235 // current infobars. Since InitTranslation might add an infobar, it must
263 // Only add translate infobar if it doesn't exist; if it already exists,
264 // just update the state, the actual infobar would have received the same
387 // If there is already a translate infobar showing, don't show another one.
411 // feature; the user will get an infobar, so they can control whether the
459 TranslateInfoBarDelegate* infobar = TranslateInfoBarDelegate::CreateDelegate( local
462 if (!infobar) {
464 // not happen as we won't show a translate infobar or have the translate
469 ShowInfoBar(tab_contents, infobar);
558 TranslateInfoBarDelegate* infobar; local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.mm 9 #include "chrome/browser/ui/cocoa/infobars/infobar.h"
183 scoped_ptr<InfoBar> infobar(delegate->CreateInfoBar());
184 InfoBarController* controller = infobar->controller();
230 // last infobar and working our way to the front of the array. This
231 // way we ensure that the first infobar added shows up on top, with
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h 36 // Creates a label control in the style we need for the translate infobar's
62 // This is the button used in the translate message infobar. It can either be
106 // Returns the controls that are visible in the subclasses infobar. The
130 // Teardown and rebuild the options menu. When the infobar is small, the
135 // Whether or not this infobar should show the options popup.
149 // Verifies that the layout of the infobar is correct.
  /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 100 scoped_ptr<InfoBar> infobar(
104 infobar_ = static_cast<InfoBarCocoa*>(infobar.release());
126 // Check that we can instantiate a Translate Infobar correctly.
225 // Check that the infobar lays itself out correctly when instantiated in
238 // Verify that the infobar shows the "Always translate this language" button
253 // 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();
81 - (InfoBarCocoa*)infobar {
  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.cc 11 #include "chrome/browser/infobars/infobar.h"
290 infobar()->RemoveSelf();
297 // keep replacing infobar delegates infinitely).
298 if ((message_ == message) || !infobar()->owner())
301 infobar(), installer(), plugin_metadata_->Clone(), false, message);
332 InfoBar* infobar,
337 DCHECK(infobar->owner());
338 infobar->owner()->ReplaceInfoBar(infobar,
    [all...]
  /external/chromium_org/chrome/browser/google/
google_url_tracker.h 24 class InfoBar;
88 // commits, we'll show the infobar.
107 // If there is already a visible GoogleURLTracker infobar for this tab, this
161 // each tab with an infobar to re-perform the user's search, but on the new
179 // Creates an infobar and adds it to the provided InfoBarService. Returns the
180 // infobar on success or NULL on failure. The caller does not own the
182 base::Callback<InfoBar*(InfoBarService*, GoogleURLTracker*, const GURL&)>
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_navigation_observer.cc 15 #include "chrome/browser/infobars/infobar.h"
84 // Creates a managed mode warning infobar and delegate and adds the infobar to
85 // |infobar_service|. Returns the infobar if it was successfully added.
86 static InfoBar* Create(InfoBarService* infobar_service);
105 InfoBar* ManagedModeWarningInfoBarDelegate::Create(
190 // If we shouldn't have a warn infobar remove it here.
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 45 // InfoBar --------------------------------------------------------------------
48 const int InfoBar::kSeparatorLineHeight =
50 const int InfoBar::kDefaultArrowTargetHeight = 9;
51 const int InfoBar::kMaximumArrowTargetHeight = 24;
52 const int InfoBar::kDefaultArrowTargetHalfWidth = kDefaultArrowTargetHeight;
53 const int InfoBar::kMaximumArrowTargetHalfWidth = 14;
54 const int InfoBar::kDefaultBarTargetHeight = 36;
66 : InfoBar(delegate.Pass()),
70 set_owned_by_client(); // InfoBar deletes itself at the appropriate time.
71 set_background(new InfoBarBackground(InfoBar::delegate()->GetInfoBarType()))
    [all...]
translate_infobar_base.cc 8 #include "chrome/browser/infobars/infobar.h"
24 scoped_ptr<InfoBar> TranslateInfoBarDelegate::CreateInfoBar(
27 return scoped_ptr<InfoBar>(new BeforeTranslateInfoBar(delegate.Pass()));
29 return scoped_ptr<InfoBar>(new AfterTranslateInfoBar(delegate.Pass()));
30 return scoped_ptr<InfoBar>(new TranslateMessageInfoBar(delegate.Pass()));
  /external/chromium/chrome/browser/tab_contents/
tab_contents_ssl_helper.cc 99 return false; // Hiding the infobar just as the dialog opens looks weird.
112 // Displays |delegate| as an infobar in |tab_|, replacing our current one if
190 // Display an infobar with the error message.
206 // Display an infobar to inform the user.
214 // Display an infobar with the error message.
  /external/chromium_org/chrome/browser/media/
chrome_media_stream_infobar_browsertest.cc 11 #include "chrome/browser/infobars/infobar.h"
120 // Should fail with permission denied right away with no infobar popping up.
141 // infobar does not pop up.
150 // infobar does not pop up.
168 // If an infobar is not launched now, this will hang.
  /external/chromium_org/chrome/browser/
three_d_api_observer.cc 9 #include "chrome/browser/infobars/infobar.h"
21 // Creates a 3D API infobar and delegate and adds the infobar to
50 // Basically indicates whether the infobar was displayed at all, or
89 // first infobar up. If the user selects "try again", both APIs will
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 29 #include "chrome/browser/infobars/infobar.h"
81 InfoBar* infobar);
116 InfoBar* infobar_;
144 // Creates an extension dev tools infobar and delegate and adds the infobar to
145 // the InfoBarService associated with |rvh|. Returns the infobar if it was
147 static InfoBar* Create(RenderViewHost* rvh, const std::string& client_name);
173 InfoBar* ExtensionDevToolsInfoBarDelegate::Create(
298 InfoBar* infobar
566 InfoBar* infobar = NULL; local
    [all...]

Completed in 877 milliseconds

1 2 3 4 5 6 7 891011>>