HomeSort by relevance Sort by last modified time
    Searched full:guest_map (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/extensions/browser/guest_view/
guest_view_base.cc 244 WebContentsGuestViewMap* guest_map = webcontents_guestview_map.Pointer(); local
245 WebContentsGuestViewMap::iterator it = guest_map->find(web_contents);
246 return it == guest_map->end() ? NULL : it->second;

Completed in 179 milliseconds