| /external/chromium_org/content/public/browser/ |
| D | web_contents.h | 87 struct CONTENT_EXPORT CreateParams { struct 92 BrowserContext* browser_context; 97 SiteInstance* site_instance; 124 CONTENT_EXPORT static WebContents* Create(const CreateParams& params); argument
|
| D | web_contents.cc | 11 WebContents::CreateParams::CreateParams(BrowserContext* context) in CreateParams() function in content::WebContents::CreateParams 22 WebContents::CreateParams::CreateParams( in CreateParams() function in content::WebContents::CreateParams
|
| /external/chromium_org/extensions/browser/app_window/ |
| D | app_window.h | 142 struct CreateParams { struct 146 WindowType window_type; 147 Frame frame; 149 bool has_frame_color; 150 SkColor active_frame_color; 151 SkColor inactive_frame_color; 152 bool alpha_enabled; 156 BoundsSpecification content_spec; 160 BoundsSpecification window_spec; 162 std::string window_key; [all …]
|
| D | app_window.cc | 153 AppWindow::CreateParams::CreateParams() in CreateParams() function in extensions::AppWindow::CreateParams
|
| /external/chromium_org/ash/shell/ |
| D | toplevel_window.h | 15 struct CreateParams { struct 22 const CreateParams& params); argument
|
| D | toplevel_window.cc | 32 ToplevelWindow::CreateParams::CreateParams() in CreateParams() function in ash::shell::ToplevelWindow::CreateParams
|
| /external/chromium_org/chrome/browser/ui/ |
| D | browser.h | 147 struct CreateParams { struct 164 Type type; 167 Profile* profile; 170 chrome::HostDesktopType host_desktop_type; 173 bool trusted_source; 176 gfx::Rect initial_bounds; 200 explicit Browser(const CreateParams& params); argument
|
| D | browser.cc | 253 Browser::CreateParams::CreateParams(Profile* profile, in CreateParams() function in Browser::CreateParams 264 Browser::CreateParams::CreateParams(Type type, in CreateParams() function in Browser::CreateParams
|
| /external/chromium_org/ui/views/test/ |
| D | views_test_base.cc | 61 Widget::InitParams ViewsTestBase::CreateParams( in CreateParams() function in views::ViewsTestBase
|
| /external/chromium_org/chrome/browser/renderer_context_menu/ |
| D | context_menu_content_type_unittest.cc | 27 content::ContextMenuParams CreateParams(int contexts) { in CreateParams() function
|
| D | render_view_context_menu_unittest.cc | 37 static content::ContextMenuParams CreateParams(int contexts) { in CreateParams() function
|
| /external/chromium_org/extensions/browser/api/bluetooth_socket/ |
| D | bluetooth_socket_api.cc | 360 bool BluetoothSocketListenUsingRfcommFunction::CreateParams() { in CreateParams() function in extensions::core_api::BluetoothSocketListenUsingRfcommFunction 403 bool BluetoothSocketListenUsingL2capFunction::CreateParams() { in CreateParams() function in extensions::core_api::BluetoothSocketListenUsingL2capFunction
|
| /external/chromium_org/v8/include/ |
| D | v8.h | 4349 struct CreateParams { struct 4350 CreateParams() in CreateParams() argument 4362 FunctionEntryHook entry_hook; 4368 JitCodeEventHandler code_event_handler; 4373 ResourceConstraints constraints; 4378 bool enable_serializer;
|
| /external/chromium_org/net/http/ |
| D | http_proxy_client_socket_pool_unittest.cc | 225 scoped_refptr<HttpProxySocketParams> CreateParams( in CreateParams() function in net::__anon7a33845a0111::HttpProxyClientSocketPoolTest
|