HomeSort by relevance Sort by last modified time
    Searched full:dialogcontents (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views_unittest.cc 19 class DialogContents : public DialogDelegateView {
21 DialogContents() {}
22 virtual ~DialogContents() {}
36 DISALLOW_COPY_AND_ASSIGN(DialogContents);
46 contents_ = new DialogContents;
74 DialogContents* contents() { return contents_; }
81 DialogContents* contents_;

Completed in 374 milliseconds