Searched defs:SetWindowTitle (Results 1 - 6 of 6) sorted by relevance

/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:__anon5213::TestLayoutDelegate
406 delegate_->SetWindowTitle(base::ASCIIToUTF16("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::__anon7510::ShellWindowDelegateView
551 delegate_view->SetWindowTitle(title);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc666 bool DesktopNativeWidgetAura::SetWindowTitle(const base::string16& title) { function in class:views::DesktopNativeWidgetAura
669 return desktop_window_tree_host_->SetWindowTitle(title);
H A Ddesktop_window_tree_host_win.cc339 bool DesktopWindowTreeHostWin::SetWindowTitle(const base::string16& title) { function in class:views::DesktopWindowTreeHostWin
H A Ddesktop_window_tree_host_x11.cc601 bool DesktopWindowTreeHostX11::SetWindowTitle(const base::string16& title) { function in class:views::DesktopWindowTreeHostX11
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc354 bool NativeWidgetAura::SetWindowTitle(const base::string16& title) { function in class:views::NativeWidgetAura

Completed in 917 milliseconds