Searched refs:GetWindows (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac_unittest.cc38 MOCK_METHOD2(GetWindows, AppWindowList(Profile*, const std::string&));
176 // In most tests, we don't care about the result of GetWindows, it just
180 EXPECT_CALL(*delegate_, GetWindows(_, _))
307 EXPECT_CALL(*delegate_, GetWindows(&profile_a_, kTestAppIdA))
355 EXPECT_CALL(*delegate_, GetWindows(_, _))
H A Dextension_app_shim_handler_mac.h52 virtual extensions::AppWindowRegistry::AppWindowList GetWindows(
H A Dextension_app_shim_handler_mac.cc159 AppWindowList ExtensionAppShimHandler::Delegate::GetWindows( function in class:apps::ExtensionAppShimHandler::Delegate
443 delegate_->GetWindows(profile, host->GetAppId());
474 const AppWindowList windows = delegate_->GetWindows(profile, app_id);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Ddevicemanager.h99 virtual bool GetWindows(
166 virtual bool GetWindows(
H A Ddevicemanager.cc239 bool DeviceManager::GetWindows( function in class:cricket::DeviceManager
H A Dfakedevicemanager.h115 virtual bool GetWindows( function in class:cricket::FakeDeviceManager
H A Ddevicemanager_unittest.cc383 TEST(DeviceManagerTest, GetWindows) {
393 if (!dm->GetWindows(&descriptions) || descriptions.empty()) {

Completed in 116 milliseconds