Home
last modified time | relevance | path

Searched refs:IsAppLaunch (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/
Dbrowser_init.h136 bool IsAppLaunch(std::string* app_url, std::string* app_id);
Dbrowser_init.cc748 bool BrowserInit::LaunchWithProfile::IsAppLaunch(std::string* app_url, in IsAppLaunch() function in BrowserInit::LaunchWithProfile
769 if (!IsAppLaunch(NULL, &app_id) || app_id.empty()) in OpenApplicationTab()
789 if (!IsAppLaunch(&url_string, &app_id)) in OpenApplicationWindow()