Home
last modified time | relevance | path

Searched refs:bURI (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_textprovider.cpp145 bool CXFA_TextProvider::GetEmbbedObj(bool bURI, in GetEmbbedObj() argument
152 if (!bURI) in GetEmbbedObj()
Dcxfa_textprovider.h37 bool GetEmbbedObj(bool bURI,
Dcxfa_textparser.cpp519 bool bURI = (ws == L"uri"); in GetEmbbedObj() local
520 if (!bURI && ws != L"som") in GetEmbbedObj()
533 bRet = pTextProvider->GetEmbbedObj(bURI, bRaw, wsAttr, wsValue); in GetEmbbedObj()