Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_widget_naviframe.h37 Eina_Bool on_deletion : 1; member
H A Delc_naviframe.c917 if (sd->on_deletion) return; in _elm_naviframe_efl_canvas_group_group_calculate()
1225 if ((sd->preserve) && (!sd->on_deletion)) in _elm_naviframe_item_efl_object_invalidate()
1239 if (top && !sd->on_deletion) /* must raise another one */ in _elm_naviframe_item_efl_object_invalidate()
1458 sd->on_deletion = EINA_TRUE; in _elm_naviframe_efl_canvas_group_group_del()
1822 sd->on_deletion = EINA_TRUE; in _elm_naviframe_item_pop_to()
1836 sd->on_deletion = EINA_FALSE; in _elm_naviframe_item_pop_to()
H A Delm_widget.h594 Eina_Bool on_deletion : 1; member
746 if (item && (item)->on_deletion) { \
H A Delm_main.c2036 item->on_deletion = EINA_TRUE; in elm_object_item_del()
H A Delm_genlist.c3883 if (tmp->item->queued && !(tmp->base)->on_deletion) in _item_del()
6149 if ((it->base)->on_deletion) goto item_deleted; in _item_select()
6156 if ((it->base)->on_deletion) goto item_deleted; in _item_select()
6161 if ((it->base)->on_deletion) in _item_select()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dbrowser_thread_unittest.cc136 explicit DeletedOnIO(base::OnceClosure on_deletion) in DeletedOnIO() argument
137 : on_deletion_(std::move(on_deletion)) {} in DeletedOnIO()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dbrowser_thread_unittest.cc136 explicit DeletedOnIO(base::OnceClosure on_deletion) in DeletedOnIO() argument
137 : on_deletion_(std::move(on_deletion)) {} in DeletedOnIO()