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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_layout_unittest.cc45 void SetWindowTitle(const base::string16& title) { function in class:__anon6617::TestLayoutDelegate
363 delegate_->SetWindowTitle(ASCIIToUTF16("Window Title"));
/external/chromium_org/content/shell/browser/
H A Dshell_views.cc114 void SetWindowTitle(const base::string16& title) { title_ = title; } function in class:content::__anon8596::ShellWindowDelegateView
394 delegate_view->SetWindowTitle(title);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc599 bool DesktopNativeWidgetAura::SetWindowTitle(const string16& title) { function in class:views::DesktopNativeWidgetAura
602 return desktop_root_window_host_->SetWindowTitle(title);
H A Ddesktop_root_window_host_win.cc341 bool DesktopRootWindowHostWin::SetWindowTitle(const string16& title) { function in class:views::DesktopRootWindowHostWin
H A Ddesktop_root_window_host_x11.cc522 bool DesktopRootWindowHostX11::SetWindowTitle(const string16& title) { function in class:views::DesktopRootWindowHostX11
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc349 bool NativeWidgetAura::SetWindowTitle(const string16& title) { function in class:views::NativeWidgetAura
H A Dnative_widget_win.cc235 bool NativeWidgetWin::SetWindowTitle(const string16& title) { function in class:views::NativeWidgetWin

Completed in 190 milliseconds