Searched refs:GetWindowName (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc112 std::string WidgetDelegate::GetWindowName() const { function in class:views::WidgetDelegate
118 std::string window_name = GetWindowName();
130 std::string window_name = GetWindowName();
H A Dwidget_delegate.h105 virtual std::string GetWindowName() const;
108 // process' local state keyed by window name (See GetWindowName above). This
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window_state.h28 std::string GetWindowName(const Browser* browser);
H A Dbrowser_window_state.cc71 std::string GetWindowName(const Browser* browser) { function in namespace:chrome
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.h67 virtual std::string GetWindowName() const OVERRIDE;
H A Dweb_dialog_view.cc140 std::string WebDialogView::GetWindowName() const { function in class:views::WebDialogView
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc178 virtual std::string GetWindowName() const OVERRIDE;
546 std::string TaskManagerView::GetWindowName() const { function in class:__anon5368::TaskManagerView
651 g_browser_process->local_state()->GetDictionary(GetWindowName().c_str());
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer.cc57 chrome::GetWindowName(browser_), browser_->profile()->GetPrefs());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h406 virtual std::string GetWindowName() const OVERRIDE;
H A Dbrowser_view.cc1604 std::string BrowserView::GetWindowName() const { function in class:BrowserView
1605 return chrome::GetWindowName(browser_.get());

Completed in 1453 milliseconds