OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pURI
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fpdfdoc/
doc_action.cpp
82
CPDF_Dictionary*
pURI
= pRoot->GetDict("URI");
83
if (
pURI
) {
85
csURI =
pURI
->GetString("Base") + csURI;
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_serialize.cpp
443
const FX_WCHAR*
pURI
= XFA_GetPacketByIndex(XFA_PACKET_Form)->
pURI
;
444
pStream->WriteString(
pURI
, FXSYS_wcslen(
pURI
));
/external/pdfium/xfa/include/fxfa/
fxfa_basic.h
85
const FX_WCHAR*
pURI
;
[
all
...]
Completed in 687 milliseconds