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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.h571 std::set<int> child_process_ids_granted_; member in class:content::IndexedDBBackingStore
H A Dindexed_db_backing_store.cc724 if (!blob_path_.empty() && !child_process_ids_granted_.empty()) {
728 for (iter = child_process_ids_granted_.begin();
729 iter != child_process_ids_granted_.end();
1148 if (!child_process_ids_granted_.count(child_process_id)) {
1149 child_process_ids_granted_.insert(child_process_id);

Completed in 1082 milliseconds