OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWidgetByName
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.h
47
virtual IXFA_Widget*
GetWidgetByName
(const CFX_WideStringC& wsName);
59
CXFA_FFWidget*
GetWidgetByName
(const CFX_WideStringC& wsName,
xfa_ffdocview.cpp
204
IXFA_Widget* CXFA_FFDocView::
GetWidgetByName
(const CFX_WideStringC& wsName) {
205
return
GetWidgetByName
(wsName, NULL);
496
CXFA_FFWidget* CXFA_FFDocView::
GetWidgetByName
(const CFX_WideStringC& wsName,
xfa_ffpageview.cpp
283
return pRefWidget->GetDocView()->
GetWidgetByName
(wsWidgetName, pRefWidget);
/external/pdfium/xfa/include/fxfa/
fxfa.h
616
virtual IXFA_Widget*
GetWidgetByName
(const CFX_WideStringC& wsName) = 0;
[
all
...]
/external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp
62
m_hMixXFAWidget = pDocView->
GetWidgetByName
(sName);
78
return pDocView->
GetWidgetByName
(sName);
[
all
...]
Completed in 1839 milliseconds