Home | History | Annotate | Download | only in ewk

Lines Matching refs:boundingBox

1146     hit_test->bounding_box.x = result.boundingBox().x();
1147 hit_test->bounding_box.y = result.boundingBox().y();
1148 hit_test->bounding_box.w = result.boundingBox().width();
1149 hit_test->bounding_box.h = result.boundingBox().height();