Searched refs:SetWindowTitle (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host.h115 virtual bool SetWindowTitle(const base::string16& title) = 0;
H A Ddesktop_window_tree_host_x11.h126 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
H A Ddesktop_native_widget_aura.h126 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
H A Ddesktop_window_tree_host_win.h84 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
H A Ddesktop_native_widget_aura.cc663 bool DesktopNativeWidgetAura::SetWindowTitle(const base::string16& title) { function in class:views::DesktopNativeWidgetAura
666 return desktop_window_tree_host_->SetWindowTitle(title);
H A Ddesktop_window_tree_host_win.cc362 bool DesktopWindowTreeHostWin::SetWindowTitle(const base::string16& title) { function in class:views::DesktopWindowTreeHostWin
H A Ddesktop_window_tree_host_x11.cc625 bool DesktopWindowTreeHostX11::SetWindowTitle(const base::string16& title) { function in class:views::DesktopWindowTreeHostX11
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout_unittest.cc47 void SetWindowTitle(const base::string16& title) { function in class:__anon5288::TestLayoutDelegate
412 delegate_->SetWindowTitle(base::ASCIIToUTF16("Window Title"));
/external/chromium_org/ui/views/widget/
H A Dnative_widget_mac.h56 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
H A Dnative_widget_private.h161 virtual bool SetWindowTitle(const base::string16& title) = 0;
H A Dnative_widget_aura.h82 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
H A Dwidget_unittest.cc1656 EXPECT_FALSE(native_widget->SetWindowTitle(empty));
1658 EXPECT_TRUE(native_widget->SetWindowTitle(s1));
1661 EXPECT_TRUE(native_widget->SetWindowTitle(s2));
1664 EXPECT_TRUE(native_widget->SetWindowTitle(s3));
1666 EXPECT_FALSE(native_widget->SetWindowTitle(s3));
H A Dnative_widget_aura.cc354 bool NativeWidgetAura::SetWindowTitle(const base::string16& title) { function in class:views::NativeWidgetAura
H A Dwidget.cc829 if (!native_widget_->SetWindowTitle(window_title))
/external/chromium_org/content/shell/browser/
H A Dshell_views.cc157 void SetWindowTitle(const base::string16& title) { title_ = title; } function in class:content::__anon7872::ShellWindowDelegateView
554 delegate_view->SetWindowTitle(title);

Completed in 3033 milliseconds