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

  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_container_view.h 12 class InfoBarContainerView : public views::AccessiblePaneView,
17 explicit InfoBarContainerView(Delegate* delegate);
18 virtual ~InfoBarContainerView();
33 DISALLOW_COPY_AND_ASSIGN(InfoBarContainerView);
infobar_container_view.cc 14 const char InfoBarContainerView::kViewClassName[] = "InfoBarContainerView";
16 InfoBarContainerView::InfoBarContainerView(Delegate* delegate)
21 InfoBarContainerView::~InfoBarContainerView() {
25 gfx::Size InfoBarContainerView::GetPreferredSize() const {
34 const char* InfoBarContainerView::GetClassName() const {
38 void InfoBarContainerView::Layout() {
50 void InfoBarContainerView::GetAccessibleState(ui::AXViewState* state)
    [all...]

Completed in 776 milliseconds