HomeSort by relevance Sort by last modified time
    Searched defs:AppLaunchParams (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.h 28 struct AppLaunchParams {
29 AppLaunchParams(Profile* profile,
34 // Helper to create AppLaunchParams using ExtensionPrefs::GetLaunchContainer
37 AppLaunchParams(Profile* profile,
41 // Helper to create AppLaunchParams using event flags that allows user to
43 AppLaunchParams(Profile* profile,
76 content::WebContents* OpenApplication(const AppLaunchParams& params);
application_launch.cc 271 AppLaunchParams::AppLaunchParams(Profile* profile,
283 AppLaunchParams::AppLaunchParams(Profile* profile,
303 AppLaunchParams::AppLaunchParams(Profile* profile,
330 WebContents* OpenApplication(const AppLaunchParams& params) {

Completed in 109 milliseconds