Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dbrowser_window.cc68 void BrowserWindow::OnSetTitle(const std::string& title) { in OnSetTitle() function in client::BrowserWindow
70 delegate_->OnSetTitle(title); in OnSetTitle()
Dbrowser_window.h39 virtual void OnSetTitle(const std::string& title) = 0;
126 void OnSetTitle(const std::string& title) override;
Droot_window_mac.h57 void OnSetTitle(const std::string& title) override;
Droot_window_views.cc348 void RootWindowViews::OnSetTitle(const std::string& title) { in OnSetTitle() function in client::RootWindowViews
352 base::BindOnce(&RootWindowViews::OnSetTitle, this, title)); in OnSetTitle()
Droot_window_win.h101 void OnSetTitle(const std::string& title) override;
Droot_window_views.h77 void OnSetTitle(const std::string& title) override;
Droot_window_gtk.h59 void OnSetTitle(const std::string& title) override;
Droot_window_mac.mm113 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);
Dclient_handler.h60 virtual void OnSetTitle(const std::string& title) = 0;
Droot_window_gtk.cc486 void RootWindowGtk::OnSetTitle(const std::string& title) { in OnSetTitle() function in client::RootWindowGtk
Dclient_handler.cc1114 delegate_->OnSetTitle(title); in NotifyTitle()
Droot_window_win.cc1023 void RootWindowWin::OnSetTitle(const std::string& title) { in OnSetTitle() function in client::RootWindowWin