Home
last modified time | relevance | path

Searched refs:GetTitle (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_bookmark.h27 WideString GetTitle() const;
Dcpdf_bookmark.cpp27 WideString CPDF_Bookmark::GetTitle() const { in GetTitle() function in CPDF_Bookmark
Dcpdf_structelement.h44 WideString GetTitle() const;
Dcpdf_structelement.cpp57 WideString CPDF_StructElement::GetTitle() const { in GetTitle() function in CPDF_StructElement
/external/webrtc/modules/video_coding/codecs/test/
Dplot_webrtc_test_logs.py321 def GetTitle(filename, setting): function
424 GetTitle(filename, setting2))
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h43 void GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) override;
Dcpdfxfa_docenvironment.cpp392 void CPDFXFA_DocEnvironment::GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) { in GetTitle() function in CPDFXFA_DocEnvironment
/external/pdfium/fpdfsdk/
Dfpdf_structtree.cpp106 return elem ? WideStringToBuffer(elem->GetTitle(), buffer, buflen) : 0; in FPDF_StructElement_GetTitle()
Dfpdf_doc.cpp39 bookmark.GetTitle().CompareNoCase(title.c_str()) == 0) { in FindBookmark()
103 WideString title = cBookmark.GetTitle(); in FPDFBookmark_GetTitle()
Dfpdf_structtree_embeddertest.cpp132 TEST_F(FPDFStructTreeEmbedderTest, GetTitle) { in TEST_F() argument
/external/golang-protobuf/protoc-gen-go/testdata/proto3/
Dproto3.pb.go158 func (m *Book) GetTitle() string { func
/external/pdfium/xfa/fxfa/
Dfxfa.h225 virtual void GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) = 0;
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp186 hDoc->GetDocEnvironment()->GetTitle(hDoc, wsTitle); in title()
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go661 func (m *MsgWithOneof) GetTitle() string { func