Lines Matching full:item
67 title = UI_STRING("Copy", "Copy context menu item");
71 title = UI_STRING("Back", "Back context menu item");
75 title = UI_STRING("Forward", "Forward context menu item");
79 title = UI_STRING("Stop", "Stop context menu item");
83 title = UI_STRING("Reload", "Reload context menu item");
87 title = UI_STRING("Search in Spotlight", "Search in Spotlight context menu item");
91 title = UI_STRING("Search in Google", "Search in Google context menu item");
95 title = UI_STRING("Look Up in Dictionary", "Look Up in Dictionary context menu item");
99 title = UI_STRING("Open Frame in New Window", "Open Frame in New Window context menu item");
124 NSMenuItem *item;
125 while ((item = [e nextObject]) != nil) {
126 [menuItems addObject:item];
148 // FIXME 4184640: The Look Up in Dictionary item is only implemented in WebHTMLView, and so is present but