OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFocusHandler
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
210
pFocusHandler
(NULL),
233
IPWL_FocusHandler*
pFocusHandler
; // optional
/external/pdfium/fpdfsdk/src/formfiller/
FFL_TextField.cpp
76
cp.
pFocusHandler
= this;
FFL_ComboBox.cpp
40
cp.
pFocusHandler
= this;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp
678
if (IPWL_FocusHandler*
pFocusHandler
= GetFocusHandler())
679
pFocusHandler
->OnSetFocus(this);
694
if (IPWL_FocusHandler*
pFocusHandler
= GetFocusHandler())
695
pFocusHandler
->OnKillFocus(this);
[
all
...]
PWL_Wnd.cpp
241
if (m_sPrivateParam.
pFocusHandler
== handler)
242
m_sPrivateParam.
pFocusHandler
= nullptr;
811
return m_sPrivateParam.
pFocusHandler
;
Completed in 45 milliseconds