Searched refs:OnSetTitle (Results 1 – 12 of 12) sorted by relevance
68 void BrowserWindow::OnSetTitle(const std::string& title) { in OnSetTitle() function in client::BrowserWindow70 delegate_->OnSetTitle(title); in OnSetTitle()
39 virtual void OnSetTitle(const std::string& title) = 0;126 void OnSetTitle(const std::string& title) override;
57 void OnSetTitle(const std::string& title) override;
348 void RootWindowViews::OnSetTitle(const std::string& title) { in OnSetTitle() function in client::RootWindowViews352 base::BindOnce(&RootWindowViews::OnSetTitle, this, title)); in OnSetTitle()
101 void OnSetTitle(const std::string& title) override;
77 void OnSetTitle(const std::string& title) override;
59 void OnSetTitle(const std::string& title) override;
113 void OnSetTitle(const std::string& title);552 void RootWindowMacImpl::OnSetTitle(const std::string& title) {719 void RootWindowMac::OnSetTitle(const std::string& title) {720 impl_->OnSetTitle(title);
60 virtual void OnSetTitle(const std::string& title) = 0;
486 void RootWindowGtk::OnSetTitle(const std::string& title) { in OnSetTitle() function in client::RootWindowGtk
1114 delegate_->OnSetTitle(title); in NotifyTitle()
1023 void RootWindowWin::OnSetTitle(const std::string& title) { in OnSetTitle() function in client::RootWindowWin