Home | History | Annotate | Download | only in WebCore

Lines Matching full:popupcontainer

2220         Fix right position bug introduce by https://bugs.webkit.org/show_bug.cgi?id=53567, because the previous fix was correct for the current behaviour, but not good for http://crbug.com/60427. To calculate the correct right offset value and apply to the position, change WebCore::PopupContainer::layout() to return right offset value and use the returned value to calculate position.
2225 (WebCore::PopupContainer::layoutAndCalculateWidgetRect): Change the input parameter to take popupInitialCoordinate again. And calculate correct right position with returned right offset from layoutAndGetRightOffset().
2226 (WebCore::PopupContainer::showPopup): Change the passing parameter to layoutAndCalculateWidgetRect().
2227 (WebCore::PopupContainer::layoutAndGetRightOffset): Change the name from layout() and to return rightOffset value.
2228 (WebCore::PopupContainer::refresh): Change the passing parameter to layoutAndCalculateWidgetRect().
10494 (WebCore::PopupContainer::layoutAndCalculateWidgetRect):
10748 (WebCore::PopupContainer::layoutAndCalculateWidgetRect): Fix calculation of x position, because layout() considers RTL. And change the parameter from both X and Y positions to only Y position.
10749 (WebCore::PopupContainer::showPopup): Change the passing parameter.
10750 (WebCore::PopupContainer::refresh): Change the passing parameter.
24706 (WebCore::PopupContainer::layoutAndCalculateWidgetRect): New Function to layout and calculate popup widget rect.
24707 (WebCore::PopupContainer::showPopup): Move widgetRect calculation logic to calculateWidgetRect().
24708 (WebCore::PopupContainer::refresh): Add parameter focusRect to take the location and the size of focus text input field to calculate correct popup window location.