Home
last modified time | relevance | path

Searched refs:max_values_before_sending (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_database.cc1066 const size_t max_values_before_sending = blink::mojom::kIDBGetAllChunkSize; in GetAllOperation() local
1109 if (found_keys.size() >= max_values_before_sending) { in GetAllOperation()
1114 if (found_values.size() >= max_values_before_sending) { in GetAllOperation()