Home
last modified time | relevance | path

Searched refs:custom_frame (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/window/
H A Ddialog_delegate.h51 bool custom_frame = true; member
178 void set_use_custom_frame(bool use) { params_.custom_frame = use; } in set_use_custom_frame()
179 bool use_custom_frame() const { return params_.custom_frame; } in use_custom_frame()
H A Ddialog_delegate.cc87 dialog->params_.custom_frame &= CanSupportCustomFrame(parent); in GetDialogWidgetInitParams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/window/
H A Ddialog_delegate.h51 bool custom_frame = true; member
203 void set_use_custom_frame(bool use) { params_.custom_frame = use; } in set_use_custom_frame()
204 bool use_custom_frame() const { return params_.custom_frame; } in use_custom_frame()
H A Ddialog_delegate.cc100 dialog->params_.custom_frame &= CanSupportCustomFrame(parent); in GetDialogWidgetInitParams()
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/cpython/
H A Dcpython_backend.py1902 custom_frame = self._custom_stack[-1]
1903 custom_frame.event = event
1904 custom_frame.focus = focus
1905 custom_frame.node = node
1906 custom_frame.node_tags = node.tags
1917 custom_frame.current_statement = focus
1967 "event": custom_frame.event,
1968 "focus": custom_frame.focus,
2258 for custom_frame in self._custom_stack:
2272 event=custom_frame.event,
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhud.cpp268 custom_frame.first_frame = -1; in HudGauge()
269 custom_frame.num_frames = 0; in HudGauge()
303 custom_frame.first_frame = -1; in HudGauge()
304 custom_frame.num_frames = 0; in HudGauge()
346 custom_frame.first_frame = -1; in HudGauge()
347 custom_frame.num_frames = 0; in HudGauge()
351 custom_frame.first_frame = bm_load_animation(frame_fname, &custom_frame.num_frames); in HudGauge()
352 if (custom_frame.first_frame < 0 ) { in HudGauge()
673 if(custom_frame.first_frame > -1) { in render()
1060 if(custom_frame.first_frame > -1 && custom_frame.num_frames > 0) { in pageIn()
[all …]
H A Dhud.h241 hud_frames custom_frame; variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhud.cpp311 custom_frame.first_frame = -1; in HudGauge()
312 custom_frame.num_frames = 0; in HudGauge()
346 custom_frame.first_frame = -1; in HudGauge()
347 custom_frame.num_frames = 0; in HudGauge()
389 custom_frame.first_frame = -1; in HudGauge()
390 custom_frame.num_frames = 0; in HudGauge()
394 custom_frame.first_frame = bm_load_animation(frame_fname, &custom_frame.num_frames); in HudGauge()
395 if (custom_frame.first_frame < 0 ) { in HudGauge()
706 if(custom_frame.first_frame > -1) { in render()
1087 if(custom_frame.first_frame > -1 && custom_frame.num_frames > 0) { in pageIn()
[all …]
H A Dhud.h229 hud_frames custom_frame; variable
/dports/devel/py-pydevd/pydevd-1.1.1/
H A Dpydevd.py748 for frame_id, custom_frame in dict_iter_items(CustomFramesContainer.custom_frames):
749 if custom_frame.thread_id == thread.ident:
751 …writer.add_command(self.cmd_factory.make_custom_frame_created_message(frame_id, custom_frame.name))
752 …er.add_command(self.cmd_factory.make_thread_suspend_message(frame_id, custom_frame.frame, CMD_THRE…
1231 for _frameId, custom_frame in dict_iter_items(CustomFramesContainer.custom_frames):
1232 debugger.set_trace_for_frame_and_parents(custom_frame.frame, False)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/
H A Dpydevd.py1103 for frame_id, custom_frame in dict_iter_items(CustomFramesContainer.custom_frames):
1104 if custom_frame.thread_id == thread.ident:
1106 …writer.add_command(self.cmd_factory.make_custom_frame_created_message(frame_id, custom_frame.name))
1107 …er.add_command(self.cmd_factory.make_thread_suspend_message(frame_id, custom_frame.frame, CMD_THRE…
1718 for _frameId, custom_frame in dict_iter_items(CustomFramesContainer.custom_frames):
1719 debugger.set_trace_for_frame_and_parents(custom_frame.frame)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gtk/
H A Dgtk_ui.cc925 for (bool custom_frame : {false, true}) { in UpdateColors()
927 custom_frame ? custom_frame_colors_ : native_frame_colors_; in UpdateColors()
929 custom_frame ? "#headerbar.header-bar.titlebar" : "GtkMenuBar#menubar"; in UpdateColors()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gtk/
H A Dgtk_ui.cc927 for (bool custom_frame : {false, true}) { in UpdateColors()
929 custom_frame ? custom_frame_colors_ : native_frame_colors_; in UpdateColors()
931 custom_frame ? "#headerbar.header-bar.titlebar" : "GtkMenuBar#menubar"; in UpdateColors()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/
H A Dpydevd.py1841 … for frame_custom_thread_id, custom_frame in dict_iter_items(CustomFramesContainer.custom_frames):
1842 if custom_frame.thread_id == thread.ident:
1843 …ker.track(thread_id, pydevd_frame_utils.create_frames_list_from_frame(custom_frame.frame), frame_c…
1847 frame_custom_thread_id, custom_frame.name))
2735 for _frameId, custom_frame in dict_iter_items(CustomFramesContainer.custom_frames):
2736 py_db.set_trace_for_frame_and_parents(custom_frame.frame)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/
H A Dpydevd.py1962 … for frame_custom_thread_id, custom_frame in dict_iter_items(CustomFramesContainer.custom_frames):
1963 if custom_frame.thread_id == thread.ident:
1964 …ker.track(thread_id, pydevd_frame_utils.create_frames_list_from_frame(custom_frame.frame), frame_c…
1968 frame_custom_thread_id, custom_frame.name))
2854 for _frameId, custom_frame in dict_iter_items(CustomFramesContainer.custom_frames):
2855 py_db.set_trace_for_frame_and_parents(custom_frame.frame)