Searched refs:system_params (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dfont_render_params_linux_unittest.cc301 FontRenderParams system_params; local
302 system_params.subpixel_rendering = FontRenderParams::SUBPIXEL_RENDERING_RGB;
303 test_font_delegate_.set_params(system_params);
318 EXPECT_EQ(system_params.subpixel_rendering, params.subpixel_rendering);
323 FontRenderParams system_params; local
324 system_params.antialiasing = true;
325 system_params.hinting = FontRenderParams::HINTING_MEDIUM;
326 system_params.subpixel_rendering = FontRenderParams::SUBPIXEL_RENDERING_RGB;
327 test_font_delegate_.set_params(system_params);
337 EXPECT_EQ(system_params
[all...]
/external/chromium_org/chromecast/shell/browser/
H A Durl_request_context_factory.cc302 net::HttpNetworkSession::Params system_params; local
303 PopulateNetworkSessionParams(false, &system_params);
305 new net::HttpNetworkSession(system_params)));
/external/chromium_org/chrome/browser/
H A Dio_thread.cc1098 net::HttpNetworkSession::Params system_params; local
1099 InitializeNetworkSessionParams(&system_params);
1100 system_params.net_log = net_log_;
1101 system_params.proxy_service = globals_->system_proxy_service.get();
1105 new net::HttpNetworkSession(system_params)));

Completed in 126 milliseconds