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

  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state.cc 25 state_map_[requesting_origin] =
33 if (state_map_.empty())
37 state_map_.clear();
44 state_map_.clear();
48 state_map_.clear();
62 for (StateMap::const_iterator i(state_map_.begin());
63 i != state_map_.end(); ++i) {
70 for (StateMap::const_iterator i(state_map_.begin());
71 i != state_map_.end(); ++i) {
geolocation_settings_state.h 26 return state_map_;
62 StateMap state_map_; member in class:GeolocationSettingsState
  /external/chromium/chrome/browser/download/
download_request_limiter.cc 181 // removes from state_map_. As such, there should be no pending callbacks.
182 DCHECK(state_map_.empty());
223 StateMap::iterator i = state_map_.find(controller);
224 if (i != state_map_.end())
232 state_map_[controller] = state;
319 DCHECK(ContainsKey(state_map_, state->controller()));
320 state_map_.erase(state->controller());
download_request_limiter.h 247 StateMap state_map_; member in class:DownloadRequestLimiter

Completed in 681 milliseconds