Home
last modified time | relevance | path

Searched refs:OpenEmptyWindow (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
Dbackground_mode_manager.cc329 Browser::OpenEmptyWindow(profile_); in ExecuteApplication()
360 Browser::OpenEmptyWindow(profile_); in GetBrowserWindow()
Dapp_controller_mac.mm73 // True while AppController is calling Browser::OpenEmptyWindow(). We need a
95 Browser::OpenEmptyWindow(profile);
762 Browser::OpenEmptyWindow(defaultProfile->GetOffTheRecordProfile());
876 Browser::OpenEmptyWindow(profile);
934 Browser::OpenEmptyWindow([self defaultProfile]);
/external/chromium/chrome/browser/ui/
Dbrowser.h224 static void OpenEmptyWindow(Profile* profile);
Dbrowser.cc495 void Browser::OpenEmptyWindow(Profile* profile) { in OpenEmptyWindow() function in Browser
1393 Browser::OpenEmptyWindow(profile_->GetOriginalProfile()); in NewWindow()
1404 Browser::OpenEmptyWindow(profile_->GetOffTheRecordProfile()); in NewIncognitoWindow()