HomeSort by relevance Sort by last modified time
    Searched defs:ChromeAppDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/apps/
chrome_app_delegate.h 23 class ChromeAppDelegate : public extensions::AppDelegate,
28 explicit ChromeAppDelegate(scoped_ptr<ScopedKeepAlive> keep_alive);
29 virtual ~ChromeAppDelegate();
83 DISALLOW_COPY_AND_ASSIGN(ChromeAppDelegate);
chrome_app_delegate.cc 113 class ChromeAppDelegate::NewWindowContentsDelegate
128 ChromeAppDelegate::NewWindowContentsDelegate::OpenURLFromTab(
134 // ChromeAppDelegate::AddNewContents, but this is the first time
152 ChromeAppDelegate::ChromeAppDelegate(scoped_ptr<ScopedKeepAlive> keep_alive)
160 ChromeAppDelegate::~ChromeAppDelegate() {
165 void ChromeAppDelegate::DisableExternalOpenForTesting() {
169 void ChromeAppDelegate::InitWebContents(content::WebContents* web_contents) {
188 void ChromeAppDelegate::ResizeWebContents(content::WebContents* web_contents
    [all...]

Completed in 254 milliseconds