Searched refs:GetFullName (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/fxjs/
H A Dcjs_eventhandler.cpp112 m_strTargetName = pTarget->GetFullName();
122 m_strTargetName = pTarget->GetFullName();
133 m_strTargetName = pTarget->GetFullName();
143 m_strTargetName = pTarget->GetFullName();
154 m_strTargetName = pTarget->GetFullName();
166 m_strTargetName = pTarget->GetFullName();
192 m_strTargetName = pTarget->GetFullName();
214 m_strTargetName = pTarget->GetFullName();
226 m_strSourceName = pSource->GetFullName();
227 m_strTargetName = pTarget->GetFullName();
[all...]
H A Dcjs_document.cpp285 return CJS_Return(pRuntime->NewString(pField->GetFullName().c_str()));
H A Dcjs_field.cpp2112 if (pFormField->GetFullName().Compare(swFieldName) != 0)
2378 std::unique_ptr<WideString>(new WideString(pFormField->GetFullName())));
/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.h105 WideString GetFullName() const;
H A Dcpdf_formfield.cpp160 WideString CPDF_FormField::GetFullName() const { function in class:CPDF_FormField
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc423 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { function in namespace:google::protobuf::python::message_descriptor
587 { "full_name", (getter)GetFullName, NULL, "Full name"},
685 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { function in namespace:google::protobuf::python::field_descriptor
883 { "full_name", (getter)GetFullName, NULL, "Full name"},
975 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { function in namespace:google::protobuf::python::enum_descriptor
1048 { "full_name", (getter)GetFullName, NULL, "Full name"},
1433 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { function in namespace:google::protobuf::python::oneof_descriptor
1457 { "full_name", (getter)GetFullName, NULL, "Full name"},
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp560 return pFormField->GetFullName();

Completed in 207 milliseconds