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

/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.h27 struct AppLaunchParams { struct
28 AppLaunchParams(Profile* profile,
33 // Helper to create AppLaunchParams using extensions::GetLaunchContainer with
35 AppLaunchParams(Profile* profile,
39 // Helper to create AppLaunchParams using event flags that allows user to
43 AppLaunchParams(Profile* profile,
80 void OpenApplicationWithReenablePrompt(const AppLaunchParams& params);
83 content::WebContents* OpenApplication(const AppLaunchParams& params);
H A Dapplication_launch.cc174 WebContents* OpenApplicationWindow(const AppLaunchParams& params) {
226 WebContents* OpenApplicationTab(const AppLaunchParams& launch_params) {
319 WebContents* OpenEnabledApplication(const AppLaunchParams& params) {
385 AppLaunchParams::AppLaunchParams(Profile* profile, function in class:AppLaunchParams
398 AppLaunchParams::AppLaunchParams(Profile* profile, function in class:AppLaunchParams
419 AppLaunchParams::AppLaunchParams(Profile* profile, function in class:AppLaunchParams
448 WebContents* OpenApplication(const AppLaunchParams
[all...]

Completed in 62 milliseconds