Home
last modified time | relevance | path

Searched refs:PopulateSettings (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dmain_context_impl.cc182 void MainContextImpl::PopulateSettings(CefSettings* settings) { in PopulateSettings() function in client::MainContextImpl
183 client::ClientAppBrowser::PopulateSettings(command_line_, *settings); in PopulateSettings()
Dmain_context.h55 virtual void PopulateSettings(CefSettings* settings) = 0;
Dmain_context_impl.h35 void PopulateSettings(CefSettings* settings) override;
/third_party/cef/tests/shared/browser/
Dclient_app_browser.h40 static void PopulateSettings(CefRefPtr<CefCommandLine> command_line,
Dclient_app_browser.cc19 void ClientAppBrowser::PopulateSettings(CefRefPtr<CefCommandLine> command_line, in PopulateSettings() function in client::ClientAppBrowser
/third_party/cef/tests/cefclient/
Dcefclient_win.cc85 context->PopulateSettings(&settings); in RunMain()
Dcefclient_gtk.cc98 context->PopulateSettings(&settings); in RunMain()
Dcefclient_mac.mm397 context->PopulateSettings(&settings);
/third_party/cef/tests/ceftests/
Drun_all_unittests.cc172 client::ClientAppBrowser::PopulateSettings(test_suite.command_line(),