Searched refs:create_params (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/content/public/browser/
H A Dbrowser_plugin_guest_delegate.cc10 const WebContents::CreateParams& create_params) {
9 CreateNewGuestWindow( const WebContents::CreateParams& create_params) argument
H A Dbrowser_plugin_guest_delegate.h36 const WebContents::CreateParams& create_params);
/external/chromium_org/extensions/browser/api/app_window/
H A Dapp_window_api.h37 AppWindow::CreateParams* create_params);
38 void UpdateFrameOptionsForChannel(AppWindow::CreateParams* create_params);
H A Dapp_window_api.cc141 AppWindow::CreateParams create_params; local
152 create_params.window_key = *options->id;
164 extension_id(), create_params.window_key);
194 if (!GetBoundsSpec(*options, &create_params, &error_))
200 create_params.window_type = AppWindow::WINDOW_TYPE_PANEL;
204 if (!GetFrameOptions(*options, &create_params))
235 if (create_params.frame != AppWindow::FRAME_NONE) {
240 create_params.alpha_enabled = *options->alpha_enabled;
248 create_params.hidden = *options->hidden.get();
251 create_params
461 GetFrameOptions( const app_window::CreateWindowOptions& options, AppWindow::CreateParams* create_params) argument
[all...]
/external/chromium_org/chromecast/shell/browser/test/
H A Dchromecast_browser_test.cc69 content::WebContents::CreateParams create_params(
72 create_params.routing_id = MSG_ROUTING_NONE;
73 create_params.initial_size = gfx::Size(1280, 720);
74 web_contents_.reset(content::WebContents::Create(create_params));
/external/chromium_org/extensions/browser/api/guest_view/
H A Dguest_view_internal_api.cc26 base::DictionaryValue* create_params; local
27 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(1, &create_params));
52 *create_params,
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc35 WebContents::CreateParams create_params(profile_, site_instance);
36 create_params.routing_id = routing_id;
42 create_params, session_storage_namespace_map));
44 web_contents_.reset(WebContents::Create(create_params));
/external/chromium_org/chromecast/service/
H A Dcast_service_simple.cc106 content::WebContents::CreateParams create_params(browser_context(), NULL);
107 create_params.routing_id = MSG_ROUTING_NONE;
108 create_params.initial_size = initial_size;
109 web_contents_.reset(content::WebContents::Create(create_params));
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views.cc208 const AppWindow::CreateParams& create_params) {
216 if (create_params.alpha_enabled)
218 init_params.keep_on_top = create_params.always_on_top;
220 create_params.visible_on_all_workspaces;
237 gfx::Rect window_bounds = create_params.GetInitialWindowBounds(frame_insets);
238 SetContentSizeConstraints(create_params.GetContentMinimumSize(frame_insets),
239 create_params.GetContentMaximumSize(frame_insets));
294 const AppWindow::CreateParams& create_params) {
299 create_params.GetInitialWindowBounds(gfx::Insets());
324 widget()->set_focus_on_creation(create_params
207 InitializeDefaultWindow( const AppWindow::CreateParams& create_params) argument
293 InitializePanelWindow( const AppWindow::CreateParams& create_params) argument
669 InitializeWindow( AppWindow* app_window, const AppWindow::CreateParams& create_params) argument
[all...]
H A Dchrome_native_app_window_views.h44 const extensions::AppWindow::CreateParams& create_params);
46 const extensions::AppWindow::CreateParams& create_params);
89 const extensions::AppWindow::CreateParams& create_params) OVERRIDE;
H A Dchrome_native_app_window_views_win.h40 const extensions::AppWindow::CreateParams& create_params) OVERRIDE;
H A Dchrome_native_app_window_views_win.cc108 const extensions::AppWindow::CreateParams& create_params) {
109 ChromeNativeAppWindowViews::InitializeDefaultWindow(create_params);
132 if (!create_params.alpha_enabled)
107 InitializeDefaultWindow( const extensions::AppWindow::CreateParams& create_params) argument
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.cc36 const AppWindow::CreateParams& create_params) {
38 frameless_ = create_params.frame == AppWindow::FRAME_NONE;
39 resizable_ = create_params.resizable;
41 create_params.GetContentMinimumSize(gfx::Insets()));
43 create_params.GetContentMaximumSize(gfx::Insets()));
47 InitializeWindow(app_window, create_params);
63 const AppWindow::CreateParams& create_params) {
67 init_params.keep_on_top = create_params.always_on_top;
70 create_params.GetInitialWindowBounds(gfx::Insets()).size());
35 Init(AppWindow* app_window, const AppWindow::CreateParams& create_params) argument
61 InitializeWindow( AppWindow* app_window, const AppWindow::CreateParams& create_params) argument
/external/chromium_org/extensions/browser/guest_view/mime_handler_view/
H A Dmime_handler_view_guest.cc73 const base::DictionaryValue& create_params,
76 create_params.GetString(mime_handler_view::kMimeType, &orig_mime_type);
80 create_params.GetString(mime_handler_view::kSrc, &extension_src);
69 CreateWebContents( const std::string& embedder_extension_id, int embedder_render_process_id, const GURL& embedder_site_url, const base::DictionaryValue& create_params, const WebContentsCreatedCallback& callback) argument
H A Dmime_handler_view_guest.h34 const base::DictionaryValue& create_params,
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.cc41 ash::shell::ToplevelWindow::CreateParams create_params; variable
42 create_params.can_resize = true;
43 create_params.can_maximize = true;
44 ash::shell::ToplevelWindow::CreateToplevelWindow(create_params);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_tabrestore.cc56 WebContents::CreateParams create_params(
59 create_params.initially_hidden = initially_hidden;
63 create_params.initial_size =
67 create_params,
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.cc45 content::WebContents::CreateParams create_params(browser_context);
46 create_params.routing_id = MSG_ROUTING_NONE;
48 content::WebContents::Create(create_params);
51 create_params.initial_size);
/external/chromium_org/sandbox/win/src/
H A Dnamed_pipe_dispatcher.cc25 static const IPCCall create_params = { local
31 ipc_calls_.push_back(create_params);
H A Dsync_dispatcher.cc22 static const IPCCall create_params = { local
32 ipc_calls_.push_back(create_params);
/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents.cc107 content::WebContents::CreateParams create_params(browser_context_);
108 create_params.initially_hidden = true;
109 web_contents_.reset(content::WebContents::Create(create_params));
/external/chromium_org/content/browser/
H A Dtransition_browsertest.cc135 WebContents::CreateParams create_params(
139 WebContents::Create(create_params));
/external/chromium_org/extensions/browser/guest_view/
H A Dguest_view_manager.h69 const base::DictionaryValue& create_params,
76 const content::WebContents::CreateParams& create_params);
H A Dguest_view_manager.cc118 const base::DictionaryValue& create_params,
128 embedder_extension_id, embedder_web_contents, create_params, callback);
135 const content::WebContents::CreateParams& create_params) {
141 content::WebContents::CreateParams guest_create_params(create_params);
115 CreateGuest(const std::string& view_type, const std::string& embedder_extension_id, content::WebContents* embedder_web_contents, const base::DictionaryValue& create_params, const WebContentsCreatedCallback& callback) argument
131 CreateGuestWithWebContentsParams( const std::string& view_type, const std::string& embedder_extension_id, int embedder_render_process_id, const content::WebContents::CreateParams& create_params) argument
/external/chromium_org/extensions/browser/guest_view/app_view/
H A Dapp_view_guest.h55 const base::DictionaryValue& create_params,

Completed in 2548 milliseconds

123