Searched refs:ClickOnPoint (Results 1 – 10 of 10) sorted by relevance
110 EXPECT_FALSE(page_zero->ClickOnPoint(kReadOnlyCheckboxDeviceCoords)); in TEST()122 EXPECT_FALSE(page_zero->ClickOnPoint(kReadOnlyCheckboxDeviceCoords)); in TEST()167 ASSERT_TRUE(page_zero->ClickOnPoint(kCheckboxDeviceCoords)); in TEST()181 EXPECT_TRUE(page_zero->ClickOnPoint(kCheckboxDeviceCoords)); in TEST()231 EXPECT_TRUE(page_zero->ClickOnPoint(kResetButtonDeviceCoords)); in TEST()248 EXPECT_TRUE(page_zero->ClickOnPoint(kResetButtonDeviceCoords)); in TEST()294 ASSERT_FALSE(page_zero->ClickOnPoint(kReadOnlyRadioButtonLeftButtonDeviceCoords)); in TEST()306 EXPECT_FALSE(page_zero->ClickOnPoint(kReadOnlyRadioButtonLeftButtonDeviceCoords)); in TEST()353 EXPECT_TRUE(page_zero->ClickOnPoint(kRadioButtonLeftButtonDeviceCoords)); in TEST()369 EXPECT_TRUE(page_zero->ClickOnPoint(kRadioButtonLeftButtonDeviceCoords)); in TEST()
282 EXPECT_FALSE(page_zero->ClickOnPoint(kReadOnlyLocationDeviceCoords)); in TEST()283 EXPECT_FALSE(page_zero->ClickOnPoint(kUneditableLocationDeviceCoords)); in TEST()284 EXPECT_FALSE(page_zero->ClickOnPoint(kEditableLocationDeviceCoords)); in TEST()295 EXPECT_FALSE(page_zero->ClickOnPoint(kReadOnlyLocationDeviceCoords)); in TEST()296 EXPECT_FALSE(page_zero->ClickOnPoint(kUneditableLocationDeviceCoords)); in TEST()297 EXPECT_FALSE(page_zero->ClickOnPoint(kEditableLocationDeviceCoords)); in TEST()
283 EXPECT_FALSE(page_zero->ClickOnPoint(kReadOnlyLocationDeviceCoords)); in TEST()284 EXPECT_FALSE(page_zero->ClickOnPoint(kGeneralLocationDeviceCoords)); in TEST()285 EXPECT_FALSE(page_zero->ClickOnPoint(kMultiSelectLocationDeviceCoords)); in TEST()296 EXPECT_FALSE(page_zero->ClickOnPoint(kReadOnlyLocationDeviceCoords)); in TEST()297 EXPECT_FALSE(page_zero->ClickOnPoint(kGeneralLocationDeviceCoords)); in TEST()298 EXPECT_FALSE(page_zero->ClickOnPoint(kMultiSelectLocationDeviceCoords)); in TEST()
298 EXPECT_FALSE(page_zero->ClickOnPoint(kReadOnlyLocationDeviceCoords)); in TEST()299 EXPECT_FALSE(page_zero->ClickOnPoint(kGeneralLocationDeviceCoords)); in TEST()300 EXPECT_FALSE(page_zero->ClickOnPoint(kCharLimitLocationDeviceCoords)); in TEST()311 EXPECT_FALSE(page_zero->ClickOnPoint(kReadOnlyLocationDeviceCoords)); in TEST()312 EXPECT_FALSE(page_zero->ClickOnPoint(kGeneralLocationDeviceCoords)); in TEST()313 EXPECT_FALSE(page_zero->ClickOnPoint(kCharLimitLocationDeviceCoords)); in TEST()
78 bool ClickOnPoint(FPDF_PAGE page, const Point_d point);
91 EXPECT_FALSE(page_zero->ClickOnPoint(kEmptyPointDeviceCoords)); in TEST()
220 bool ClickOnPoint(Point_i point);
414 bool Page::ClickOnPoint(Point_i point) { in ClickOnPoint() function in pdfClient::Page416 return form_filler_->ClickOnPoint(page_.get(), page_point); in ClickOnPoint()
215 bool FormFiller::ClickOnPoint(FPDF_PAGE page, const Point_d point) { in ClickOnPoint() function in pdfClient::FormFiller
388 bool clicked = page->ClickOnPoint(point); in Java_android_graphics_pdf_PdfDocumentProxy_clickOnPage()