Home
last modified time | relevance | path

Searched refs:root_task_id (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/ilias6/ILIAS-6.14/src/BackgroundTasks/Implementation/Persistence/
H A DBucketContainer.php41 protected $root_task_id = 0; variable in ILIAS\\BackgroundTasks\\Implementation\\Persistence\\BucketContainer
140 return $this->root_task_id;
147 public function setRootTaskid($root_task_id) argument
149 $this->root_task_id = $root_task_id;
/dports/www/ilias/ILIAS-5.4.25/src/BackgroundTasks/Implementation/Persistence/
H A DBucketContainer.php41 protected $root_task_id = 0; variable in ILIAS\\BackgroundTasks\\Implementation\\Persistence\\BucketContainer
140 return $this->root_task_id;
147 public function setRootTaskid($root_task_id) argument
149 $this->root_task_id = $root_task_id;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/complex_tasks/
H A Dios_content_record_task_id.h35 int64_t root_task_id() const { return root_task_id_; } in root_task_id() function
47 void set_root_task_id(int64_t root_task_id) { root_task_id_ = root_task_id; } in set_root_task_id() argument
H A Dios_task_tab_helper_unittest.mm68 EXPECT_EQ(a_ios_context_record_task_id->root_task_id(),
69 b_ios_context_record_task_id->root_task_id());
93 EXPECT_NE(a_ios_context_record_task_id->root_task_id(),
94 b_ios_context_record_task_id->root_task_id());
H A Dios_task_tab_helper.mm74 ios_content_record_task_id.set_root_task_id(prev.root_task_id());
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sessions/core/
H A Dserialized_navigation_entry.h172 int64_t root_task_id() const { return root_task_id_; } in root_task_id() function
173 void set_root_task_id(int64_t root_task_id) { root_task_id_ = root_task_id; } in set_root_task_id() argument
H A Dserialized_navigation_entry_unittest.cc96 EXPECT_EQ(test_data::kRootTaskId, new_navigation.root_task_id()); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sessions/core/
H A Dserialized_navigation_entry.h172 int64_t root_task_id() const { return root_task_id_; } in root_task_id() function
173 void set_root_task_id(int64_t root_task_id) { root_task_id_ = root_task_id; } in set_root_task_id() argument
H A Dserialized_navigation_entry_unittest.cc96 EXPECT_EQ(test_data::kRootTaskId, new_navigation.root_task_id()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync_sessions/
H A Dlocal_session_event_handler_impl.cc325 int64_t root_task_id = tab_delegate->GetRootTaskIdForNavigationId( in WriteTasksIntoSpecifics() local
329 tab_specifics->mutable_navigation(i)->add_ancestor_task_id(root_task_id); in WriteTasksIntoSpecifics()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sync_sessions/
H A Dlocal_session_event_handler_impl.cc323 int64_t root_task_id = tab_delegate->GetRootTaskIdForNavigationId( in WriteTasksIntoSpecifics() local
327 tab_specifics->mutable_navigation(i)->add_ancestor_task_id(root_task_id); in WriteTasksIntoSpecifics()
/dports/devel/py-anyio/anyio-3.4.0/tests/
H A Dtest_taskgroups.py1010 root_task_id = get_current_task().id
1023 assert parent_id == root_task_id
1027 root_task_id = get_current_task().id
1048 assert permanent_parent_id == root_task_id
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Drender_task.rs381 let root_task_id = render_tasks.add(blur_render_task); in new_mask() localVariable
382 children.push(root_task_id); in new_mask()
384 (root_task_id, false) in new_mask()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dframe_builder.rs251 root_task_id: RenderTaskId, in init_surface_chain()
258 surface.render_tasks = Some(SurfaceRenderTasks::Chained { root_task_id, port_task_id }); in init_surface_chain()
263 root_task_id, in init_surface_chain()
H A Drender_task_graph.rs353 Some(root_task_id) => { in end_frame()
354 graph.tasks[task_id.index as usize].children.push(*root_task_id); in end_frame()
355 self.roots.remove(root_task_id); in end_frame()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dframe_builder.rs242 root_task_id: RenderTaskId, in init_surface_chain()
249 surface.render_tasks = Some(SurfaceRenderTasks::Chained { root_task_id, port_task_id }); in init_surface_chain()
254 root_task_id, in init_surface_chain()
H A Drender_task_graph.rs352 Some(root_task_id) => { in end_frame()
353 graph.tasks[task_id.index as usize].children.push(*root_task_id); in end_frame()
354 self.roots.remove(root_task_id); in end_frame()
H A Dpicture.rs3658 Chained { root_task_id: RenderTaskId, port_task_id: RenderTaskId },
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dframe_builder.rs251 root_task_id: RenderTaskId, in init_surface_chain()
258 surface.render_tasks = Some(SurfaceRenderTasks::Chained { root_task_id, port_task_id }); in init_surface_chain()
263 root_task_id, in init_surface_chain()
H A Drender_task_graph.rs353 Some(root_task_id) => { in end_frame()
354 graph.tasks[task_id.index as usize].children.push(*root_task_id); in end_frame()
355 self.roots.remove(root_task_id); in end_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sessions/content/
H A Dcontent_serialized_navigation_builder.cc167 navigation_task_id->set_root_id(navigation->root_task_id()); in ToNavigationEntry()
H A Dcontent_serialized_navigation_builder_unittest.cc183 EXPECT_EQ(test_data::kRootTaskId, navigation.root_task_id()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sessions/content/
H A Dcontent_serialized_navigation_builder.cc167 navigation_task_id->set_root_id(navigation->root_task_id()); in ToNavigationEntry()
H A Dcontent_serialized_navigation_builder_unittest.cc183 EXPECT_EQ(test_data::kRootTaskId, navigation.root_task_id()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/sync/
H A Dios_chrome_synced_tab_delegate.mm222 return ios_task_tab_helper->GetContextRecordTaskId(nav_id)->root_task_id();

12