OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAppLaunch
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h
92
bool
IsAppLaunch
(std::string* app_url, std::string* app_id);
94
// If
IsAppLaunch
is true, tries to open an application window.
95
// If the app is specified to start in a tab, or
IsAppLaunch
is false,
101
// If
IsAppLaunch
is true and the user set a pref indicating that the app
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.h
136
bool
IsAppLaunch
(std::string* app_url, std::string* app_id);
138
// If
IsAppLaunch
is true, tries to open an application window.
139
// If the app is specified to start in a tab, or
IsAppLaunch
is false,
143
// If
IsAppLaunch
is true and the user set a pref indicating that the app
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 327 milliseconds