Searched defs:infobars (Results 1 - 25 of 25) sorted by path

/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_prompt.h48 namespace infobars { namespace
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_service.h11 #include "components/infobars/core/infobar_manager.h"
20 namespace infobars { namespace
26 class InfoBarService : public infobars::InfoBarManager,
30 static infobars::InfoBarDelegate::NavigationDetails
34 // This function must only be called on infobars that are owned by an
38 infobars::InfoBar* infobar);
41 // reload then it is treated as if nothing happened and no infobars are
44 // infobars. For example, instant may trigger a reload when the google URL
58 virtual void NotifyInfoBarAdded(infobars::InfoBar* infobar) OVERRIDE;
59 virtual void NotifyInfoBarRemoved(infobars
[all...]
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_browsertest_base.h12 namespace infobars { namespace
121 infobars::InfoBar* infobar) const;
130 infobars::InfoBar* GetUserMediaAndWaitForInfoBar(
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_observer.h30 namespace infobars { namespace
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_navigation_observer.h24 namespace infobars { namespace
68 infobars::InfoBar* warn_infobar_;
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dinfobar_android.h14 #include "components/infobars/core/infobar.h"
18 namespace infobars { namespace
22 class InfoBarAndroid : public infobars::InfoBar {
37 explicit InfoBarAndroid(scoped_ptr<infobars::InfoBarDelegate> delegate);
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_container_controller.h24 namespace infobars { namespace
40 // adding/removing infobars when needed.
44 // Needed to send resize messages when infobars are added or removed.
47 // The WebContents we are currently showing infobars for.
67 // Modifies this container to display infobars for the given |contents|.
71 // Forwarded by BWC. Removes all infobars if |contents| is the current tab
76 // anti-spoofing tip. This is the total amount of overlap for all infobars.
H A Dinfobar_controller.h15 namespace infobars { namespace
45 @property(nonatomic, readonly) infobars::InfoBarDelegate* delegate;
/external/chromium_org/chrome/browser/ui/
H A Dhung_plugin_tab_helper.h23 namespace infobars { namespace
29 // may have native windows) can not be handled with infobars and have a
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker.h28 namespace infobars { namespace
94 const infobars::InfoBarManager* infobar_manager);
106 infobars::InfoBarManager* infobar_manager,
112 virtual void OnNavigationCommitted(infobars::InfoBarManager* infobar_manager,
125 typedef std::map<const infobars::InfoBarManager*, GoogleURLTrackerMapEntry*>
H A Dgoogle_url_tracker_infobar_delegate.h8 #include "components/infobars/core/confirm_infobar_delegate.h"
14 namespace infobars { namespace
24 static infobars::InfoBar* Create(
25 infobars::InfoBarManager* infobar_manager,
H A Dgoogle_url_tracker_map_entry.h11 #include "components/infobars/core/infobar_manager.h"
15 namespace infobars { namespace
19 class GoogleURLTrackerMapEntry : public infobars::InfoBarManager::Observer {
23 infobars::InfoBarManager* infobar_manager,
40 const infobars::InfoBarManager* infobar_manager() const {
49 // infobars::InfoBarManager::Observer:
50 virtual void OnInfoBarRemoved(infobars::InfoBar* infobar,
53 infobars::InfoBarManager* manager) OVERRIDE;
56 infobars::InfoBarManager* const infobar_manager_;
/external/chromium_org/components/infobars/core/
H A Dconfirm_infobar_delegate.h10 #include "components/infobars/core/infobar_delegate.h"
12 namespace infobars { namespace
18 class ConfirmInfoBarDelegate : public infobars::InfoBarDelegate {
70 static scoped_ptr<infobars::InfoBar> CreateInfoBar(
79 infobars::InfoBarDelegate* delegate) const OVERRIDE;
H A Dinfobar.cc5 #include "components/infobars/core/infobar.h"
11 #include "components/infobars/core/infobar_container.h"
12 #include "components/infobars/core/infobar_manager.h"
15 namespace infobars { namespace
179 } // namespace infobars
H A Dinfobar.h11 #include "components/infobars/core/infobar_delegate.h"
17 namespace infobars { namespace
149 } // namespace infobars
H A Dinfobar_container.cc5 #include "components/infobars/core/infobar_container.h"
11 #include "components/infobars/core/infobar.h"
12 #include "components/infobars/core/infobar_delegate.h"
15 namespace infobars { namespace
27 // RemoveAllInfoBarsForDestruction() should have already cleared our infobars.
37 // Hides all infobars in this container without animation.
51 // As when we removed the infobars above, we prevent callbacks to
179 } // namespace infobars
H A Dinfobar_container.h12 #include "components/infobars/core/infobar_manager.h"
15 namespace infobars { namespace
48 // Changes the InfoBarManager for which this container is showing infobars.
49 // This will hide all current infobars, remove them from the container, add
50 // the infobars from |infobar_manager|, and show them all. |infobar_manager|
83 // infobars (which will call the pure virtual functions below) while the
94 // until the translate infobar is implemented as three different infobars like
135 } // namespace infobars
H A Dinfobar_delegate.cc5 #include "components/infobars/core/infobar_delegate.h"
9 #include "components/infobars/core/infobar.h"
10 #include "components/infobars/core/infobar_manager.h"
13 namespace infobars { namespace
112 } // namespace infobars
H A Dinfobar_delegate.h31 namespace infobars { namespace
56 // Describes navigation events, used to decide whether infobars should be
149 } // namespace infobars
H A Dinfobar_manager.cc5 #include "components/infobars/core/infobar_manager.h"
8 #include "components/infobars/core/infobar.h"
9 #include "components/infobars/core/infobars_switches.h"
11 namespace infobars { namespace
156 } // namespace infobars
H A Dinfobar_manager.h12 #include "components/infobars/core/infobar_delegate.h"
18 namespace infobars { namespace
46 // If infobars are disabled for this tab or the tab already has an infobar
57 // If infobars are disabled for this tab, this will do nothing, on the
62 // Removes all the infobars.
68 // If infobars are disabled for this tab, |new_infobar| is deleted immediately
77 // Returns the number of infobars for this tab.
104 // However, this is not a ScopedVector, because we don't delete the infobars
120 } // namespace infobars
H A Dinfobars_switches.cc5 #include "components/infobars/core/infobars_switches.h"
7 namespace infobars { namespace
10 // Prevent infobars from appearing.
11 const char kDisableInfoBars[] = "disable-infobars";
14 } // namespace infobars
H A Dinfobars_switches.h8 namespace infobars { namespace
14 } // namespace infobars
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_client.h19 namespace infobars { namespace
48 // Returns the resource ID of the icon to be shown for the Translate infobars.
52 virtual scoped_ptr<infobars::InfoBar> CreateInfoBar(
H A Dtranslate_infobar_delegate.h15 #include "components/infobars/core/infobar_delegate.h"
22 namespace infobars { namespace
32 class TranslateInfoBarDelegate : public infobars::InfoBarDelegate {
59 infobars::InfoBarManager* infobar_manager,
197 virtual infobars::InfoBarDelegate::Type GetInfoBarType() const OVERRIDE;

Completed in 809 milliseconds