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

/external/chromium/chrome/browser/notifications/
H A Dballoon_host.h91 int selected_item,
88 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<WebMenuItem>& items, bool right_aligned) argument
/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.h102 int selected_item,
99 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<WebMenuItem>& items, bool right_aligned) argument
H A Dtab_contents_view_gtk.cc341 int selected_item,
338 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<WebMenuItem>& items, bool right_aligned) argument
/external/chromium_org/content/test/
H A Dtest_web_contents_view.cc18 int selected_item,
15 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<MenuItem>& items, bool right_aligned, bool allow_multiple_selection) argument
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.h147 int selected_item,
144 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<WebMenuItem>& items, bool right_aligned) argument
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_touch.cc296 int selected_item,
293 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<WebMenuItem>& items, bool right_aligned) argument
H A Dtab_contents_view_views.cc284 int selected_item,
281 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<WebMenuItem>& items, bool right_aligned) argument
H A Dtab_contents_view_gtk.cc390 int selected_item,
387 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<WebMenuItem>& items, bool right_aligned) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_android.cc190 int selected_item,
196 items, selected_item, allow_multiple_selection);
186 ShowPopupMenu( const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<MenuItem>& items, bool right_aligned, bool allow_multiple_selection) argument
H A Dweb_contents_view_guest.cc237 int selected_item,
234 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<MenuItem>& items, bool right_aligned, bool allow_multiple_selection) argument
H A Dweb_contents_view_gtk.cc362 int selected_item,
359 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<MenuItem>& items, bool right_aligned, bool allow_multiple_selection) argument
H A Dweb_contents_view_win.cc254 int selected_item,
251 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<MenuItem>& items, bool right_aligned, bool allow_multiple_selection) argument
H A Dinterstitial_page_impl.cc79 int selected_item,
776 int selected_item,
772 ShowPopupMenu( const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<MenuItem>& items, bool right_aligned, bool allow_multiple_selection) argument
H A Dweb_contents_view_aura.cc1240 int selected_item,
1237 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<MenuItem>& items, bool right_aligned, bool allow_multiple_selection) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_host.cc684 int selected_item,
690 selected_item, items, right_aligned);
681 ShowPopupMenu(const gfx::Rect& bounds, int item_height, double item_font_size, int selected_item, const std::vector<WebMenuItem>& items, bool right_aligned) argument
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc426 const std::vector<MenuItem>& items, int selected_item, bool multiple) {
434 // given |selected_item| as is.
450 jint value = selected_item;
425 ShowSelectPopupMenu( const std::vector<MenuItem>& items, int selected_item, bool multiple) argument
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2774 DownloadItem* selected_item = NULL; local
2781 selected_item = curr_item;
2785 return selected_item;
2810 DownloadItem* selected_item = GetDownloadItemFromId(id, download_manager); local
2811 if (!selected_item) {
2818 selected_item->AddObserver(
2821 selected_item->OpenDownload();
2823 selected_item->OpenFilesBasedOnExtension(
2824 !selected_item->ShouldOpenFileBasedOnExtension());
2830 selected_item
[all...]

Completed in 537 milliseconds