Home
last modified time | relevance | path

Searched refs:OpenApplicationWindow (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/
Dbrowser_init.h141 bool OpenApplicationWindow(Profile* profile);
Dbrowser_init.cc691 if (OpenApplicationWindow(profile)) { in Launch()
787 bool BrowserInit::LaunchWithProfile::OpenApplicationWindow(Profile* profile) { in OpenApplicationWindow() function in BrowserInit::LaunchWithProfile
Dbrowser.h250 static TabContents* OpenApplicationWindow(
Dbrowser.cc531 tab = Browser::OpenApplicationWindow(profile, extension, container, in OpenApplication()
546 TabContents* Browser::OpenApplicationWindow( in OpenApplicationWindow() function in Browser
601 TabContents* tab = OpenApplicationWindow( in OpenAppShortcutWindow()
/external/chromium/chrome/browser/
Dbrowser_browsertest.cc529 ASSERT_TRUE(launch.OpenApplicationWindow(browser()->profile())); in IN_PROC_BROWSER_TEST_F()