HomeSort by relevance Sort by last modified time
    Searched refs:NewWindowDelegateImpl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/test/
test_shell_delegate.cc 38 class NewWindowDelegateImpl : public NewWindowDelegate {
40 NewWindowDelegateImpl() {}
41 virtual ~NewWindowDelegateImpl() {}
54 DISALLOW_COPY_AND_ASSIGN(NewWindowDelegateImpl);
175 return new NewWindowDelegateImpl;
  /external/chromium_org/ash/shell/
shell_delegate_impl.cc 33 class NewWindowDelegateImpl : public NewWindowDelegate {
35 NewWindowDelegateImpl() {}
36 virtual ~NewWindowDelegateImpl() {}
54 DISALLOW_COPY_AND_ASSIGN(NewWindowDelegateImpl);
244 return new NewWindowDelegateImpl;
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_views.cc 47 class NewWindowDelegateImpl : public ChromeNewWindowDelegate {
49 NewWindowDelegateImpl() {}
50 virtual ~NewWindowDelegateImpl() {}
58 DISALLOW_COPY_AND_ASSIGN(NewWindowDelegateImpl);
180 return new NewWindowDelegateImpl;

Completed in 1174 milliseconds