Searched defs:AppLaunchParams (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.h31 struct AppLaunchParams { struct
32 AppLaunchParams(Profile* profile,
37 // Helper to create AppLaunchParams using extensions::GetLaunchContainer with
39 AppLaunchParams(Profile* profile,
43 // Helper to create AppLaunchParams using event flags that allows user to
47 AppLaunchParams(Profile* profile,
52 ~AppLaunchParams();
86 void OpenApplicationWithReenablePrompt(const AppLaunchParams& params);
89 content::WebContents* OpenApplication(const AppLaunchParams& params);
H A Dapplication_launch.cc116 const Extension* GetExtension(const AppLaunchParams& params) {
150 WebContents* OpenApplicationWindow(const AppLaunchParams& params) {
197 WebContents* OpenApplicationTab(const AppLaunchParams& launch_params) {
286 WebContents* OpenEnabledApplication(const AppLaunchParams& params) {
336 AppLaunchParams::AppLaunchParams(Profile* profile, function in class:AppLaunchParams
349 AppLaunchParams::AppLaunchParams(Profile* profile, function in class:AppLaunchParams
366 AppLaunchParams::AppLaunchParams(Profil function in class:AppLaunchParams
[all...]

Completed in 277 milliseconds