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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.h 110 virtual bool GetWindows(
173 virtual bool GetWindows(
fakedevicemanager.h 100 virtual bool GetWindows(
devicemanager_unittest.cc 367 TEST(DeviceManagerTest, GetWindows) {
376 if (!dm->GetWindows(&descriptions) || descriptions.empty()) {
devicemanager.cc 257 bool DeviceManager::GetWindows(
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac_unittest.cc 38 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(_, _))
extension_app_shim_handler_mac.h 53 virtual AppWindowRegistry::AppWindowList GetWindows(
extension_app_shim_handler_mac.cc 156 AppWindowList ExtensionAppShimHandler::Delegate::GetWindows(
418 delegate_->GetWindows(profile, host->GetAppId());
449 const AppWindowList windows = delegate_->GetWindows(profile, app_id);

Completed in 84 milliseconds