Home
last modified time | relevance | path

Searched refs:state_map_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/geolocation/
Dgeolocation_settings_state.cc25 state_map_[requesting_origin] = in OnGeolocationPermissionSet()
33 if (state_map_.empty()) in DidNavigate()
37 state_map_.clear(); in DidNavigate()
44 state_map_.clear(); in DidNavigate()
48 state_map_.clear(); in ClearStateMap()
62 for (StateMap::const_iterator i(state_map_.begin()); in GetDetailedInfo()
63 i != state_map_.end(); ++i) { in GetDetailedInfo()
70 for (StateMap::const_iterator i(state_map_.begin()); in GetDetailedInfo()
71 i != state_map_.end(); ++i) { in GetDetailedInfo()
Dgeolocation_settings_state.h26 return state_map_; in state_map()
62 StateMap state_map_; variable
/external/chromium/chrome/browser/download/
Ddownload_request_limiter.cc182 DCHECK(state_map_.empty()); in ~DownloadRequestLimiter()
223 StateMap::iterator i = state_map_.find(controller); in GetDownloadState()
224 if (i != state_map_.end()) in GetDownloadState()
232 state_map_[controller] = state; in GetDownloadState()
319 DCHECK(ContainsKey(state_map_, state->controller())); in Remove()
320 state_map_.erase(state->controller()); in Remove()
Ddownload_request_limiter.h247 StateMap state_map_; variable