OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:footnote_view
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/window/
dialog_client_view_unittest.cc
205
View*
footnote_view
= new StaticSizedView(gfx::Size(200, 200));
local
206
SetFootnoteView(
footnote_view
);
209
EXPECT_EQ(200,
footnote_view
->bounds().height());
211
EXPECT_EQ(with_footnote_size.width(),
footnote_view
->bounds().width());
220
footnote_view
->SetVisible(false);
231
View*
footnote_view
= new ProportionallySizedView(3);
local
232
SetFootnoteView(
footnote_view
);
235
EXPECT_EQ(
footnote_view
->bounds().width() * 3,
236
footnote_view
->bounds().height());
Completed in 78 milliseconds