OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:borderUI
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/fwl/theme/
cfwl_edittp.cpp
26
CXFA_Border*
borderUI
= pWidget->GetNode()->GetWidgetAcc()->GetUIBorder();
29
if (
borderUI
) {
30
CXFA_Edge* edge =
borderUI
->GetEdgeIfExists(0);
/external/pdfium/xfa/fxfa/
cxfa_ffcheckbutton.cpp
176
CXFA_Border*
borderUI
= m_pNode->GetWidgetAcc()->GetUIBorder();
177
if (
borderUI
) {
178
CXFA_Margin* borderMargin =
borderUI
->GetMarginIfExists();
cxfa_fffield.cpp
270
CXFA_Border*
borderUI
= m_pNode->GetWidgetAcc()->GetUIBorder();
271
if (
borderUI
) {
272
CXFA_Margin* borderMargin =
borderUI
->GetMarginIfExists();
Completed in 183 milliseconds