Home
last modified time | relevance | path

Searched defs:WebPopupMenuInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebPopupMenuInfo.h40 struct WebPopupMenuInfo { struct
41 int itemHeight;
42 int itemFontSize;
43 int selectedIndex;
44 WebVector<WebMenuItemInfo> items;
45 bool rightAligned;
46 bool allowMultipleSelection;
DWebViewClient.h107 virtual WebWidget* createPopupMenu(const WebPopupMenuInfo&) { return 0; } in createPopupMenu()
109 const WebPopupMenuInfo&, WebExternalPopupMenuClient*) { return 0; } in createExternalPopupMenu()