/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_window_tree_host.h | 115 virtual bool SetWindowTitle(const base::string16& title) = 0;
|
D | desktop_window_tree_host_x11.h | 126 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
|
D | desktop_window_tree_host_win.h | 84 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
|
D | desktop_native_widget_aura.h | 126 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
|
D | desktop_native_widget_aura.cc | 663 bool DesktopNativeWidgetAura::SetWindowTitle(const base::string16& title) { in SetWindowTitle() function in views::DesktopNativeWidgetAura 666 return desktop_window_tree_host_->SetWindowTitle(title); in SetWindowTitle()
|
D | desktop_window_tree_host_win.cc | 362 bool DesktopWindowTreeHostWin::SetWindowTitle(const base::string16& title) { in SetWindowTitle() function in views::DesktopWindowTreeHostWin
|
D | desktop_window_tree_host_x11.cc | 625 bool DesktopWindowTreeHostX11::SetWindowTitle(const base::string16& title) { in SetWindowTitle() function in views::DesktopWindowTreeHostX11
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view_layout_unittest.cc | 47 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/ |
D | native_widget_private.h | 161 virtual bool SetWindowTitle(const base::string16& title) = 0;
|
D | native_widget_mac.h | 56 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
|
D | native_widget_aura.h | 82 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
|
D | widget_unittest.cc | 1656 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()
|
D | native_widget_mac.mm | 241 bool NativeWidgetMac::SetWindowTitle(const base::string16& title) {
|
D | native_widget_aura.cc | 354 bool NativeWidgetAura::SetWindowTitle(const base::string16& title) { in SetWindowTitle() function in views::NativeWidgetAura
|
D | widget.cc | 829 if (!native_widget_->SetWindowTitle(window_title)) in UpdateWindowTitle()
|
/external/chromium_org/content/shell/browser/ |
D | shell_views.cc | 157 void SetWindowTitle(const base::string16& title) { title_ = title; } in SetWindowTitle() function in content::__anona6b727ff0111::ShellWindowDelegateView 554 delegate_view->SetWindowTitle(title); in PlatformSetTitle()
|