Home
last modified time | relevance | path

Searched refs:SetWindowTitle (Results 1 – 16 of 16) sorted by relevance

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