Searched refs:WindowDescription (Results 1 – 9 of 9) sorted by relevance
21 class WindowDescription {23 WindowDescription() : id_() {} in WindowDescription() function24 WindowDescription(const WindowId& id, const std::string& title) in WindowDescription() function57 typedef std::vector<WindowDescription> WindowDescriptionList;
71 WindowDescription desc = descriptions.front(); in TEST()
66 WindowDescription desc(id, title); in EnumProc()
246 WindowDescription desc(id, title_str); in GetWindowList()
628 WindowDescription desc(id, title); in EnumerateScreenWindows()
47 class WindowDescription; variable100 std::vector<rtc::WindowDescription>* descriptions) = 0;167 std::vector<rtc::WindowDescription>* descriptions);
116 std::vector<rtc::WindowDescription>* descriptions) { in GetWindows()122 rtc::WindowDescription window_description(window_id, title); in GetWindows()
240 std::vector<rtc::WindowDescription>* descriptions) { in GetWindows()
392 std::vector<rtc::WindowDescription> descriptions; in TEST()