/third_party/cef/tests/ceftests/views/ |
D | button_unittest.cc | 32 void VerifyButtonStyle(CefRefPtr<CefButton> button) { in VerifyButtonStyle() 47 void VerifyLabelButtonImage(CefRefPtr<CefLabelButton> button, in VerifyLabelButtonImage() 57 void VerifyLabelButtonStyle(CefRefPtr<CefLabelButton> button) { in VerifyLabelButtonStyle() 94 void VerifyMenuButtonStyle(CefRefPtr<CefMenuButton> button) { in VerifyMenuButtonStyle() 109 void OnButtonPressed(CefRefPtr<CefButton> button) override { in OnButtonPressed() 119 CefRefPtr<CefLabelButton> button = CefLabelButton::CreateLabelButton( in LabelButtonStyle() local 129 CefRefPtr<CefMenuButton> button = CefMenuButton::CreateMenuButton( in MenuButtonStyle() local 155 void OnButtonPressed(CefRefPtr<CefButton> button) override { in OnButtonPressed() 169 CefRefPtr<CefView> button = window->GetViewForID(button_id); in ClickButton() local 182 void AddImage(CefRefPtr<CefLabelButton> button) { in AddImage() [all …]
|
/third_party/weston/shared/ |
D | frame.c | 64 uint32_t button; member 85 struct frame_button *button; member 116 struct frame_button *button; in frame_button_create_from_surface() local 137 struct frame_button *button; in frame_button_create() local 157 frame_button_destroy(struct frame_button *button) in frame_button_destroy() 164 frame_button_enter(struct frame_button *button) in frame_button_enter() 172 frame_button_leave(struct frame_button *button, struct frame_pointer *pointer) in frame_button_leave() 180 frame_button_press(struct frame_button *button) in frame_button_press() 191 frame_button_release(struct frame_button *button) in frame_button_release() 204 frame_button_cancel(struct frame_button *button) in frame_button_cancel() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/examples/waylandsink/ |
D | main.c | 159 playing_clicked_cb (GtkButton * button, DemoApp * d) in playing_clicked_cb() 165 paused_clicked_cb (GtkButton * button, DemoApp * d) in paused_clicked_cb() 171 ready_clicked_cb (GtkButton * button, DemoApp * d) in ready_clicked_cb() 177 null_clicked_cb (GtkButton * button, DemoApp * d) in null_clicked_cb() 186 GtkWidget *button; in build_window() local
|
/third_party/gstreamer/gstplugins_bad/tests/examples/uvch264/ |
D | test-uvch264.c | 104 on_get_button_clicked (GtkButton * button, gpointer user_data) in on_get_button_clicked() 160 on_set_button_clicked (GtkButton * button, gpointer user_data) in on_set_button_clicked() 211 on_button_toggled (GtkToggleButton * button, gpointer user_data) in on_button_toggled() 262 on_button_ready_clicked (GtkButton * button, gpointer user_data) in on_button_ready_clicked() 273 on_button_null_clicked (GtkButton * button, gpointer user_data) in on_button_null_clicked() 283 on_button_playing_clicked (GtkButton * button, gpointer user_data) in on_button_playing_clicked() 299 on_iframe_button_clicked (GtkButton * button, gpointer user_data) in on_iframe_button_clicked() 314 on_renegotiate_button_clicked (GtkButton * button, gpointer user_data) in on_renegotiate_button_clicked() 324 on_start_capture_button_clicked (GtkButton * button, gpointer user_data) in on_start_capture_button_clicked() 335 on_stop_capture_button_clicked (GtkButton * button, gpointer user_data) in on_stop_capture_button_clicked()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtpointerinput.cpp | 226 Uint8 button = WINRT_GetSDLButtonForPointerPoint(pointerPoint); variable 285 Uint8 button = WINRT_GetSDLButtonForPointerPoint(pointerPoint); variable
|
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/ |
D | gst-camera2.c | 143 on_captureButton_clicked (GtkButton * button, gpointer user_data) in on_captureButton_clicked() 149 on_stopCaptureButton_clicked (GtkButton * button, gpointer user_data) in on_stopCaptureButton_clicked() 155 on_imageRButton_toggled (GtkToggleButton * button, gpointer user_data) in on_imageRButton_toggled() 163 on_videoRButton_toggled (GtkToggleButton * button, gpointer user_data) in on_videoRButton_toggled()
|
/third_party/cef/tests/cefclient/browser/ |
D | views_menu_bar.cc | 78 CefRefPtr<CefMenuButton> button = in CreateMenuModel() local 212 CefRefPtr<CefView> button = panel_->GetViewForID(id); in MouseOutsideMenu() local 255 CefRefPtr<CefButton> button = panel_->GetViewForID(id)->AsButton(); in GetActiveMenuId() local 285 void ViewsMenuBar::TriggerMenuButton(CefRefPtr<CefView> button) { in TriggerMenuButton()
|
D | views_menu_bar.h | 73 void OnButtonPressed(CefRefPtr<CefButton> button) OVERRIDE {} in OnButtonPressed()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 133 GtkWidget *button; member 629 advanced_seek_button_cb (GtkButton * button, PlaybackApp * app) in advanced_seek_button_cb() 755 play_cb (GtkButton * button, PlaybackApp * app) in play_cb() 805 pause_cb (GtkButton * button, PlaybackApp * app) in pause_cb() 842 stop_cb (GtkButton * button, PlaybackApp * app) in stop_cb() 887 snap_before_toggle_cb (GtkToggleButton * button, PlaybackApp * app) in snap_before_toggle_cb() 893 snap_after_toggle_cb (GtkToggleButton * button, PlaybackApp * app) in snap_after_toggle_cb() 899 accurate_toggle_cb (GtkToggleButton * button, PlaybackApp * app) in accurate_toggle_cb() 905 key_toggle_cb (GtkToggleButton * button, PlaybackApp * app) in key_toggle_cb() 911 loop_toggle_cb (GtkToggleButton * button, PlaybackApp * app) in loop_toggle_cb() [all …]
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testdriver-actions.js | 236 pointerDown: function({button=this.ButtonType.LEFT, sourceName=null}={}) { property 250 pointerUp: function({button=this.ButtonType.LEFT, sourceName=null}={}) { property 370 pointerDown: function(actions, button) { argument 375 this.actions.set(tick, {type: "pointerDown", button}); field 378 pointerUp: function(actions, button) { argument 383 this.actions.set(tick, {type: "pointerUp", button}); field
|
/third_party/glib/gio/ |
D | gnotification.c | 94 Button *button = data; in G_DEFINE_TYPE() local 445 Button *button; in g_notification_add_button_with_target_value() local 501 Button *button; in g_notification_get_button() local 531 Button *button; in g_notification_get_button_with_action() local 697 g_notification_serialize_button (Button *button) in g_notification_serialize_button() 780 Button *button = g_ptr_array_index (notification->buttons, i); in g_notification_serialize() local
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_win32.cpp | 201 int button = 0; in ImGui_ImplWin32_WndProcHandler() local 214 int button = 0; in ImGui_ImplWin32_WndProcHandler() local
|
/third_party/skia/third_party/externals/expat/expat/doc/ |
D | ok.min.css | 2 …cal-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,sel… selector
|
/third_party/expat/doc/ |
D | ok.min.css | 2 …cal-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,sel… selector
|
/third_party/python/Lib/test/ |
D | test_ttk_guionly.py | 18 button = ttk.Button(root) variable
|
/third_party/cef/include/views/ |
D | cef_button_delegate.h | 62 virtual void OnButtonStateChanged(CefRefPtr<CefButton> button) {} in OnButtonStateChanged()
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | jsseek.c | 1469 play_cb (GtkButton * button, gpointer data) in play_cb() 1501 pause_cb (GtkButton * button, gpointer data) in pause_cb() 1536 stop_cb (GtkButton * button, gpointer data) in stop_cb() 1596 accurate_toggle_cb (GtkToggleButton * button, GstPipeline * pipeline) in accurate_toggle_cb() 1602 key_toggle_cb (GtkToggleButton * button, GstPipeline * pipeline) in key_toggle_cb() 1608 loop_toggle_cb (GtkToggleButton * button, GstPipeline * pipeline) in loop_toggle_cb() 1617 flush_toggle_cb (GtkToggleButton * button, GstPipeline * pipeline) in flush_toggle_cb() 1623 scrub_toggle_cb (GtkToggleButton * button, GstPipeline * pipeline) in scrub_toggle_cb() 1629 play_scrub_toggle_cb (GtkToggleButton * button, GstPipeline * pipeline) in play_scrub_toggle_cb() 1635 skip_toggle_cb (GtkToggleButton * button, GstPipeline * pipeline) in skip_toggle_cb() [all …]
|
/third_party/cef/libcef/browser/views/ |
D | view_adapter.cc | 23 CefRefPtr<CefButton> button = view->AsButton(); in GetFor() local
|
/third_party/jerryscript/targets/mbedos5/js/ |
D | flash_leds.js | 58 var button; variable
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | button_delegate_ctocpp.cc | 24 void CefButtonDelegateCToCpp::OnButtonPressed(CefRefPtr<CefButton> button) { in OnButtonPressed() 44 CefRefPtr<CefButton> button) { in OnButtonStateChanged()
|
/third_party/uboot/u-boot-2020.01/board/siemens/common/ |
D | board.c | 120 int button = 0; in get_button_state() local 154 int button = 0; in do_userbutton() local
|
/third_party/grpc/examples/csharp/HelloworldXamarin/Droid/ |
D | MainActivity.cs | 48 private void SayHello(Button button) in SayHello()
|
/third_party/boost/libs/signals2/example/ |
D | passing_slots.cpp | 50 Button button; in main() local
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | button_delegate_cpptoc.cc | 27 cef_button_t* button) { in button_delegate_on_button_pressed() 47 cef_button_t* button) { in button_delegate_on_button_state_changed()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_glut.cpp | 184 int button = -1; in ImGui_ImplGLUT_MouseFunc() local 195 void ImGui_ImplGLUT_MouseWheelFunc(int button, int dir, int x, int y) in ImGui_ImplGLUT_MouseWheelFunc()
|