Searched refs:OnSetAddress (Results 1 – 12 of 12) sorted by relevance
63 void BrowserWindow::OnSetAddress(const std::string& url) { in OnSetAddress() function in client::BrowserWindow65 delegate_->OnSetAddress(url); in OnSetAddress()
36 virtual void OnSetAddress(const std::string& url) = 0;125 void OnSetAddress(const std::string& url) override;
56 void OnSetAddress(const std::string& url) override;
336 void RootWindowViews::OnSetAddress(const std::string& url) { in OnSetAddress() function in client::RootWindowViews340 base::BindOnce(&RootWindowViews::OnSetAddress, this, url)); in OnSetAddress()
100 void OnSetAddress(const std::string& url) override;
76 void OnSetAddress(const std::string& url) override;
58 void OnSetAddress(const std::string& url) override;
112 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);
57 virtual void OnSetAddress(const std::string& url) = 0;
475 void RootWindowGtk::OnSetAddress(const std::string& url) { in OnSetAddress() function in client::RootWindowGtk
1103 delegate_->OnSetAddress(url); in NotifyAddress()
1016 void RootWindowWin::OnSetAddress(const std::string& url) { in OnSetAddress() function in client::RootWindowWin