Searched defs:mSelectPopup (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java248 private SelectPopup mSelectPopup; field in class:ContentViewCore
1983 mSelectPopup = null;
2463 mSelectPopup = new SelectPopupDropdown(this, popupItems, bounds, selectedIndices);
2465 mSelectPopup = new SelectPopupDialog(this, popupItems, multiple, selectedIndices);
2467 mSelectPopup.show();
2475 if (mSelectPopup != null) mSelectPopup.hide();
2482 return mSelectPopup;

Completed in 79 milliseconds