OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsAppLaunch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc
446
bool StartupBrowserCreatorImpl::
IsAppLaunch
(std::string* app_url,
467
if (!
IsAppLaunch
(NULL, &app_id) || app_id.empty())
495
if (!
IsAppLaunch
(&url_string, &app_id))
[
all
...]
/external/chromium/chrome/browser/ui/
browser_init.cc
748
bool BrowserInit::LaunchWithProfile::
IsAppLaunch
(std::string* app_url,
769
if (!
IsAppLaunch
(NULL, &app_id) || app_id.empty())
789
if (!
IsAppLaunch
(&url_string, &app_id))
[
all
...]
Completed in 23 milliseconds