Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/download/
Ddownload_crx_util.cc50 chrome::HostDesktopType active_desktop = chrome::GetActiveDesktop(); in CreateExtensionInstallPrompt() local
52 active_desktop); in CreateExtensionInstallPrompt()
55 profile, active_desktop)); in CreateExtensionInstallPrompt()
/external/chromium_org/chrome/test/base/
Din_process_browser_test.cc379 chrome::HostDesktopType active_desktop = chrome::GetActiveDesktop(); in RunTestOnMainThreadLoop() local
384 new SingleDesktopTestObserver(active_desktop)); in RunTestOnMainThreadLoop()
388 BrowserList::GetInstance(active_desktop); in RunTestOnMainThreadLoop()
Dui_test_utils.cc156 chrome::HostDesktopType active_desktop = chrome::GetActiveDesktop(); in OpenURLOffTheRecord() local
157 chrome::OpenURLOffTheRecord(profile, url, active_desktop); in OpenURLOffTheRecord()
159 profile->GetOffTheRecordProfile(), false, active_desktop); in OpenURLOffTheRecord()
/external/chromium_org/chrome/browser/extensions/
Dextension_tab_util.cc511 chrome::HostDesktopType active_desktop = chrome::GetActiveDesktop(); in CreateTab() local
512 Browser* browser = chrome::FindTabbedBrowser(profile, false, active_desktop); in CreateTab()
515 browser = new Browser(Browser::CreateParams(profile, active_desktop)); in CreateTab()