HomeSort by relevance Sort by last modified time
    Searched refs:infobars (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/chromium_org/components/infobars/core/
infobar_android.cc 5 #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;
infobars_switches.cc 5 #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
infobars_switches.h 8 namespace infobars { namespace
14 } // namespace infobars
confirm_infobar_delegate.h 10 #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/infobars/test/
infobar_test.cc 7 #include "components/infobars/core/confirm_infobar_delegate.h"
8 #include "components/infobars/core/infobar.h"
18 const int infobars::InfoBar::kSeparatorLineHeight = 1;
19 const int infobars::InfoBar::kDefaultArrowTargetHeight = 9;
20 const int infobars::InfoBar::kMaximumArrowTargetHeight = 24;
21 const int infobars::InfoBar::kDefaultArrowTargetHalfWidth =
23 const int infobars::InfoBar::kMaximumArrowTargetHalfWidth = 14;
24 const int infobars::InfoBar::kDefaultBarTargetHeight = 36;
29 scoped_ptr<infobars::InfoBar> ConfirmInfoBarDelegate::CreateInfoBar(
31 return scoped_ptr<infobars::InfoBar>(new infobars::InfoBar
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_container_cocoa.h 8 #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;
infobar_cocoa.h 10 #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/components/google/core/browser/
google_url_tracker_map_entry.h 11 #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_;
google_url_tracker_map_entry.cc 8 #include "components/infobars/core/infobar.h"
12 infobars::InfoBarManager* infobar_manager,
51 void GoogleURLTrackerMapEntry::OnInfoBarRemoved(infobars::InfoBar* infobar,
61 infobars::InfoBarManager* manager) {
google_url_tracker.h 28 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*>
google_url_tracker_infobar_delegate.h 8 #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/views/infobars/
infobar_container_view.h 8 #include "components/infobars/core/infobar_container.h"
13 public infobars::InfoBarContainer {
28 virtual void PlatformSpecificAddInfoBar(infobars::InfoBar* infobar,
31 infobars::InfoBar* infobar) OVERRIDE;
infobar_background.cc 5 #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),
infobar_background.h 9 #include "components/infobars/core/infobar_delegate.h"
14 explicit InfoBarBackground(infobars::InfoBarDelegate::Type infobar_type);
infobar_container_view.cc 5 #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/ui/android/infobars/
infobar_container_android.h 15 #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;
infobar_android.h 14 #include "components/infobars/core/infobar.h"
18 namespace infobars { namespace
22 class InfoBarAndroid : public infobars::InfoBar {
37 explicit InfoBarAndroid(scoped_ptr<infobars::InfoBarDelegate> delegate);
infobar_container_android.cc 5 #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,
42 // TODO(bulach): CLANK: implement other types of InfoBars.
73 infobars::InfoBar* old_infobar
    [all...]
confirm_infobar.cc 5 #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/infobars/
infobar_service.h 11 #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::InfoBar* infobar
    [all...]
  /external/chromium_org/components/translate/core/browser/
translate_client.h 19 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(
  /external/chromium_org/chrome/browser/extensions/
extension_infobar_delegate.cc 10 #include "chrome/browser/infobars/infobar_service.h"
13 #include "components/infobars/core/infobar.h"
40 : infobars::InfoBarDelegate(),
58 height_ = std::min(2 * infobars::InfoBar::kDefaultBarTargetHeight, height_);
60 height_ = infobars::InfoBar::kDefaultBarTargetHeight;
71 infobars::InfoBarDelegate* delegate) const {
91 infobars::InfoBarDelegate::Type ExtensionInfoBarDelegate::GetInfoBarType()
extension_infobar_delegate.h 10 #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/supervised_user/
supervised_user_navigation_observer.h 24 namespace infobars { namespace
68 infobars::InfoBar* warn_infobar_;
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.h 9 #include "components/infobars/core/infobar_delegate.h"
18 class AlternateNavInfoBarDelegate : public infobars::InfoBarDelegate {
40 static scoped_ptr<infobars::InfoBar> CreateInfoBar(

Completed in 308 milliseconds

1 2 3 4 5