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

  /external/chromium_org/sandbox/win/src/
named_pipe_dispatcher.cc 24 static const IPCCall create_params = { local
30 ipc_calls_.push_back(create_params);
registry_dispatcher.cc 44 static const IPCCall create_params = { local
55 ipc_calls_.push_back(create_params);
sync_dispatcher.cc 21 static const IPCCall create_params = { local
31 ipc_calls_.push_back(create_params);
filesystem_dispatcher.cc 22 static const IPCCall create_params = { local
53 ipc_calls_.push_back(create_params);
process_thread_dispatcher.cc 123 static const IPCCall create_params = { local
133 ipc_calls_.push_back(create_params);
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 134 ShellWindow::CreateParams create_params; local
150 create_params.window_key = *options->id;
155 create_params.window_key);
181 create_params.bounds.set_width(*options->default_width.get());
183 create_params.bounds.set_height(*options->default_height.get());
185 create_params.bounds.set_x(*options->default_left.get());
187 create_params.bounds.set_y(*options->default_top.get());
190 create_params.bounds.set_width(*options->width.get());
192 create_params.bounds.set_height(*options->height.get());
194 create_params.bounds.set_x(*options->left.get())
    [all...]
  /external/chromium_org/ash/shell/
shell_delegate_impl.cc 101 ash::shell::ToplevelWindow::CreateParams create_params; local
102 create_params.can_resize = true;
103 create_params.can_maximize = true;
104 ash::shell::ToplevelWindow::CreateToplevelWindow(create_params);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 586 ShellWindow::CreateParams create_params; local
587 create_params.window_type = ShellWindow::WINDOW_TYPE_V1_PANEL;
588 create_params.bounds = window_bounds;
589 create_params.focused = saw_focus_key && focused;
594 shell_window->Init(urls[0], ash_panel_contents, create_params);
623 Browser::CreateParams create_params(window_type, window_profile,
626 create_params.initial_bounds = window_bounds;
628 create_params = Browser::CreateParams::CreateForApp(
635 create_params.initial_show_state = ui::SHOW_STATE_NORMAL;
636 create_params.host_desktop_type = chrome::GetActiveDesktop()
    [all...]

Completed in 857 milliseconds