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 31 struct AppLaunchParams {
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);
application_launch.cc 116 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,
349 AppLaunchParams::AppLaunchParams(Profile* profile,
366 AppLaunchParams::AppLaunchParams(Profile* profile
    [all...]

Completed in 80 milliseconds