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

  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout_unittest.cc 47 void SetWindowTitle(const base::string16& title) {
412 delegate_->SetWindowTitle(base::ASCIIToUTF16("Window Title"));
  /external/chromium_org/content/shell/browser/
shell_views.cc 157 void SetWindowTitle(const base::string16& title) { title_ = title; }
554 delegate_view->SetWindowTitle(title);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 663 bool DesktopNativeWidgetAura::SetWindowTitle(const base::string16& title) {
666 return desktop_window_tree_host_->SetWindowTitle(title);
    [all...]
desktop_window_tree_host_win.cc 362 bool DesktopWindowTreeHostWin::SetWindowTitle(const base::string16& title) {
    [all...]
desktop_window_tree_host_x11.cc 625 bool DesktopWindowTreeHostX11::SetWindowTitle(const base::string16& title) {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 354 bool NativeWidgetAura::SetWindowTitle(const base::string16& title) {
    [all...]

Completed in 1049 milliseconds