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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 85 virtual void SetWindowTitle(const string16& title) = 0;
desktop_root_window_host_x11.h 107 virtual void SetWindowTitle(const string16& title) OVERRIDE;
desktop_native_widget_aura.h 103 virtual void SetWindowTitle(const string16& title) OVERRIDE;
desktop_root_window_host_win.h 80 virtual void SetWindowTitle(const string16& title) OVERRIDE;
desktop_native_widget_aura.cc 389 void DesktopNativeWidgetAura::SetWindowTitle(const string16& title) {
390 desktop_root_window_host_->SetWindowTitle(title);
desktop_root_window_host_win.cc 319 void DesktopRootWindowHostWin::SetWindowTitle(const string16& title) {
desktop_root_window_host_x11.cc 435 void DesktopRootWindowHostX11::SetWindowTitle(const string16& title) {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_private.h 153 virtual void SetWindowTitle(const string16& title) = 0;
native_widget_aura.h 76 virtual void SetWindowTitle(const string16& title) OVERRIDE;
native_widget_win.h 97 virtual void SetWindowTitle(const string16& title) OVERRIDE;
native_widget_aura.cc 336 void NativeWidgetAura::SetWindowTitle(const string16& title) {
    [all...]
native_widget_win.cc 234 void NativeWidgetWin::SetWindowTitle(const string16& title) {
widget.cc 779 native_widget_->SetWindowTitle(window_title);
    [all...]
  /external/chromium_org/content/shell/
shell_aura.cc 94 void SetWindowTitle(const string16& title) { title_ = title; }
370 delegate_view->SetWindowTitle(title);

Completed in 134 milliseconds