HomeSort by relevance Sort by last modified time
    Searched refs:SetWindowTitle (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 115 virtual bool SetWindowTitle(const base::string16& title) = 0;
desktop_window_tree_host_x11.h 126 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
desktop_native_widget_aura.h 126 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
desktop_window_tree_host_win.h 84 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
desktop_native_widget_aura.cc 666 bool DesktopNativeWidgetAura::SetWindowTitle(const base::string16& title) {
669 return desktop_window_tree_host_->SetWindowTitle(title);
    [all...]
desktop_window_tree_host_win.cc 339 bool DesktopWindowTreeHostWin::SetWindowTitle(const base::string16& title) {
    [all...]
desktop_window_tree_host_x11.cc 601 bool DesktopWindowTreeHostX11::SetWindowTitle(const base::string16& title) {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 50 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
native_widget_private.h 164 virtual bool SetWindowTitle(const base::string16& title) = 0;
native_widget_aura.h 80 virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
widget_unittest.cc     [all...]
native_widget_aura.cc 354 bool NativeWidgetAura::SetWindowTitle(const base::string16& title) {
    [all...]
widget.cc 827 if (!native_widget_->SetWindowTitle(window_title))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout_unittest.cc 47 void SetWindowTitle(const base::string16& title) {
406 delegate_->SetWindowTitle(base::ASCIIToUTF16("Window Title"));
  /external/chromium_org/content/shell/browser/
shell_views.cc 157 void SetWindowTitle(const base::string16& title) { title_ = title; }
551 delegate_view->SetWindowTitle(title);

Completed in 462 milliseconds