Searched defs:hit_total_worker_limit (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/worker_host/
H A Dworker_service_impl.cc499 bool hit_total_worker_limit = false; local
502 &hit_total_worker_limit)) {
507 if (hit_total_worker_limit)
518 bool* hit_total_worker_limit) {
521 *hit_total_worker_limit = false;
528 *hit_total_worker_limit = true;
515 TabCanCreateWorkerProcess( int render_process_id, int render_view_id, bool* hit_total_worker_limit) argument

Completed in 614 milliseconds