Searched defs:ChromeAppDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_delegate.h23 class ChromeAppDelegate : public extensions::AppDelegate, class in inherits:extensions::AppDelegate,content::NotificationObserver
28 explicit ChromeAppDelegate(scoped_ptr<ScopedKeepAlive> keep_alive);
29 virtual ~ChromeAppDelegate();
83 DISALLOW_COPY_AND_ASSIGN(ChromeAppDelegate);
H A Dchrome_app_delegate.cc113 class ChromeAppDelegate::NewWindowContentsDelegate
128 ChromeAppDelegate::NewWindowContentsDelegate::OpenURLFromTab(
134 // ChromeAppDelegate::AddNewContents, but this is the first time
152 ChromeAppDelegate::ChromeAppDelegate(scoped_ptr<ScopedKeepAlive> keep_alive) function in class:ChromeAppDelegate
160 ChromeAppDelegate::~ChromeAppDelegate() {
165 void ChromeAppDelegate::DisableExternalOpenForTesting() {
169 void ChromeAppDelegate::InitWebContents(content::WebContents* web_contents) {
188 void ChromeAppDelegate
[all...]

Completed in 113 milliseconds