Searched refs:device_key (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capture_utils.h23 // returned through |device_key| if the screen is valid. The device key can be
26 bool IsScreenValid(ScreenId screen, std::wstring* device_key);
29 // display's top-left. If the screen device key does not match |device_key|, or
31 DesktopRect GetScreenRect(ScreenId screen, const std::wstring& device_key);
H A Dscreen_capture_utils.cc42 bool IsScreenValid(ScreenId screen, std::wstring* device_key) { argument
44 *device_key = L"";
52 *device_key = device.DeviceKey;
57 DesktopRect GetScreenRect(ScreenId screen, const std::wstring& device_key) { argument
75 if (device_key != device.DeviceKey)

Completed in 158 milliseconds