Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_bookmark.h25 CFX_WideString GetTitle() const;
Dcpdf_bookmark.cpp34 CFX_WideString CPDF_Bookmark::GetTitle() const { in GetTitle() function in CPDF_Bookmark
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h53 void GetTitle(CXFA_FFDoc* hDoc, CFX_WideString& wsTitle) override;
Dcpdfxfa_docenvironment.cpp385 void CPDFXFA_DocEnvironment::GetTitle(CXFA_FFDoc* hDoc, in GetTitle() function in CPDFXFA_DocEnvironment
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp35 bookmark.GetTitle().CompareNoCase(title.c_str()) == 0) { in FindBookmark()
105 CFX_WideString title = bookmark.GetTitle(); in FPDFBookmark_GetTitle()
/external/pdfium/xfa/fxfa/
Dfxfa.h258 virtual void GetTitle(CXFA_FFDoc* hDoc, CFX_WideString& wsTitle) = 0;
/external/v8/include/
Dv8-profiler.h231 Local<String> GetTitle() const;
/external/pdfium/xfa/fxfa/parser/
Dcscript_hostpseudomodel.cpp140 pNotify->GetDocEnvironment()->GetTitle(hDoc, wsTitle); in Title()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/v8/src/
Dapi.cc9234 Local<String> CpuProfile::GetTitle() const { in GetTitle() function in v8::CpuProfile