Home
last modified time | relevance | path

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

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dgkrellm.h1011 #define PLUGIN_GRAVITY(m) (((m)->insert_before_id & MON_GRAVITY_MASK) >> 12)
1013 #define PLUGIN_INSERT_BEFORE_ID(p) ((p)->insert_before_id & MON_ID_MASK)
1015 (((p)->insert_before_id & MON_INSERT_AFTER) >> 9)
1033 gint insert_before_id, member
1075 gint insert_before_id; /* If plugin, insert before this mon*/ member
H A Dplugins.c794 plugin->privat->insert_before_id = mon->id; in user_placement()
830 if (MONITOR_ID(mon) == plugin->privat->insert_before_id) in gkrellm_place_plugin()
869 if (plugin->privat->insert_before_id != MON_UPTIME) in gkrellm_place_plugin()
871 plugin->privat->insert_before_id = MON_UPTIME; in gkrellm_place_plugin()
975 m->insert_before_id = MON_UPTIME; in install_plugin()
978 m->privat->insert_before_id = PLUGIN_INSERT_BEFORE_ID(m); in install_plugin()
1086 && ( mp->insert_before_id != PLUGIN_INSERT_BEFORE_ID(plugin) in save_plugins_placement_file()
1092 builtin = gkrellm_monitor_from_id(mp->insert_before_id); in save_plugins_placement_file()
1379 place_plugin->privat->insert_before_id = mon->id; in apply_place()
1466 mon = gkrellm_monitor_from_id(plugin->privat->insert_before_id); in place_button_sensitivity()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_multi_column_flow_thread_test.cc572 const char* insert_before_id = nullptr);
587 const char* insert_before_id) { in ReparentLayoutObject() argument
591 insert_before_id ? GetLayoutObjectByElementId(insert_before_id) : nullptr; in ReparentLayoutObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_multi_column_flow_thread_test.cc584 const char* insert_before_id = nullptr);
599 const char* insert_before_id) { in ReparentLayoutObject() argument
603 insert_before_id ? GetLayoutObjectByElementId(insert_before_id) : nullptr; in ReparentLayoutObject()
/dports/misc/gkrellmbgchg2/gkrellmbgchg2-0.1.11/
H A Dgkrellmbgchg.c1147 .insert_before_id = PLACEMENT,
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DDesignWnd.cpp3267 int insert_before_id = insert_before_control in QueueItemMoved() local
3272 GetDisplayedDesignsManager().MoveBefore(design_id, insert_before_id); in QueueItemMoved()