Searched refs:infobars (Results 1 - 25 of 102) sorted by relevance

12345

/external/chromium_org/components/infobars/core/
H A Dinfobar_android.cc5 #include "components/infobars/core/infobar.h"
9 const int infobars::InfoBar::kSeparatorLineHeight = 1;
10 const int infobars::InfoBar::kDefaultArrowTargetHeight = 9;
11 const int infobars::InfoBar::kMaximumArrowTargetHeight = 24;
12 const int infobars::InfoBar::kDefaultArrowTargetHalfWidth =
14 const int infobars::InfoBar::kMaximumArrowTargetHalfWidth = 14;
15 const int infobars::InfoBar::kDefaultBarTargetHeight = 36;
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
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;
/external/chromium_org/components/google/core/browser/
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_;
H A Dgoogle_url_tracker_map_entry.cc8 #include "components/infobars/core/infobar.h"
12 infobars::InfoBarManager* infobar_manager,
51 void GoogleURLTrackerMapEntry::OnInfoBarRemoved(infobars::InfoBar* infobar,
61 infobars::InfoBarManager* manager) {
H A Dgoogle_url_tracker.h28 namespace infobars { namespace
93 const infobars::InfoBarManager* infobar_manager);
105 infobars::InfoBarManager* infobar_manager,
111 virtual void OnNavigationCommitted(infobars::InfoBarManager* infobar_manager,
124 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,
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_container_cocoa.h8 #include "components/infobars/core/infobar_container.h"
14 class InfoBarContainerCocoa : public infobars::InfoBarContainer,
15 public infobars::InfoBarContainer::Delegate {
22 virtual void PlatformSpecificAddInfoBar(infobars::InfoBar* infobar,
25 infobars::InfoBar* infobar) OVERRIDE;
H A Dinfobar_cocoa.h10 #include "components/infobars/core/infobar.h"
16 class InfoBarCocoa : public infobars::InfoBar {
18 explicit InfoBarCocoa(scoped_ptr<infobars::InfoBarDelegate> delegate);
29 infobars::InfoBarManager* OwnerCocoa();
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dinfobar_container_android.h15 #include "components/infobars/core/infobar_container.h"
23 class InfoBarContainerAndroid : public infobars::InfoBarContainer {
42 virtual void PlatformSpecificAddInfoBar(infobars::InfoBar* infobar,
44 virtual void PlatformSpecificRemoveInfoBar(infobars::InfoBar* infobar)
47 infobars::InfoBar* old_infobar,
48 infobars::InfoBar* new_infobar) OVERRIDE;
H A Dinfobar_container_android.cc5 #include "chrome/browser/ui/android/infobars/infobar_container_android.h"
10 #include "chrome/browser/infobars/infobar_service.h"
11 #include "chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h"
12 #include "chrome/browser/ui/android/infobars/infobar_android.h"
13 #include "components/infobars/core/infobar.h"
14 #include "components/infobars/core/infobar_delegate.h"
24 : infobars::InfoBarContainer(NULL),
37 infobars::InfoBar* infobar,
73 infobars::InfoBar* old_infobar,
74 infobars
[all...]
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);
H A Dconfirm_infobar.cc5 #include "chrome/browser/ui/android/infobars/confirm_infobar.h"
11 #include "components/infobars/core/confirm_infobar_delegate.h"
18 scoped_ptr<infobars::InfoBar> ConfirmInfoBarDelegate::CreateInfoBar(
20 return scoped_ptr<infobars::InfoBar>(new ConfirmInfoBar(delegate.Pass()));
27 : InfoBarAndroid(delegate.PassAs<infobars::InfoBarDelegate>()),
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_container_view.h8 #include "components/infobars/core/infobar_container.h"
13 public infobars::InfoBarContainer {
28 virtual void PlatformSpecificAddInfoBar(infobars::InfoBar* infobar,
31 infobars::InfoBar* infobar) OVERRIDE;
H A Dinfobar_background.cc5 #include "chrome/browser/ui/views/infobars/infobar_background.h"
7 #include "chrome/browser/ui/views/infobars/infobar_view.h"
8 #include "components/infobars/core/infobar.h"
15 infobars::InfoBarDelegate::Type infobar_type)
17 top_color_(infobars::InfoBar::GetTopColor(infobar_type)),
18 bottom_color_(infobars::InfoBar::GetBottomColor(infobar_type)) {
35 paint.setStrokeWidth(SkIntToScalar(infobars::InfoBar::kSeparatorLineHeight));
57 gfx::Rect(0, view->height() - infobars::InfoBar::kSeparatorLineHeight,
58 view->width(), infobars::InfoBar::kSeparatorLineHeight),
H A Dinfobar_background.h9 #include "components/infobars/core/infobar_delegate.h"
14 explicit InfoBarBackground(infobars::InfoBarDelegate::Type infobar_type);
H A Dinfobar_container_view.cc5 #include "chrome/browser/ui/views/infobars/infobar_container_view.h"
8 #include "chrome/browser/ui/views/infobars/infobar_view.h"
17 : infobars::InfoBarContainer(delegate) {
56 infobars::InfoBar* infobar,
63 infobars::InfoBar* infobar) {
/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);
55 virtual void NotifyInfoBarAdded(infobars::InfoBar* infobar) OVERRIDE;
56 virtual void NotifyInfoBarRemoved(infobars::InfoBar* infobar,
/external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
H A Dbackground.js14 chrome.infobars.show({
/external/chromium_org/chrome/browser/extensions/
H A Dextension_infobar_delegate.cc10 #include "chrome/browser/infobars/infobar_service.h"
13 #include "components/infobars/core/infobar.h"
40 : infobars::InfoBarDelegate(),
57 height_ = std::min(2 * infobars::InfoBar::kDefaultBarTargetHeight, height_);
59 height_ = infobars::InfoBar::kDefaultBarTargetHeight;
70 infobars::InfoBarDelegate* delegate) const {
90 infobars::InfoBarDelegate::Type ExtensionInfoBarDelegate::GetInfoBarType()
H A Dextension_infobar_delegate.h10 #include "components/infobars/core/confirm_infobar_delegate.h"
30 class ExtensionInfoBarDelegate : public infobars::InfoBarDelegate,
67 static scoped_ptr<infobars::InfoBar> CreateInfoBar(
72 infobars::InfoBarDelegate* delegate) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/omnibox/
H A Dalternate_nav_infobar_delegate.h10 #include "components/infobars/core/infobar_delegate.h"
16 class AlternateNavInfoBarDelegate : public infobars::InfoBarDelegate {
38 static scoped_ptr<infobars::InfoBar> CreateInfoBar(
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_client.h22 namespace infobars { namespace
45 // Returns the resource ID of the icon to be shown for the Translate infobars.
49 virtual scoped_ptr<infobars::InfoBar> CreateInfoBar(
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_extension_apitest.cc8 #include "chrome/browser/infobars/infobar_service.h"
9 #include "chrome/browser/infobars/simple_alert_infobar_delegate.h"
37 infobars::InfoBarDelegate::kNoIconID,

Completed in 647 milliseconds

12345