OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:footnote_view_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/views/window/
dialog_client_view.cc
43
footnote_view_
(NULL),
186
if (ShouldShow(
footnote_view_
)) {
187
gfx::Size footnote_size =
footnote_view_
->GetPreferredSize();
191
int footnote_height =
footnote_view_
->GetHeightForWidth(size.width());
202
if (ShouldShow(
footnote_view_
)) {
203
const int height =
footnote_view_
->GetHeightForWidth(bounds.width());
204
footnote_view_
->SetBounds(bounds.x(), bounds.bottom() - height,
322
footnote_view_
(NULL),
341
if (
footnote_view_
)
344
footnote_view_
= GetDialogDelegate()->CreateFootnoteView()
[
all
...]
dialog_client_view.h
121
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 483 milliseconds