HomeSort by relevance Sort by last modified time
    Searched defs:popupRect (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 369 final Rect popupRect = new Rect();
370 getPopupDrawableRect(popupRect);
373 mDropdownListener.onNewDropdownDimensions(popupRect.height());
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 402 IntRect popupRect = frameRect();
403 chromeClient->popupOpened(this, layoutAndCalculateWidgetRect(popupRect.height(), popupRect.location()), false);
    [all...]

Completed in 224 milliseconds