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

  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_stub.cc 17 const std::string& MultiUserWindowManagerStub::GetWindowOwner(
multi_user_window_manager_stub.h 26 virtual const std::string& GetWindowOwner(
multi_user_window_manager.cc 81 instance->GetWindowOwner(window));
multi_user_window_manager.h 104 virtual const std::string& GetWindowOwner(aura::Window* window) const = 0;
multi_user_window_manager_chromeos.cc 272 if (GetWindowOwner(window) == user_id)
274 DCHECK(GetWindowOwner(window).empty());
300 const std::string& MultiUserWindowManagerChromeOS::GetWindowOwner(
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())
multi_user_context_menu_chromeos.cc 83 const std::string user_id = manager->GetWindowOwner(window);
multi_user_window_manager_chromeos.h 78 virtual const std::string& GetWindowOwner(
multi_user_window_manager_chromeos_unittest.cc 213 multi_user_window_manager_->GetWindowOwner(window(i));
248 EXPECT_EQ("", multi_user_window_manager()->GetWindowOwner(window(0)));
259 EXPECT_EQ("A", multi_user_window_manager()->GetWindowOwner(window(0)));
270 EXPECT_EQ("A", multi_user_window_manager()->GetWindowOwner(window(0)));
326 multi_user_window_manager()->GetWindowOwner(
340 multi_user_window_manager()->GetWindowOwner(
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 42 virtual const std::string& GetWindowOwner(
99 const std::string& TestMultiUserWindowManager::GetWindowOwner(
  /external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_builder.cc 149 if (user_id.empty() || !window || manager->GetWindowOwner(window).empty())
  /external/chromium_org/chrome/browser/ui/ash/
session_state_delegate_chromeos.cc 66 chrome::MultiUserWindowManager::GetInstance()->GetWindowOwner(window);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16 58 #define GetWindowOwner(hwnd) GetWindow(hwnd,GW_OWNER)
    [all...]
windowsx.h 50 #define GetWindowOwner(hwnd) GetWindow(hwnd,GW_OWNER)
    [all...]

Completed in 399 milliseconds