OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestModalDialogDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/first_run/
first_run_helper_unittest.cc
20
class
TestModalDialogDelegate
: public views::DialogDelegateView {
22
TestModalDialogDelegate
() {}
23
virtual ~
TestModalDialogDelegate
() {}
31
DISALLOW_COPY_AND_ASSIGN(
TestModalDialogDelegate
);
133
new
TestModalDialogDelegate
(), CurrentContext(), NULL);
/external/chromium_org/ash/
shell_unittest.cc
279
class
TestModalDialogDelegate
: public views::DialogDelegateView {
281
TestModalDialogDelegate
() {}
347
new
TestModalDialogDelegate
(), CurrentContext(), NULL);
Completed in 1295 milliseconds