HomeSort by relevance Sort by last modified time
    Searched refs:wsFilePath (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 1225 CFX_WideString wsFilePath = m_pDocument->GetPath();
1226 FX_INT32 i = wsFilePath.GetLength() - 1;
1229 if ( wsFilePath.GetAt( i ) == L'\\' || wsFilePath.GetAt( i ) == L'/' )
1232 if ( i >= 0 && i < wsFilePath.GetLength() - 1 )
1234 vp << ( wsFilePath.GetBuffer( wsFilePath.GetLength() ) + i + 1 );
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp     [all...]

Completed in 60 milliseconds