Searched refs:TestWebDialogView (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dweb_dialog_view_browsertest.cc38 class TestWebDialogView : public views::WebDialogView { class in namespace:__anon5389
40 TestWebDialogView(content::BrowserContext* context, function in class:__anon5389::TestWebDialogView
77 DISALLOW_COPY_AND_ASSIGN(TestWebDialogView);
99 TestWebDialogView* view =
100 new TestWebDialogView(browser()->profile(), &delegate);
107 // TestWebDialogView should quit current message loop on size change.
120 content::RunMessageLoop(); // TestWebDialogView will quit.
136 content::RunMessageLoop(); // TestWebDialogView will quit.
155 content::RunMessageLoop(); // TestWebDialogView will quit.
167 // size that was set above so that TestWebDialogView ha
[all...]

Completed in 195 milliseconds