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

  /external/chromium_org/chrome/browser/ui/ash/
ash_init.cc 14 #include "ash/shell_init_params.h"
63 ash::ShellInitParams shell_init_params; local
65 shell_init_params.delegate = new ChromeShellDelegate;
66 shell_init_params.context_factory = content::GetContextFactory();
68 shell_init_params.remote_hwnd = remote_window;
71 ash::Shell* shell = ash::Shell::CreateInstance(shell_init_params);
  /external/chromium_org/ash/
shell.cc 50 #include "ash/shell_init_params.h"
171 const ShellInitParams& shell_init_params) {
174 ash_init_params.remote_hwnd = shell_init_params.remote_hwnd;
    [all...]

Completed in 46 milliseconds