OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsRichText
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
468
FX_BOOL
IsRichText
() const
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
1250
FX_BOOL bRich = m_pVT->
IsRichText
();
1292
FX_BOOL bRich = m_pVT->
IsRichText
();
1388
FX_BOOL CFX_Edit::
IsRichText
() const
1390
return m_pVT->
IsRichText
();
1498
if (m_pVT->IsValid() && m_pVT->
IsRichText
())
[
all
...]
Completed in 2396 milliseconds