Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/
H A DBUILD.gn75 "tasks/get_operation_task.cc",
76 "tasks/get_operation_task.h",
H A Dprefetch_dispatcher_impl.cc256 std::unique_ptr<Task> get_operation_task = std::make_unique<GetOperationTask>( in QueueActionTasks() local
262 task_queue_.AddTask(std::move(get_operation_task)); in QueueActionTasks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/
H A DBUILD.gn77 "tasks/get_operation_task.cc",
78 "tasks/get_operation_task.h",
H A Dprefetch_dispatcher_impl.cc258 std::unique_ptr<Task> get_operation_task = std::make_unique<GetOperationTask>( in QueueActionTasks() local
264 task_queue_.AddTask(std::move(get_operation_task)); in QueueActionTasks()