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

  /external/chromium_org/extensions/renderer/
content_watcher.cc 71 std::set<std::string>& frame_selectors = matching_selectors_[frame]; local
73 frame_selectors.erase(stopped_matching_selectors[i].utf8());
75 frame_selectors.insert(newly_matching_selectors[i].utf8());
77 if (frame_selectors.empty())
101 frame_selectors = matching_selectors_.find(frame); local
102 if (frame_selectors != matching_selectors_.end()) {
103 transitive_selectors.insert(frame_selectors->second.begin(),
104 frame_selectors->second.end());

Completed in 301 milliseconds