GetWindows        418 apps/app_shim/extension_app_shim_handler_mac.cc       delegate_->GetWindows(profile, host->GetAppId());
GetWindows        449 apps/app_shim/extension_app_shim_handler_mac.cc   const AppWindowList windows = delegate_->GetWindows(profile, app_id);
GetWindows         53 apps/app_shim/extension_app_shim_handler_mac.h     virtual AppWindowRegistry::AppWindowList GetWindows(
GetWindows         38 apps/app_shim/extension_app_shim_handler_mac_unittest.cc   MOCK_METHOD2(GetWindows, AppWindowList(Profile*, const std::string&));
GetWindows        180 apps/app_shim/extension_app_shim_handler_mac_unittest.cc     EXPECT_CALL(*delegate_, GetWindows(_, _))
GetWindows        307 apps/app_shim/extension_app_shim_handler_mac_unittest.cc   EXPECT_CALL(*delegate_, GetWindows(&profile_a_, kTestAppIdA))
GetWindows        355 apps/app_shim/extension_app_shim_handler_mac_unittest.cc   EXPECT_CALL(*delegate_, GetWindows(_, _))