OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPWL_FocusHandler
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/fpdfsdk/include/formfiller/
FFL_ComboBox.h
24
public
IPWL_FocusHandler
,
51
//
IPWL_FocusHandler
:
FFL_TextField.h
25
public
IPWL_FocusHandler
,
52
//
IPWL_FocusHandler
:
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
196
class
IPWL_FocusHandler
{
198
virtual ~
IPWL_FocusHandler
() {}
233
IPWL_FocusHandler
* pFocusHandler; // optional
291
void InvalidateFocusHandler(
IPWL_FocusHandler
* handler);
369
IPWL_FocusHandler
* GetFocusHandler() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp
240
void CPWL_Wnd::InvalidateFocusHandler(
IPWL_FocusHandler
* handler) {
810
IPWL_FocusHandler
* CPWL_Wnd::GetFocusHandler() const {
PWL_Edit.cpp
678
if (
IPWL_FocusHandler
* pFocusHandler = GetFocusHandler())
694
if (
IPWL_FocusHandler
* pFocusHandler = GetFocusHandler())
[
all
...]
Completed in 38 milliseconds