OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFWL_Event
(Results
26 - 50
of
50
) sorted by null
1
2
/external/pdfium/xfa/fwl/
cfwl_barcode.h
49
void OnProcessEvent(
CFWL_Event
* pEvent) override;
cfwl_pushbutton.cpp
14
#include "xfa/fwl/
cfwl_event
.h"
173
CFWL_Event
wmClick(
CFWL_Event
::Type::Click, this);
228
CFWL_Event
wmClick(
CFWL_Event
::Type::Click, this);
cfwl_widget.h
16
#include "xfa/fwl/
cfwl_event
.h"
72
void OnProcessEvent(
CFWL_Event
* pEvent) override;
145
void DispatchEvent(
CFWL_Event
* pEvent);
cfwl_notedriver.h
15
#include "xfa/fwl/
cfwl_event
.h"
29
void SendEvent(
CFWL_Event
* pNote);
cfwl_combobox.cpp
17
#include "xfa/fwl/
cfwl_event
.h"
342
CFWL_Event
ev(
CFWL_Event
::Type::PreDropDown, this);
535
CFWL_Event
preEvent(
CFWL_Event
::Type::PreDropDown, this);
564
CFWL_Event
postEvent(
CFWL_Event
::Type::PostDropDown, this);
744
void CFWL_ComboBox::OnProcessEvent(
CFWL_Event
* pEvent) {
745
CFWL_Event
::Type type = pEvent->GetType();
746
if (type ==
CFWL_Event
::Type::Scroll)
[
all
...]
cfwl_barcode.cpp
88
void CFWL_Barcode::OnProcessEvent(
CFWL_Event
* pEvent) {
89
if (pEvent->GetType() ==
CFWL_Event
::Type::TextChanged) {
cfwl_combobox.h
58
void OnProcessEvent(
CFWL_Event
* pEvent) override;
cfwl_edit.h
15
#include "xfa/fwl/
cfwl_event
.h"
64
void OnProcessEvent(
CFWL_Event
* pEvent) override;
cfwl_listbox.h
14
#include "xfa/fwl/
cfwl_event
.h"
48
void OnProcessEvent(
CFWL_Event
* pEvent) override;
cfwl_checkbox.cpp
17
#include "xfa/fwl/
cfwl_event
.h"
220
CFWL_Event
wmCheckBoxState(
CFWL_Event
::Type::CheckStateChanged, this);
cfwl_datetimepicker.cpp
13
#include "xfa/fwl/
cfwl_event
.h"
170
CFWL_Event
ev(
CFWL_Event
::Type::EditChanged);
cfwl_widget.cpp
17
#include "xfa/fwl/
cfwl_event
.h"
500
void CFWL_Widget::DispatchEvent(
CFWL_Event
* pEvent) {
613
void CFWL_Widget::OnProcessEvent(
CFWL_Event
* pEvent) {}