Searched refs:initial_load (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_cert_migrator.h38 bool initial_load) OVERRIDE;
H A Dnetwork_connection_handler.h142 bool initial_load) OVERRIDE;
H A Dnetwork_cert_migrator.cc253 bool initial_load) {
251 OnCertificatesLoaded( const net::CertificateList& cert_list, bool initial_load) argument
H A Dnetwork_connection_handler.cc196 bool initial_load) {
206 } else if (initial_load) {
194 OnCertificatesLoaded( const net::CertificateList& cert_list, bool initial_load) argument
/external/chromium_org/chrome/browser/chromeos/cros/
H A Dcert_library.h30 // |initial_load| is true the first time this is called.
31 virtual void OnCertificatesLoaded(bool initial_load) = 0;
87 bool initial_load) OVERRIDE;
H A Dcert_library.cc207 bool initial_load) {
261 OnCertificatesLoaded(initial_load));
206 OnCertificatesLoaded(const net::CertificateList& cert_list, bool initial_load) argument
/external/chromium_org/chromeos/
H A Dcert_loader.h46 // have completed loading. |initial_load| is true the first time this
49 bool initial_load) = 0;
130 void NotifyCertificatesLoaded(bool initial_load);
H A Dcert_loader.cc358 bool initial_load = !certificates_loaded_; local
360 NotifyCertificatesLoaded(initial_load);
367 void CertLoader::NotifyCertificatesLoaded(bool initial_load) { argument
369 OnCertificatesLoaded(cert_list_, initial_load));
/external/chromium_org/chrome/browser/chromeos/options/
H A Dvpn_config_view.h65 virtual void OnCertificatesLoaded(bool initial_load) OVERRIDE;
H A Dwifi_config_view.h71 virtual void OnCertificatesLoaded(bool initial_load) OVERRIDE;
H A Dvpn_config_view.cc353 void VPNConfigView::OnCertificatesLoaded(bool initial_load) { argument
H A Dwifi_config_view.cc627 void WifiConfigView::OnCertificatesLoaded(bool initial_load) { argument
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_service.h195 bool initial_load) OVERRIDE;
H A Ddevice_settings_service.cc217 bool initial_load) {
215 OnCertificatesLoaded( const net::CertificateList& cert_list, bool initial_load) argument

Completed in 286 milliseconds