Home
last modified time | relevance | path

Searched refs:strMode (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfxcrt_platforms.cpp47 CFX_ByteString strMode; in Open() local
48 FXCRT_GetFileModeString(dwMode, strMode); in Open()
49 m_hFile = FXSYS_fopen(fileName.GetCStr(), strMode.c_str()); in Open()
57 CFX_WideString strMode; in Open() local
58 FXCRT_GetFileModeString(dwMode, strMode); in Open()
59 m_hFile = FXSYS_wfopen(fileName.GetPtr(), strMode.c_str()); in Open()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp1839 CFX_ByteString strMode; in highlight() local
1840 vp >> strMode; in highlight()
1844 AddDelay_String(FP_HIGHLIGHT, strMode); in highlight()
1848 Field::SetHighlight(m_pDocument, m_FieldName, m_nFormControlIndex, strMode); in highlight()