Searched refs:GetFullName (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_eventhandler.cpp | 112 m_strTargetName = pTarget->GetFullName(); in OnField_MouseEnter() 122 m_strTargetName = pTarget->GetFullName(); in OnField_MouseExit() 133 m_strTargetName = pTarget->GetFullName(); in OnField_MouseDown() 143 m_strTargetName = pTarget->GetFullName(); in OnField_MouseUp() 154 m_strTargetName = pTarget->GetFullName(); in OnField_Focus() 166 m_strTargetName = pTarget->GetFullName(); in OnField_Blur() 192 m_strTargetName = pTarget->GetFullName(); in OnField_Keystroke() 214 m_strTargetName = pTarget->GetFullName(); in OnField_Validate() 226 m_strSourceName = pSource->GetFullName(); in OnField_Calculate() 227 m_strTargetName = pTarget->GetFullName(); in OnField_Calculate() [all …]
|
D | cjs_field.cpp | 2112 if (pFormField->GetFullName().Compare(swFieldName) != 0) in SetValue() 2378 std::unique_ptr<WideString>(new WideString(pFormField->GetFullName()))); in getArray()
|
D | cjs_document.cpp | 285 return CJS_Return(pRuntime->NewString(pField->GetFullName().c_str())); in getNthFieldName()
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Method.cs | 98 this.fullName = GetFullName(serviceName, name); in Method() 171 internal static string GetFullName(string serviceName, string methodName) in GetFullName() method in Grpc.Core.Method
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 423 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function 587 { "full_name", (getter)GetFullName, NULL, "Full name"}, 685 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function 883 { "full_name", (getter)GetFullName, NULL, "Full name"}, 975 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function 1048 { "full_name", (getter)GetFullName, NULL, "Full name"}, 1433 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName() function 1457 { "full_name", (getter)GetFullName, NULL, "Full name"},
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.h | 105 WideString GetFullName() const;
|
D | cpdf_formfield.cpp | 160 WideString CPDF_FormField::GetFullName() const { in GetFullName() function in CPDF_FormField
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 560 return pFormField->GetFullName(); in GetName()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 58 string GetFullName(const string& base_name, char separator, int64 id) { in GetFullName() function 69 entry->set_name(GetFullName(base_name, separator, id)); in SetProtoIdAndName() 358 GetFullName(instruction.name(), kNameSeparator, instruction.id())); in Build() 2588 GetFullName(const_instr.opcode(), kNameSeparator, const_instr.id()); in BuildConstantSubGraph()
|