HomeSort by relevance Sort by last modified time
    Searched refs:footnote_view_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/views/window/
dialog_client_view.cc 61 footnote_view_(NULL),
204 if (ShouldShow(footnote_view_)) {
205 gfx::Size footnote_size = footnote_view_->GetPreferredSize();
209 int footnote_height = footnote_view_->GetHeightForWidth(size.width());
220 if (ShouldShow(footnote_view_)) {
221 const int height = footnote_view_->GetHeightForWidth(bounds.width());
222 footnote_view_->SetBounds(bounds.x(), bounds.bottom() - height,
337 footnote_view_(NULL),
356 if (footnote_view_)
359 footnote_view_ = GetDialogDelegate()->CreateFootnoteView()
    [all...]
dialog_client_view.h 122 View* footnote_view_; member in class:views::DialogClientView
dialog_client_view_unittest.cc 47 footnote_view_(NULL) {}
62 virtual View* CreateFootnoteView() OVERRIDE { return footnote_view_; }
98 DCHECK(!footnote_view_);
99 footnote_view_ = view;
113 View* footnote_view_; // weak member in class:views::DialogClientViewTest
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc     [all...]
autofill_dialog_views.h 664 views::View* footnote_view_; member in class:autofill::AutofillDialogViews

Completed in 944 milliseconds