Home
last modified time | relevance | path

Searched defs:focus_state (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Domnibox_edit_model.h58 OmniboxFocusState focus_state; member
247 OmniboxFocusState focus_state() const { return focus_state_; } in focus_state() function
H A Domnibox_edit_model.cc120 OmniboxFocusState focus_state, in State()
/dports/mail/balsa/balsa-2.5.1/src/
H A Dbalsa-mime-widget-callbacks.c282 BalsaMessageFocusState focus_state = bm->focus_state; in balsa_mime_widget_unlimit_focus() local
H A Dbalsa-message.h84 BalsaMessageFocusState focus_state; member
/dports/games/retroarch/RetroArch-1.9.7/frontend/drivers/
H A Dplatform_switch.c100 AppletFocusState focus_state; in on_applet_hook() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/desktop-shell/
H A Dshell.c50 struct focus_state { struct
51 struct desktop_shell *shell;
52 struct weston_seat *seat;
53 struct workspace *ws;
54 struct weston_surface *keyboard_focus;
55 struct wl_list link;
56 struct wl_listener seat_destroy_listener;
57 struct wl_listener surface_destroy_listener;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/desktop-shell/
H A Dshell.c50 struct focus_state { struct
51 struct desktop_shell *shell;
52 struct weston_seat *seat;
53 struct workspace *ws;
54 struct weston_surface *keyboard_focus;
55 struct wl_list link;
56 struct wl_listener seat_destroy_listener;
57 struct wl_listener surface_destroy_listener;
/dports/net-im/vqcc-gtk/vqcc-gtk-0.5/src/
H A Dgui.c350 gboolean focus_state = focus_event->in!=0; in main_wnd_focus_change_cb() local
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DDropDownP.h144 int focus_state; member
/dports/graphics/weston/weston-1.9.0/desktop-shell/
H A Dshell.c52 struct focus_state { struct
53 struct weston_seat *seat;
54 struct workspace *ws;
55 struct weston_surface *keyboard_focus;
56 struct wl_list link;
57 struct wl_listener seat_destroy_listener;
58 struct wl_listener surface_destroy_listener;
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dpgtkterm.h402 int focus_state; member
H A Dw32term.h290 int focus_state; member
H A Dpgtkterm.c5748 int focus_state in enter_notify_event() local
5774 int focus_state in leave_notify_event() local
H A Dxterm.h770 int focus_state; member
H A Dxterm.c5185 int focus_state in x_detect_focus_change() local
5203 int focus_state in x_detect_focus_change() local
/dports/editors/emacs/emacs-27.2/src/
H A Dw32term.h289 int focus_state; member
H A Dxterm.h714 int focus_state; member
H A Dxterm.c4775 int focus_state in x_detect_focus_change() local
/dports/editors/vim/vim-8.2.3745/src/
H A Dterm.c201 static int focus_state = FALSE; // TRUE if the terminal window gains focus variable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Delement.rs2918 pub fn focus_state(&self) -> bool { in focus_state() method