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

  /external/chromium_org/content/browser/geolocation/
geolocation_dispatcher_host.cc 102 updating_frames_.clear();
131 for (std::map<RenderFrameHost*, bool>::iterator i = updating_frames_.begin();
132 i != updating_frames_.end(); ++i) {
189 updating_frames_[render_frame_host] = enable_high_accuracy;
195 updating_frames_.erase(render_frame_host);
208 if (updating_frames_.empty() || paused_) {
215 updating_frames_.begin(); i != updating_frames_.end(); ++i) {
geolocation_dispatcher_host.h 67 std::map<RenderFrameHost*, bool> updating_frames_; member in class:content::GeolocationDispatcherHost

Completed in 704 milliseconds