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

  /external/chromium_org/ui/views/widget/
widget_delegate.cc 106 std::string WidgetDelegate::GetWindowName() const {
112 std::string window_name = GetWindowName();
123 std::string window_name = GetWindowName();
widget_delegate.h 97 virtual std::string GetWindowName() const;
100 // process' local state keyed by window name (See GetWindowName above). This
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.h 66 virtual std::string GetWindowName() const OVERRIDE;
web_dialog_view.cc 132 std::string WebDialogView::GetWindowName() const {
  /external/chromium/chrome/browser/ui/views/
task_manager_view.cc 286 virtual std::wstring GetWindowName() const;
627 WideToUTF8(GetWindowName()).c_str());
640 std::wstring TaskManagerView::GetWindowName() const {
767 WideToUTF8(GetWindowName()).c_str());
  /external/chromium_org/chrome/browser/ui/views/
task_manager_view.cc 196 virtual std::string GetWindowName() const OVERRIDE;
584 GetWindowName().c_str());
598 std::string TaskManagerView::GetWindowName() const {
734 g_browser_process->local_state()->GetDictionary(GetWindowName().c_str());
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 360 virtual std::wstring GetWindowName() const OVERRIDE;
browser_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 408 virtual std::string GetWindowName() const OVERRIDE;
browser_view.cc     [all...]

Completed in 296 milliseconds