OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_update_notification_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/webkit/browser/fileapi/
sandbox_quota_observer.cc
54
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();
sandbox_quota_observer.h
74
PendingUpdateNotificationMap
pending_update_notification_
;
member in class:fileapi::SandboxQuotaObserver
Completed in 49 milliseconds