HomeSort by relevance Sort by last modified time
    Searched refs:ElementInstanceKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/guest_view/
guest_view_manager.h 120 struct ElementInstanceKey {
123 ElementInstanceKey(content::WebContents* embedder_web_contents,
127 bool operator<(const ElementInstanceKey& other) const {
134 typedef std::map<ElementInstanceKey, int> GuestInstanceIDMap;
137 typedef std::map<int, ElementInstanceKey> GuestInstanceIDReverseMap;
guest_view_manager.cc 86 ElementInstanceKey key(embedder_web_contents, element_instance_id);
166 ElementInstanceKey(embedder_web_contents, element_instance_id));
215 const ElementInstanceKey& instance_id_key = id_iter->second;

Completed in 550 milliseconds