Searched defs:update_map_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/system/drive/
H A Dtray_drive.cc115 STLDeleteValues(&update_map_);
307 update_map_.find(operation.file_path);
309 if (existing_item != update_map_.end()) {
319 update_map_[operation.file_path] = row_view;
329 update_map_.begin();
330 update_iter != update_map_.end(); ++update_iter) {
338 delete update_map_[*removed_iter];
339 update_map_.erase(*removed_iter);
374 std::map<base::FilePath, RowView*> update_map_; member in class:ash::internal::tray::DriveDetailedView
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8i.h125 int update_map_; // whether to update the segment map or not member in struct:__anon11578
/external/webp/src/dec/
H A Dvp8i.h125 int update_map_; // whether to update the segment map or not member in struct:__anon27970
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h198 int update_map_; // whether to update the segment map or not. member in struct:__anon11611
/external/webp/src/enc/
H A Dvp8enci.h198 int update_map_; // whether to update the segment map or not. member in struct:__anon28006

Completed in 128 milliseconds