Searched defs:GetWindowOwner (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_stub.cc17 const std::string& MultiUserWindowManagerStub::GetWindowOwner( function in class:chrome::MultiUserWindowManagerStub
H A Dmulti_user_window_manager_chromeos.cc272 if (GetWindowOwner(window) == user_id)
274 DCHECK(GetWindowOwner(window).empty());
300 const std::string& MultiUserWindowManagerChromeOS::GetWindowOwner( function in class:chrome::MultiUserWindowManagerChromeOS
412 if (GetWindowOwner(window).empty()) {
470 if (!GetWindowOwner(window).empty()) {
487 if (!GetWindowOwner(window).empty() ||
519 const std::string& owner = GetWindowOwner(window);
624 if (!GetWindowOwner(window).empty())
628 if (!GetWindowOwner(parent).empty())
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_navigator_browsertest_chromeos.cc42 virtual const std::string& GetWindowOwner(
99 const std::string& TestMultiUserWindowManager::GetWindowOwner( function in class:__anon5055::TestMultiUserWindowManager

Completed in 1031 milliseconds