OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PopupItem
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.h
52
struct
PopupItem
{
59
PopupItem
(const String& label, Type type)
157
const WTF::Vector<
PopupItem
*>& popupData() const;
/external/chromium/chrome/browser/
content_setting_bubble_model.h
36
struct
PopupItem
{
41
typedef std::vector<
PopupItem
> PopupItems;
99
void add_popup(const
PopupItem
& popup) {
Completed in 410 milliseconds