Searched defs:WindowCacheModel (Results 1 – 1 of 1) sorted by relevance
24 struct WindowCacheModel { struct25 explicit WindowCacheModel(const Window &win) : window_(win), widgetIterator_(nullptr) {} in WindowCacheModel() function26 Window window_;27 std::unique_ptr<ElementNodeIterator> widgetIterator_;