#include "fpdfsdk/pwl/cpwl_combo_box_embeddertest.h"
#include "fpdfsdk/cpdfsdk_annotiterator.h"
#include "fpdfsdk/cpdfsdk_formfillenvironment.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
#include "fpdfsdk/cpdfsdk_widget.h"
#include "fpdfsdk/formfiller/cffl_formfield.h"
#include "fpdfsdk/formfiller/cffl_interactiveformfiller.h"
#include "fpdfsdk/pwl/cpwl_combo_box.h"
#include "fpdfsdk/pwl/cpwl_wnd.h"
#include "public/fpdf_fwlevent.h"
#include "testing/gtest/include/gtest/gtest.h"
void CPWLComboBoxEmbedderTest::SetUp() { … }
void CPWLComboBoxEmbedderTest::TearDown() { … }
void CPWLComboBoxEmbedderTest::CreateAndInitializeFormComboboxPDF() { … }
void CPWLComboBoxEmbedderTest::FormFillerAndWindowSetup(
CPDFSDK_Widget* pAnnotCombobox) { … }
void CPWLComboBoxEmbedderTest::TypeTextIntoTextField(int num_chars) { … }