HomeSort by relevance Sort by last modified time
    Searched defs:update_map_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/system/drive/
tray_drive.cc 113 STLDeleteValues(&update_map_);
309 update_map_.find(operation.file_path);
311 if (existing_item != update_map_.end()) {
321 update_map_[operation.file_path] = row_view;
331 update_map_.begin();
332 update_iter != update_map_.end(); ++update_iter) {
340 delete update_map_[*removed_iter];
341 update_map_.erase(*removed_iter);
378 std::map<base::FilePath, RowView*> update_map_; member in class:ash::tray::DriveDetailedView
  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 127 int update_map_; // whether to update the segment map or not member in struct:__anon16861
  /external/webp/src/dec/
vp8i.h 127 int update_map_; // whether to update the segment map or not member in struct:__anon37027
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 200 int update_map_; // whether to update the segment map or not. member in struct:__anon16903
  /external/webp/src/enc/
vp8enci.h 200 int update_map_; // whether to update the segment map or not. member in struct:__anon37072

Completed in 185 milliseconds