Searched defs:create_params (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dsync_dispatcher.cc22 static const IPCCall create_params = { local
32 ipc_calls_.push_back(create_params);
H A Dnamed_pipe_dispatcher.cc25 static const IPCCall create_params = { local
31 ipc_calls_.push_back(create_params);
H A Dregistry_dispatcher.cc44 static const IPCCall create_params = { local
55 ipc_calls_.push_back(create_params);
H A Dfilesystem_dispatcher.cc22 static const IPCCall create_params = { local
53 ipc_calls_.push_back(create_params);
H A Dprocess_thread_dispatcher.cc123 static const IPCCall create_params = { local
133 ipc_calls_.push_back(create_params);
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.cc39 ash::shell::ToplevelWindow::CreateParams create_params; variable
40 create_params.can_resize = true;
41 create_params.can_maximize = true;
42 ash::shell::ToplevelWindow::CreateToplevelWindow(create_params);
/external/chromium_org/chrome/browser/extensions/api/app_window/
H A Dapp_window_api.cc149 ShellWindow::CreateParams create_params; local
160 create_params.window_key = *options->id;
172 create_params.window_key);
202 create_params.bounds.set_width(*options->default_width.get());
204 create_params.bounds.set_height(*options->default_height.get());
206 create_params.bounds.set_x(*options->default_left.get());
208 create_params.bounds.set_y(*options->default_top.get());
211 create_params.bounds.set_width(*options->width.get());
213 create_params.bounds.set_height(*options->height.get());
215 create_params
[all...]
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_unittest.cc64 Browser::CreateParams create_params = params; local
65 create_params.window = this;
66 browser_.reset(new Browser(create_params));
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc526 ShellWindow::CreateParams create_params; local
527 create_params.window_type = ShellWindow::WINDOW_TYPE_V1_PANEL;
528 create_params.bounds = window_bounds;
529 create_params.focused = saw_focus_key && focused;
534 shell_window->Init(urls[0], ash_panel_contents, create_params);
562 Browser::CreateParams create_params(window_type, window_profile,
565 create_params.initial_bounds = window_bounds;
567 create_params = Browser::CreateParams::CreateForApp(
574 create_params.initial_show_state = ui::SHOW_STATE_NORMAL;
575 create_params
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_unittest.cc645 Browser::CreateParams create_params = params; local
646 create_params.window = this;
647 browser_.reset(new Browser(create_params));
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dnative_app_window_views.cc253 const ShellWindow::CreateParams& create_params) {
255 frameless_ = create_params.frame == ShellWindow::FRAME_NONE;
256 transparent_background_ = create_params.transparent_background;
257 resizable_ = create_params.resizable;
261 if (create_params.window_type == ShellWindow::WINDOW_TYPE_PANEL ||
262 create_params.window_type == ShellWindow::WINDOW_TYPE_V1_PANEL) {
263 InitializePanelWindow(create_params);
265 InitializeDefaultWindow(create_params);
287 const ShellWindow::CreateParams& create_params) {
298 if (create_params
251 Init( apps::ShellWindow* shell_window, const ShellWindow::CreateParams& create_params) argument
286 InitializeDefaultWindow( const ShellWindow::CreateParams& create_params) argument
394 InitializePanelWindow( const ShellWindow::CreateParams& create_params) argument
[all...]

Completed in 346 milliseconds