Home | History | Annotate | Download | only in win

Lines Matching refs:pageHeightInPixels

1349 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidthInPixels, float pageHeightInPixels)
1358 if (FAILED(framePrivate->pageNumberForElementById(idBSTR, pageWidthInPixels, pageHeightInPixels, &pageNumber)))
1364 int LayoutTestController::numberOfPages(float pageWidthInPixels, float pageHeightInPixels)
1371 if (FAILED(framePrivate->numberOfPages(pageWidthInPixels, pageHeightInPixels, &pageNumber)))