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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 116 virtual bool SetWindowTitle(const string16& title) = 0;
desktop_root_window_host_x11.h 109 virtual bool SetWindowTitle(const string16& title) OVERRIDE;
desktop_native_widget_aura.h 117 virtual bool SetWindowTitle(const string16& title) OVERRIDE;
desktop_root_window_host_win.h 83 virtual bool SetWindowTitle(const string16& title) OVERRIDE;
desktop_native_widget_aura.cc 599 bool DesktopNativeWidgetAura::SetWindowTitle(const string16& title) {
602 return desktop_root_window_host_->SetWindowTitle(title);
    [all...]
desktop_root_window_host_win.cc 341 bool DesktopRootWindowHostWin::SetWindowTitle(const string16& title) {
    [all...]
desktop_root_window_host_x11.cc 522 bool DesktopRootWindowHostX11::SetWindowTitle(const string16& title) {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_private.h 155 virtual bool SetWindowTitle(const string16& title) = 0;
native_widget_aura.h 82 virtual bool SetWindowTitle(const string16& title) OVERRIDE;
native_widget_win.h 97 virtual bool SetWindowTitle(const string16& title) OVERRIDE;
widget_unittest.cc     [all...]
native_widget_aura.cc 349 bool NativeWidgetAura::SetWindowTitle(const string16& title) {
    [all...]
native_widget_win.cc 235 bool NativeWidgetWin::SetWindowTitle(const string16& title) {
    [all...]
widget.cc 816 if (!native_widget_->SetWindowTitle(window_title))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout_unittest.cc 45 void SetWindowTitle(const base::string16& title) {
363 delegate_->SetWindowTitle(ASCIIToUTF16("Window Title"));
  /external/chromium_org/content/shell/browser/
shell_views.cc 114 void SetWindowTitle(const base::string16& title) { title_ = title; }
394 delegate_view->SetWindowTitle(title);

Completed in 387 milliseconds