Home
last modified time | relevance | path

Searched refs:GuestViewMap (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/renderer/
Drender_manager.h117 using GuestViewMap = variable
119 GuestViewMap guest_views_;
Drender_manager.cc383 GuestViewMap::const_iterator it = guest_views_.find(view); in GetGuestViewForView()
390 GuestViewMap::iterator it = guest_views_.begin(); in OnGuestViewDestroyed()