SetWindowTitle    409 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc   delegate_->SetWindowTitle(base::ASCIIToUTF16("Window Title"));
SetWindowTitle    548 content/shell/browser/shell_views.cc   delegate_view->SetWindowTitle(title);
SetWindowTitle   5680 third_party/wtl/include/atldlgs.h 	void SetWindowTitle(UINT nID)
SetWindowTitle   5685 third_party/wtl/include/atldlgs.h 	void SetWindowTitle(LPCWSTR lpstrWindowTitle)
SetWindowTitle   5898 third_party/wtl/include/atldlgs.h 	void SetWindowTitle(UINT nID)
SetWindowTitle   5899 third_party/wtl/include/atldlgs.h 	{	m_tdc.SetWindowTitle(nID); }
SetWindowTitle   5900 third_party/wtl/include/atldlgs.h 	void SetWindowTitle(LPCWSTR lpstrWindowTitle)
SetWindowTitle   5901 third_party/wtl/include/atldlgs.h 	{	m_tdc.SetWindowTitle(lpstrWindowTitle); }
SetWindowTitle    656 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc   return desktop_window_tree_host_->SetWindowTitle(title);
SetWindowTitle    128 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
SetWindowTitle    115 ui/views/widget/desktop_aura/desktop_window_tree_host.h   virtual bool SetWindowTitle(const base::string16& title) = 0;
SetWindowTitle     84 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h   virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
SetWindowTitle    107 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h   virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
SetWindowTitle     83 ui/views/widget/native_widget_aura.h   virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
SetWindowTitle    156 ui/views/widget/native_widget_private.h   virtual bool SetWindowTitle(const base::string16& title) = 0;
SetWindowTitle    813 ui/views/widget/widget.cc   if (!native_widget_->SetWindowTitle(window_title))
SetWindowTitle   1589 ui/views/widget/widget_unittest.cc     EXPECT_FALSE(native_widget->SetWindowTitle(empty));
SetWindowTitle   1591 ui/views/widget/widget_unittest.cc     EXPECT_TRUE(native_widget->SetWindowTitle(s1));
SetWindowTitle   1594 ui/views/widget/widget_unittest.cc     EXPECT_TRUE(native_widget->SetWindowTitle(s2));
SetWindowTitle   1597 ui/views/widget/widget_unittest.cc     EXPECT_TRUE(native_widget->SetWindowTitle(s3));
SetWindowTitle   1599 ui/views/widget/widget_unittest.cc     EXPECT_FALSE(native_widget->SetWindowTitle(s3));