Home
last modified time | relevance | path

Searched refs:newWidgetRect (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp3793 WebRect newWidgetRect = m_autofillPopup->refresh(focusedElement()->pixelSnappedBoundingBox()); in refreshAutofillPopup() local
3796 if (popupMenu && popupMenu->client()->windowRect() != newWidgetRect) in refreshAutofillPopup()
3797 popupMenu->client()->setWindowRect(newWidgetRect); in refreshAutofillPopup()