Searched refs:pending_update_notification_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_quota_observer.cc54 pending_update_notification_[usage_file_path] += delta;
74 pending_update_notification_.find(usage_file_path);
75 if (found != pending_update_notification_.end()) {
77 pending_update_notification_.erase(found);
123 pending_update_notification_.begin();
124 itr != pending_update_notification_.end();
128 pending_update_notification_.clear();
H A Dsandbox_quota_observer.h74 PendingUpdateNotificationMap pending_update_notification_; member in class:fileapi::SandboxQuotaObserver

Completed in 80 milliseconds