Home
last modified time | relevance | path

Searched defs:handled (Results 1 – 25 of 2600) sorted by relevance

12345678910>>...104

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/filesystem/
H A Ddirectory_impl_unittest.cc54 bool handled = in TEST_F() local
62 bool handled = directory->OpenDirectory( in TEST_F() local
102 bool handled = in TEST_F() local
156 bool handled = directory->OpenDirectory( in TEST_F() local
167 bool handled = in TEST_F() local
191 bool handled = clone_one->WriteFile("data", data, &error); in TEST_F() local
212 bool handled = directory->WriteFile("data", data, &error); in TEST_F() local
233 bool handled = in TEST_F() local
248 bool handled = directory->OpenDirectory( in TEST_F() local
272 bool handled = directory->OpenDirectory( in TEST_F() local
[all …]
H A Dfile_impl_unittest.cc83 bool handled = in TEST_F() local
120 bool handled = in TEST_F() local
146 bool handled = in TEST_F() local
178 bool handled = in TEST_F() local
210 bool handled = in TEST_F() local
244 bool handled = in TEST_F() local
273 bool handled = in TEST_F() local
339 bool handled = in TEST_F() local
369 bool handled = in TEST_F() local
439 bool handled = in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/filesystem/
H A Ddirectory_impl_unittest.cc54 bool handled = in TEST_F() local
62 bool handled = directory->OpenDirectory( in TEST_F() local
102 bool handled = in TEST_F() local
156 bool handled = directory->OpenDirectory( in TEST_F() local
167 bool handled = in TEST_F() local
191 bool handled = clone_one->WriteFile("data", data, &error); in TEST_F() local
212 bool handled = directory->WriteFile("data", data, &error); in TEST_F() local
233 bool handled = in TEST_F() local
248 bool handled = directory->OpenDirectory( in TEST_F() local
272 bool handled = directory->OpenDirectory( in TEST_F() local
[all …]
H A Dfile_impl_unittest.cc83 bool handled = in TEST_F() local
120 bool handled = in TEST_F() local
146 bool handled = in TEST_F() local
178 bool handled = in TEST_F() local
210 bool handled = in TEST_F() local
244 bool handled = in TEST_F() local
273 bool handled = in TEST_F() local
339 bool handled = in TEST_F() local
369 bool handled = in TEST_F() local
439 bool handled = in TEST_F() local
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fuse/nodefs/
H A Dhandle.go23 Register(obj *handled) (handle, generation uint64)
32 Handle(obj *handled) uint64
37 type handled struct { struct
38 handle uint64
39 generation uint64
40 count int
43 func (h *handled) verify() {
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dtext_box_base.cpp348 void text_box_base::handle_key_left_arrow(SDL_Keymod modifier, bool& handled) in handle_key_left_arrow()
360 void text_box_base::handle_key_right_arrow(SDL_Keymod modifier, bool& handled) in handle_key_right_arrow()
372 void text_box_base::handle_key_home(SDL_Keymod modifier, bool& handled) in handle_key_home()
384 void text_box_base::handle_key_end(SDL_Keymod modifier, bool& handled) in handle_key_end()
396 void text_box_base::handle_key_backspace(SDL_Keymod /*modifier*/, bool& handled) in handle_key_backspace()
414 void text_box_base::handle_key_delete(SDL_Keymod /*modifier*/, bool& handled) in handle_key_delete()
432 void text_box_base::handle_commit(bool& handled, const utf8::string& unicode) in handle_commit()
504 bool& handled) in signal_handler_middle_button_click()
514 bool& handled, in signal_handler_sdl_key_down()
667 bool& handled) in signal_handler_mouse_enter()
[all …]
H A Dmenu_button.cpp99 void menu_button::signal_handler_mouse_enter(const event::ui_event event, bool& handled) in signal_handler_mouse_enter()
107 void menu_button::signal_handler_mouse_leave(const event::ui_event event, bool& handled) in signal_handler_mouse_leave()
115 void menu_button::signal_handler_left_button_down(const event::ui_event event, bool& handled) in signal_handler_left_button_down()
128 void menu_button::signal_handler_left_button_up(const event::ui_event event, bool& handled) in signal_handler_left_button_up()
136 void menu_button::signal_handler_left_button_click(const event::ui_event event, bool& handled) in signal_handler_left_button_click()
162 void menu_button::signal_handler_sdl_wheel_up(const event::ui_event event, bool& handled) in signal_handler_sdl_wheel_up()
174 void menu_button::signal_handler_sdl_wheel_down(const event::ui_event event, bool& handled) in signal_handler_sdl_wheel_down()
H A Dbutton.cpp88 bool& handled) in signal_handler_mouse_enter()
97 bool& handled) in signal_handler_mouse_leave()
106 bool& handled) in signal_handler_left_button_down()
120 bool& handled) in signal_handler_left_button_up()
129 bool& handled) in signal_handler_left_button_click()
H A Dmultimenu_button.cpp90 void multimenu_button::signal_handler_mouse_enter(const event::ui_event event, bool& handled) in signal_handler_mouse_enter()
98 void multimenu_button::signal_handler_mouse_leave(const event::ui_event event, bool& handled) in signal_handler_mouse_leave()
106 void multimenu_button::signal_handler_left_button_down(const event::ui_event event, bool& handled) in signal_handler_left_button_down()
119 void multimenu_button::signal_handler_left_button_up(const event::ui_event event, bool& handled) in signal_handler_left_button_up()
127 void multimenu_button::signal_handler_left_button_click(const event::ui_event event, bool& handled) in signal_handler_left_button_click()
H A Dscrollbar_container.cpp977 void scrollbar_container::handle_key_home(SDL_Keymod /*modifier*/, bool& handled) in handle_key_home()
988 void scrollbar_container::handle_key_end(SDL_Keymod /*modifier*/, bool& handled) in handle_key_end()
998 void scrollbar_container::handle_key_page_up(SDL_Keymod /*modifier*/, bool& handled) in handle_key_page_up()
1008 void scrollbar_container::handle_key_page_down(SDL_Keymod /*modifier*/, bool& handled) in handle_key_page_down()
1019 void scrollbar_container::handle_key_up_arrow(SDL_Keymod /*modifier*/, bool& handled) in handle_key_up_arrow()
1029 void scrollbar_container::handle_key_down_arrow(SDL_Keymod /*modifier*/, bool& handled) in handle_key_down_arrow()
1039 void scrollbar_container::handle_key_left_arrow(SDL_Keymod /*modifier*/, bool& handled) in handle_key_left_arrow()
1049 void scrollbar_container::handle_key_right_arrow(SDL_Keymod /*modifier*/, bool& handled) in handle_key_right_arrow()
1096 const event::ui_event event, bool& handled, const SDL_Keycode key, SDL_Keymod modifier) in signal_handler_sdl_key_down()
1138 void scrollbar_container::signal_handler_sdl_wheel_up(const event::ui_event event, bool& handled) in signal_handler_sdl_wheel_up()
[all …]
H A Dslider_base.cpp207 void slider_base::signal_handler_mouse_enter(const event::ui_event event, bool& handled, bool& halt) in signal_handler_mouse_enter()
216 const event::ui_event event, bool& handled, bool& halt, const point& coordinate) in signal_handler_mouse_motion()
256 void slider_base::signal_handler_mouse_leave(const event::ui_event event, bool& handled) in signal_handler_mouse_leave()
267 void slider_base::signal_handler_left_button_down(const event::ui_event event, bool& handled) in signal_handler_left_button_down()
298 void slider_base::signal_handler_left_button_up(const event::ui_event event, bool& handled) in signal_handler_left_button_up()
H A Drepeating_button.cpp105 bool& handled) in signal_handler_mouse_enter()
114 bool& handled) in signal_handler_mouse_leave()
124 bool& handled) in signal_handler_left_button_down()
151 bool& handled) in signal_handler_left_button_up()
H A Dscrollbar.cpp335 bool& handled, in signal_handler_mouse_enter()
345 bool& handled, in signal_handler_mouse_motion()
391 bool& handled) in signal_handler_mouse_leave()
403 bool& handled) in signal_handler_left_button_down()
434 bool& handled) in signal_handler_left_button_up()
H A Dtext_box.cpp329 void text_box::handle_key_tab(SDL_Keymod modifier, bool& handled) in handle_key_tab()
340 void text_box::handle_key_clear_line(SDL_Keymod /*modifier*/, bool& handled) in handle_key_clear_line()
348 bool& handled, in signal_handler_mouse_motion()
361 bool& handled) in signal_handler_left_button_down()
378 bool& handled) in signal_handler_left_button_up()
388 bool& handled) in signal_handler_left_button_double_click()
H A Dtoggle_button.cpp150 bool& handled) in signal_handler_mouse_enter()
158 bool& handled) in signal_handler_mouse_leave()
166 bool& handled) in signal_handler_left_button_click()
178 const event::ui_event event, bool& handled) in signal_handler_left_button_double_click()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/ui/
H A Downer_draw_controls.cc37 BOOL& handled) { in OnMouseMessage()
211 BOOL& handled) { in OnDestroy()
226 BOOL& handled) { in OnMouseMove()
255 BOOL& handled) { in OnLButtonUp()
270 BOOL& handled) { in OnEraseBkgnd()
451 BOOL& handled) { in OnCtrlColor()
469 BOOL& handled) { in OnEraseBkgnd()
586 BOOL& handled) { in OnTimer()
601 BOOL& handled) { in OnSetPos()
644 BOOL& handled) { in OnSetBkColor()
[all …]
H A Dyes_no_dialog.cc80 BOOL& handled) { in OnClickedButton()
107 BOOL& handled) { in OnClose()
117 BOOL& handled) { in OnNCDestroy()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/rouille-3.0.0/src/input/
H A Dpriority_header.rs174 let handled = ["image/gif", "image/png", "text/plain"]; in preferred_basic() localVariable
181 let handled = ["text/plain", "text/plain"]; in preferred_multimatch_first() localVariable
188 let handled = ["image/gif"]; in preferred_wildcard_header() localVariable
195 let handled = ["image/gif", "text/html"]; in preferred_wildcard_header_left() localVariable
202 let handled = []; in preferred_empty() localVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/ime/win/
H A Dinput_method_win_imm32.cc48 BOOL handled = FALSE; in OnUntranslatedIMEMessage() local
177 BOOL* handled) { in OnImeSetContext()
198 BOOL* handled) { in OnImeStartComposition()
217 BOOL* handled) { in OnImeComposition()
250 BOOL* handled) { in OnImeEndComposition()
287 BOOL* handled) { in OnImeNotify()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/ime/win/
H A Dinput_method_win_imm32.cc50 BOOL handled = FALSE; in OnUntranslatedIMEMessage() local
186 BOOL* handled) { in OnImeSetContext()
207 BOOL* handled) { in OnImeStartComposition()
226 BOOL* handled) { in OnImeComposition()
259 BOOL* handled) { in OnImeEndComposition()
296 BOOL* handled) { in OnImeNotify()
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-fatal-error-handler.php140 protected function display_error_template( $error, $handled ) {
170 protected function display_default_error_template( $error, $handled ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-fatal-error-handler.php140 protected function display_error_template( $error, $handled ) {
170 protected function display_default_error_template( $error, $handled ) {
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/
H A Dkrsearchbar.cpp208 const bool handled = handleKeyPressEvent(static_cast<QKeyEvent*>(event)); in keyPressEvent() local
246 const bool handled = handleKeyPressEvent(ke); in eventFilter() local
257 const bool handled = _view->handleKeyEvent(ke); in eventFilter() local
287 const bool handled = handleKeyPressEvent(ke); in eventFilter() local
298 const bool handled = _view->handleKeyEvent(ke); in eventFilter() local
/dports/x11-toolkits/girara/girara-0.3.6/girara/
H A Dcallbacks.c242 bool handled = false; in girara_callback_view_button_press_event() local
276 bool handled = false; in girara_callback_view_button_release_event() local
310 bool handled = false; in girara_callback_view_button_motion_notify_event() local
364 bool handled = false; in girara_callback_view_scroll_event() local
522 bool handled = false; in girara_callback_inputbar_changed_event() local
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/Irrlicht/
H A DEventPusher.h74 bool handled = false; in OnKeyDown() local
83 bool handled = false; in OnKeyUp() local
92 bool handled = false; in OnMouse() local

12345678910>>...104