Home
last modified time | relevance | path

Searched refs:DispatchEvent (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_pushbutton.cpp173 DispatchEvent(&wmClick); in OnLButtonUp()
225 DispatchEvent(&wmMouse); in OnKeyDown()
230 DispatchEvent(&wmClick); in OnKeyDown()
Dcfwl_combobox.cpp221 DispatchEvent(&preEvent); in ShowDropList()
250 DispatchEvent(&postEvent); in ShowDropList()
400 DispatchEvent(&ev); in ProcessSelChanged()
493 DispatchEvent(&pScrollEv); in OnProcessEvent()
496 DispatchEvent(&pTemp); in OnProcessEvent()
Dcfwl_widget.cpp300 void CFWL_Widget::DispatchEvent(CFWL_Event* pEvent) { in DispatchEvent() function in CFWL_Widget
382 pWidget->DispatchEvent(&evt); in OnProcessMessage()
Dcfwl_datetimepicker.cpp169 DispatchEvent(&ev); in SetEditText()
319 DispatchEvent(&ev); in ProcessSelChanged()
Dcfwl_widget.h158 void DispatchEvent(CFWL_Event* pEvent);
Dcfwl_checkbox.cpp197 DispatchEvent(&wmCheckBoxState); in NextStates()
Dcfwl_edit.cpp271 DispatchEvent(&evt); in NotifyTextFull()
306 DispatchEvent(&event); in OnTextWillChange()
330 DispatchEvent(&event); in OnValidate()
Dcfwl_scrollbar.cpp299 DispatchEvent(&ev); in OnScroll()
/external/perfetto/test/trace_processor/chrome/
Dscroll_jank_cause_queuing_delay.out6 …Info.Flow.QueuingDelay.NoJank.BlockingTasksUs.WidgetInputHandlerImpl::DispatchEvent-LatencyInfo.Fl…
15 …cyInfo.Flow.QueuingDelay.Jank.BlockingTasksUs.WidgetInputHandlerImpl::DispatchEvent-LatencyInfo.Fl…
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto89 event PipelineStats::DispatchEvent
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1561 DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ)); in SwrDispatch()
/external/googletest/docs/
Dgmock_cook_book.md2711 MOCK_METHOD(bool, DispatchEvent, (int32), (override));
2720 EXPECT_CALL(mock_event_dispatcher, DispatchEvent(kEventId))