Home
last modified time | relevance | path

Searched defs:CreateParams (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/content/public/browser/
Dweb_contents.h87 struct CONTENT_EXPORT CreateParams { struct
92 BrowserContext* browser_context;
97 SiteInstance* site_instance;
124 CONTENT_EXPORT static WebContents* Create(const CreateParams& params); argument
Dweb_contents.cc11 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/
Dapp_window.h142 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 …]
Dapp_window.cc153 AppWindow::CreateParams::CreateParams() in CreateParams() function in extensions::AppWindow::CreateParams
/external/chromium_org/ash/shell/
Dtoplevel_window.h15 struct CreateParams { struct
22 const CreateParams& params); argument
Dtoplevel_window.cc32 ToplevelWindow::CreateParams::CreateParams() in CreateParams() function in ash::shell::ToplevelWindow::CreateParams
/external/chromium_org/chrome/browser/ui/
Dbrowser.h147 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
Dbrowser.cc253 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/
Dviews_test_base.cc61 Widget::InitParams ViewsTestBase::CreateParams( in CreateParams() function in views::ViewsTestBase
/external/chromium_org/chrome/browser/renderer_context_menu/
Dcontext_menu_content_type_unittest.cc27 content::ContextMenuParams CreateParams(int contexts) { in CreateParams() function
Drender_view_context_menu_unittest.cc37 static content::ContextMenuParams CreateParams(int contexts) { in CreateParams() function
/external/chromium_org/extensions/browser/api/bluetooth_socket/
Dbluetooth_socket_api.cc360 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/
Dv8.h4349 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/
Dhttp_proxy_client_socket_pool_unittest.cc225 scoped_refptr<HttpProxySocketParams> CreateParams( in CreateParams() function in net::__anon7a33845a0111::HttpProxyClientSocketPoolTest