OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
(
devicemanager.cc
235
bool DeviceManager::
GetWindows
(
fakedevicemanager.h
100
virtual bool
GetWindows
(
devicemanager_unittest.cc
367
TEST(DeviceManagerTest,
GetWindows
) {
376
if (!dm->
GetWindows
(&descriptions) || descriptions.empty()) {
/external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac_unittest.cc
38
MOCK_METHOD2(
GetWindows
, ShellWindowList(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 ShellWindowRegistry::ShellWindowList
GetWindows
(
extension_app_shim_handler_mac.cc
155
ShellWindowList ExtensionAppShimHandler::Delegate::
GetWindows
(
418
delegate_->
GetWindows
(profile, host->GetAppId());
450
delegate_->
GetWindows
(profile, app_id);
Completed in 2922 milliseconds