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

  /external/chromium_org/components/storage_monitor/
image_capture_device.h 38 virtual void ItemAdded(const std::string& name,
80 // should be of the same form as those sent to the listener's ItemAdded method.
  /external/chromium_org/chrome/browser/download/
download_history.h 109 void ItemAdded(uint32 id, bool success);
download_history.cc 22 // |removed_while_adding_| to remember to remove the item when its ItemAdded()
311 // when ItemAdded() calls OnDownloadUpdated(), it can decide whether to
317 &DownloadHistory::ItemAdded, weak_ptr_factory_.GetWeakPtr(),
323 void DownloadHistory::ItemAdded(uint32 download_id, bool success) {
367 // ItemAdded() changed.
431 // ScheduleRemoveDownload will be called when history_ calls ItemAdded().
440 // ItemAdded increments history_size_ only if the item wasn't
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h 20 // and names of all files notified through the ItemAdded call will be
21 // all appear as children of that directory. (ItemAdded calls with directories
63 virtual void ItemAdded(const std::string& name,

Completed in 158 milliseconds