Home
last modified time | relevance | path

Searched refs:OnSetAddress (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dbrowser_window.cc63 void BrowserWindow::OnSetAddress(const std::string& url) { in OnSetAddress() function in client::BrowserWindow
65 delegate_->OnSetAddress(url); in OnSetAddress()
Dbrowser_window.h36 virtual void OnSetAddress(const std::string& url) = 0;
125 void OnSetAddress(const std::string& url) override;
Droot_window_mac.h56 void OnSetAddress(const std::string& url) override;
Droot_window_views.cc336 void RootWindowViews::OnSetAddress(const std::string& url) { in OnSetAddress() function in client::RootWindowViews
340 base::BindOnce(&RootWindowViews::OnSetAddress, this, url)); in OnSetAddress()
Droot_window_win.h100 void OnSetAddress(const std::string& url) override;
Droot_window_views.h76 void OnSetAddress(const std::string& url) override;
Droot_window_gtk.h58 void OnSetAddress(const std::string& url) override;
Droot_window_mac.mm112 void OnSetAddress(const std::string& url);
536 void RootWindowMacImpl::OnSetAddress(const std::string& url) {
715 void RootWindowMac::OnSetAddress(const std::string& url) {
716 impl_->OnSetAddress(url);
Dclient_handler.h57 virtual void OnSetAddress(const std::string& url) = 0;
Droot_window_gtk.cc475 void RootWindowGtk::OnSetAddress(const std::string& url) { in OnSetAddress() function in client::RootWindowGtk
Dclient_handler.cc1103 delegate_->OnSetAddress(url); in NotifyAddress()
Droot_window_win.cc1016 void RootWindowWin::OnSetAddress(const std::string& url) { in OnSetAddress() function in client::RootWindowWin