OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_wsTarget
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fdp/src/xml/
fde_xml.h
59
wsTarget =
m_wsTarget
;
85
CFX_WideString
m_wsTarget
;
fde_xml.cpp
387
if (pInstruction->
m_wsTarget
.CompareNoCase(L"xml") == 0) {
400
ws.Format(L"<?%s", (const FX_WCHAR*)pInstruction->
m_wsTarget
);
511
:
m_wsTarget
(wsTarget) {
512
FXSYS_assert(
m_wsTarget
.GetLength() > 0);
515
CFDE_XMLInstruction* pClone = new CFDE_XMLInstruction(
m_wsTarget
);
957
if (pInstruction->
m_wsTarget
.CompareNoCase(L"xml") == 0) {
970
ws.Format(L"<?%s", (const FX_WCHAR*)pInstruction->
m_wsTarget
);
[
all
...]
Completed in 2440 milliseconds