HomeSort by relevance Sort by last modified time
    Searched refs:GetContent (Results 1 - 25 of 31) sorted by null

1 2

  /external/pdfium/xfa/fxfa/parser/
cxfa_text.h 18 WideString GetContent();
cxfa_image.h 18 WideString GetContent();
cxfa_text.cpp 41 WideString CXFA_Text::GetContent() {
42 return JSObject()->GetContent(false);
cxfa_nodelocale.cpp 79 return pSymbols ? pSymbols->JSObject()->GetContent(false) : WideString();
155 return pSymbol ? pSymbol->JSObject()->GetContent(false) : WideString();
173 return pSymbol ? pSymbol->JSObject()->GetContent(false) : WideString();
cxfa_bind.cpp 52 return pPicture ? pPicture->JSObject()->GetContent(false) : L"";
cxfa_calculate.cpp 62 return text ? text->GetContent() : L"";
cxfa_script.cpp 65 return JSObject()->GetContent(false);
cxfa_validate.cpp 90 return pItemNode->JSObject()->GetContent(false);
148 return pNode ? pNode->JSObject()->GetContent(false) : L"";
cxfa_image.cpp 60 WideString CXFA_Image::GetContent() {
xfa_document_datamerger_imp.cpp 148 wsValue = image->GetContent();
225 WideString wsContent = pText->JSObject()->GetContent(false);
256 wsContent = pText->JSObject()->GetContent(false);
288 WideString wsXMLValue = pDataNode->JSObject()->GetContent(false);
327 WideString wsItem = pNode->JSObject()->GetContent(false);
    [all...]
cxfa_document.cpp 271 WideString wsInteractive = pFormFiller->JSObject()->GetContent(false);
  /external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/instrumentation/
UrlInstrumentation.java 35 * Wraps the execution of {@link java.net.URL#getContent()} in a trace span.
50 if (!settings.isEnabled("trace.java.net.URL.getContent")) {
65 return builder.visit(Advice.to(GetContent.class).on(named("getContent")));
69 private static class GetContent {
75 * method. For example, in case of {@link java.net.URL#getContent()} the span name is {@code
76 * java.net.URL#getContent}.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfBuildOptionObject.py 31 def GetContent(self):
InfUserExtensionObject.py 38 def GetContent(self):
  /external/pdfium/fxjs/xfa/
cjx_boolean.cpp 27 WideString wsValue = GetContent(true);
cjx_draw.cpp 111 WideString content = GetContent(true);
cjx_exclgroup.cpp 123 WideString wsValue = GetContent(true);
cjx_object.h 96 WideString GetContent(bool bScriptModify);
cjx_object.cpp 800 WideString CJX_Object::GetContent(bool bScriptModify) {
    [all...]
  /external/libchrome/base/android/jni_generator/
jni_generator_tests.py 291 self.assertGoldenTextEquals(h1.GetContent())
322 self.assertGoldenTextEquals(h.GetContent())
351 self.assertGoldenTextEquals(h.GetContent())
379 self.assertGoldenTextEquals(h.GetContent())
717 self.assertGoldenTextEquals(h.GetContent())
785 self.assertGoldenTextEquals(jni_from_javap.GetContent())
815 self.assertTrue(jni_from_javap6.GetContent())
816 self.assertTrue(jni_from_javap7.GetContent())
817 self.assertTrue(jni_from_javap8.GetContent())
820 self.assertTextEquals(jni_from_javap6.GetContent(),
    [all...]
jni_generator.py 763 def GetContent(self):
764 return self.inl_header_file_generator.GetContent()
795 self.content = inl_header_file_generator.GetContent()
797 def GetContent(self):
912 def GetContent(self):
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffdocview.cpp 291 wsValidateStr = pValidateNode->JSObject()->GetContent(false);
763 wsValue = refNode->JSObject()->GetContent(false);
766 wsValue = nodeValue ? nodeValue->JSObject()->GetContent(false)
767 : refNode->JSObject()->GetContent(false);
772 wsLabel = refNode->JSObject()->GetContent(false);
777 wsLabel = nodeLabel->JSObject()->GetContent(false);
cxfa_widgetacc.cpp 164 WideString wsImage = pImage->GetContent();
533 wsValue = image->GetContent();
569 ->GetContent(false);
    [all...]
cxfa_ffdoc.cpp 267 WideString wsType = pDynamicRender->JSObject()->GetContent(false);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 458 BuildOptionsContent = BuildOptionObj.GetContent()
655 self._GenMiscFiles(UserExtensionDataObj.GetContent())
657 UserExtension.SetStatement(UserExtensionDataObj.GetContent())
    [all...]

Completed in 453 milliseconds

1 2