Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "public/fpdf_doc.h"
#include <memory>
#include <vector>
#include "core/fpdfapi/page/test_with_page_module.h"
#include "core/fpdfapi/parser/cpdf_array.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_document.h"
#include "core/fpdfapi/parser/cpdf_name.h"
#include "core/fpdfapi/parser/cpdf_null.h"
#include "core/fpdfapi/parser/cpdf_number.h"
#include "core/fpdfapi/parser/cpdf_parser.h"
#include "core/fpdfapi/parser/cpdf_reference.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "core/fpdfapi/parser/cpdf_test_document.h"
#include "core/fpdfdoc/cpdf_dest.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
#include "public/cpp/fpdf_scopers.h"
#include "testing/fx_string_testhelpers.h"
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | PDFDocTest |
struct | PDFDocTest::DictObjInfo |
Functions | |
TEST_F (PDFDocTest, FindBookmark) | |
TEST_F (PDFDocTest, GetLocationInPage) | |
TEST_F | ( | PDFDocTest | , |
FindBookmark | ) |
Definition at line 65 of file fpdf_doc_unittest.cpp.
TEST_F | ( | PDFDocTest | , |
GetLocationInPage | ) |
Definition at line 205 of file fpdf_doc_unittest.cpp.