Home | History | Annotate | Download | only in tests

Lines Matching refs:selectRange

3606     // selection bounds, selectRange() will select the *next* element. That's
3622 TEST_F(WebFrameTest, SelectRange)
3638 frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect));
3647 frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect));
3668 subframe->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect));
3688 frame->selectRange(bottomRightMinusOne(endWebRect), WebPoint(0, 0));
3696 frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect));
3701 frame->selectRange(topLeft(startWebRect), WebPoint(640, 480));
3723 frame->selectRange(bottomRightMinusOne(endWebRect), WebPoint(0, 0));
3731 frame->selectRange(topLeft(startWebRect), bottomRightMinusOne(endWebRect));
3737 frame->selectRange(topLeft(startWebRect), WebPoint(640, 480));
3751 frame->selectRange(bottomRightMinusOne(elementBounds(frame, "header_2")), topLeft(elementBounds(frame, "header_1")));
3757 frame->selectRange(bottomRightMinusOne(elementBounds(frame, "header_1")), bottomRightMinusOne(elementBounds(frame, "header_1")));
3765 frame->selectRange(bottomRightMinusOne(elementBounds(frame, "header_1")), bottomRightMinusOne(elementBounds(frame, "header_2")));
3771 frame->selectRange(bottomRightMinusOne(elementBounds(frame, "footer_2")), topLeft(elementBounds(frame, "editable_2")));
3777 frame->selectRange(bottomRightMinusOne(elementBounds(frame, "footer_2")), topLeft(elementBounds(frame, "header_2")));
3783 frame->selectRange(bottomRightMinusOne(elementBounds(frame, "editable_2")), topLeft(elementBounds(frame, "header_2")));
3799 frame->selectRange(topLeft(elementBounds(frame, "header_1")), bottomRightMinusOne(elementBounds(frame, "header_2")));
3805 frame->selectRange(topLeft(elementBounds(frame, "header_2")), topLeft(elementBounds(frame, "header_2")));
3813 frame->selectRange(topLeft(elementBounds(frame, "header_2")), topLeft(elementBounds(frame, "header_1")));
3819 frame->selectRange(topLeft(elementBounds(frame, "header_1")), bottomRightMinusOne(elementBounds(frame, "editable_1")));
3825 frame->selectRange(topLeft(elementBounds(frame, "header_1")), bottomRightMinusOne(elementBounds(frame, "footer_1")));
3831 frame->selectRange(topLeft(elementBounds(frame, "editable_1")), bottomRightMinusOne(elementBounds(frame, "footer_1")));
3876 frame->executeScript(WebScriptSource("selectRange();"));
3881 frame->selectRange(movedStart, bottomRightMinusOne(initialEndRect));
3887 frame->selectRange(movedStart, bottomRightMinusOne(initialEndRect));
3895 frame->selectRange(topLeft(initialStartRect), movedEnd);
3901 frame->selectRange(topLeft(initialStartRect), movedEnd);
4321 frame->selectRange(WebRange::fromDocumentRange(frame, allTextBeginOffset, allTextLength));
4354 frame->selectRange(WebRange::fromDocumentRange(frame, allTextBeginOffset, allTextLength));