Home
last modified time | relevance | path

Searched refs:GetCurrentView (Results 1 – 6 of 6) sorted by relevance

/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs192 IWpfTextView view = GetCurrentView(); in MenuItemCallback()
310 private IWpfTextView GetCurrentView() in GetCurrentView() method in LLVM.ClangFormat.ClangFormatPackage
/external/llvm-project/clang/tools/clang-format-vs/ClangFormat/
DVsix.cs18 public static IWpfTextView GetCurrentView() in GetCurrentView() method in LLVM.ClangFormat.Vsix
DClangFormatPackage.cs289 IWpfTextView view = Vsix.GetCurrentView(); in FormatSelection()
312 FormatView(Vsix.GetCurrentView(), options); in FormatDocument()
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h108 CPDFSDK_PageView* GetCurrentView();
Dcpdfsdk_formfillenvironment.cpp111 CPDFSDK_PageView* CPDFSDK_FormFillEnvironment::GetCurrentView() { in GetCurrentView() function in CPDFSDK_FormFillEnvironment
/external/pdfium/fxjs/
Dcjs_document.cpp180 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetCurrentView(); in get_page_num()