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

  /external/chromium_org/content/common/
host_shared_bitmap_manager.cc 64 handle_map_[id] = data;
76 BitmapMap::iterator it = handle_map_.find(id);
77 if (it == handle_map_.end())
116 if (handle_map_.find(id) != handle_map_.end())
121 handle_map_[id] = data;
138 if (handle_map_.find(id) != handle_map_.end()) {
153 handle_map_[id] = data;
165 BitmapMap::iterator it = handle_map_.find(id)
    [all...]
host_shared_bitmap_manager.h 77 BitmapMap handle_map_; member in class:content::HostSharedBitmapManager
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.cc 160 if (fd < 0 || fd >= static_cast<int>(handle_map_.size()))
163 *out_flags = handle_map_[fd].flags;
169 if (fd < 0 || fd >= static_cast<int>(handle_map_.size()))
176 handle_map_[fd].flags = flags;
184 if (fd < 0 || fd >= static_cast<int>(handle_map_.size()))
187 Descriptor_t& desc = handle_map_[fd];
201 if (fd < 0 || fd >= static_cast<int>(handle_map_.size()))
204 Descriptor_t& desc = handle_map_[fd];
227 handle_map_[id] = descriptor;
229 id = handle_map_.size()
    [all...]
kernel_object.h 103 HandleMap_t handle_map_; member in class:nacl_io::KernelObject
106 // Lock to protect free_fds_ and handle_map_.
  /external/chromium_org/content/renderer/
speech_recognition_dispatcher.cc 168 HandleMap::iterator iter = handle_map_.find(request_id);
169 if (iter == handle_map_.end()) {
176 handle_map_.erase(request_id);
218 for (HandleMap::iterator iter = handle_map_.begin();
219 iter != handle_map_.end();
226 handle_map_[new_id] = handle;
233 for (HandleMap::iterator iter = handle_map_.begin();
234 iter != handle_map_.end();
244 HandleMap::iterator iter = handle_map_.find(request_id);
245 DCHECK(iter != handle_map_.end())
    [all...]
speech_recognition_dispatcher.h 65 HandleMap handle_map_; member in class:content::SpeechRecognitionDispatcher

Completed in 287 milliseconds