HomeSort by relevance Sort by last modified time
    Searched defs:InfoBarContainerView (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container_view.h 13 class InfoBarContainerView : public AccessiblePaneView,
16 explicit InfoBarContainerView(Delegate* delegate);
17 virtual ~InfoBarContainerView();
29 DISALLOW_COPY_AND_ASSIGN(InfoBarContainerView);
infobar_container_view.cc 13 InfoBarContainerView::InfoBarContainerView(Delegate* delegate)
18 InfoBarContainerView::~InfoBarContainerView() {
22 gfx::Size InfoBarContainerView::GetPreferredSize() {
30 void InfoBarContainerView::Layout() {
42 void InfoBarContainerView::GetAccessibleState(ui::AccessibleViewState* state) {
47 void InfoBarContainerView::PlatformSpecificAddInfoBar(InfoBar* infobar) {
51 void InfoBarContainerView::PlatformSpecificRemoveInfoBar(InfoBar* infobar) {

Completed in 28 milliseconds