![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <vector>#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/fx_memcpy_wrappers.h"#include "core/fxcrt/fx_memory.h"#include "public/fpdf_javascript.h"#include "public/fpdfview.h"#include "testing/embedder_test.h"#include "testing/fx_string_testhelpers.h"#include "testing/utils/hash.h"Go to the source code of this file.
Classes | |
| class | FPDFJavaScriptEmbedderTest |
Functions | |
| TEST_F (FPDFJavaScriptEmbedderTest, CountJS) | |
| TEST_F (FPDFJavaScriptEmbedderTest, CountNoJS) | |
| TEST_F (FPDFJavaScriptEmbedderTest, GetJS) | |
| TEST_F (FPDFJavaScriptEmbedderTest, GetJSName) | |
| TEST_F (FPDFJavaScriptEmbedderTest, GetJSScript) | |
| TEST_F | ( | FPDFJavaScriptEmbedderTest | , |
| CountJS | ) |
Definition at line 18 of file fpdf_javascript_embeddertest.cpp.
| TEST_F | ( | FPDFJavaScriptEmbedderTest | , |
| CountNoJS | ) |
Definition at line 24 of file fpdf_javascript_embeddertest.cpp.
References FPDFDoc_GetJavaScriptActionCount().
| TEST_F | ( | FPDFJavaScriptEmbedderTest | , |
| GetJS | ) |
Definition at line 33 of file fpdf_javascript_embeddertest.cpp.
References FPDFDoc_GetJavaScriptAction().
| TEST_F | ( | FPDFJavaScriptEmbedderTest | , |
| GetJSName | ) |
Definition at line 65 of file fpdf_javascript_embeddertest.cpp.
References FPDFJavaScriptAction_GetName().
| TEST_F | ( | FPDFJavaScriptEmbedderTest | , |
| GetJSScript | ) |
Definition at line 95 of file fpdf_javascript_embeddertest.cpp.
References FPDFJavaScriptAction_GetScript().