Searched refs:GetWindowPlacementKey (Results 1 – 5 of 5) sorted by relevance
296 std::string GetWindowPlacementKey() const;
760 std::string Browser::GetWindowPlacementKey() const { in GetWindowPlacementKey() function in Browser
125 DictionaryPrefUpdate update(prefs, browser_->GetWindowPlacementKey().c_str());
1460 return UTF8ToWide(browser_->GetWindowPlacementKey());
1845 std::string window_name = browser_->GetWindowPlacementKey(); in SaveWindowPosition()