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/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 16 of file fpdf_javascript_embeddertest.cpp.
TEST_F | ( | FPDFJavaScriptEmbedderTest | , |
CountNoJS | ) |
Definition at line 22 of file fpdf_javascript_embeddertest.cpp.
References FPDFDoc_GetJavaScriptActionCount().
TEST_F | ( | FPDFJavaScriptEmbedderTest | , |
GetJS | ) |
Definition at line 31 of file fpdf_javascript_embeddertest.cpp.
References FPDFDoc_GetJavaScriptAction().
TEST_F | ( | FPDFJavaScriptEmbedderTest | , |
GetJSName | ) |
Definition at line 63 of file fpdf_javascript_embeddertest.cpp.
References FPDFJavaScriptAction_GetName().
TEST_F | ( | FPDFJavaScriptEmbedderTest | , |
GetJSScript | ) |
Definition at line 93 of file fpdf_javascript_embeddertest.cpp.
References FPDFJavaScriptAction_GetScript().