Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
test_with_page_module.cpp
Go to the documentation of this file.
1
// Copyright 2022 The PDFium Authors
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#
include
"core/fpdfapi/page/test_with_page_module.h"
6
7
#
include
"core/fpdfapi/page/cpdf_pagemodule.h"
8
9
void
TestWithPageModule
::
SetUp
() {
10
CPDF_PageModule
::
Create
(
)
;
11
}
12
13
void
TestWithPageModule
::
TearDown
() {
14
CPDF_PageModule
::
Destroy
(
)
;
15
}
CPDF_PageModule
Definition
cpdf_pagemodule.h:12
CPDF_PageModule::Destroy
static void Destroy()
Definition
cpdf_pagemodule.cpp:22
CPDF_PageModule::Create
static void Create()
Definition
cpdf_pagemodule.cpp:14
TestWithPageModule
Definition
test_with_page_module.h:10
TestWithPageModule::TearDown
void TearDown() override
Definition
test_with_page_module.cpp:13
TestWithPageModule::SetUp
void SetUp() override
Definition
test_with_page_module.cpp:9
qtwebengine
src
3rdparty
chromium
third_party
pdfium
core
fpdfapi
page
test_with_page_module.cpp
Generated on Wed Nov 13 2024 00:56:06 for Qt by
1.12.0