Home
last modified time | relevance | path

Searched refs:OpenAll (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_utils.h87 void OpenAll(gfx::NativeWindow parent,
94 void OpenAll(gfx::NativeWindow parent,
Dbookmark_context_menu_controller_unittest.cc120 TEST_F(BookmarkContextMenuControllerTest, OpenAll) { in TEST_F() argument
122 bookmark_utils::OpenAll( in TEST_F()
Dbookmark_utils.cc362 void OpenAll(gfx::NativeWindow parent, in OpenAll() function
390 void OpenAll(gfx::NativeWindow parent, in OpenAll() function
397 OpenAll(parent, profile, navigator, nodes, initial_disposition); in OpenAll()
Dbookmark_context_menu_controller.cc128 bookmark_utils::OpenAll(parent_window_, profile_, navigator_, selection_, in ExecuteCommand()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_context_menu_test.cc125 TEST_F(BookmarkContextMenuTest, OpenAll) { in TEST_F() argument
127 bookmark_utils::OpenAll( in TEST_F()
Dbookmark_context_menu_controller_views.cc117 bookmark_utils::OpenAll(parent_window_, profile_, navigator_, selection_, in ExecuteCommand()
Dbookmark_menu_controller_views.cc117 bookmark_utils::OpenAll(parent_, profile_, page_navigator_, selection, in ExecuteCommand()
Dbookmark_bar_view.cc1203 bookmark_utils::OpenAll(GetWindow()->GetNativeWindow(), profile_, in ButtonPressed()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_menu_cocoa_controller.mm101 bookmark_utils::OpenAll(NULL, browser->profile(), browser, node,
Dbookmark_bar_controller_unittest.mm1718 // Our first OpenAll... is from the bar itself.
1724 // Now try an OpenAll... from a folder node.
1731 // Our first OpenAll... is from the bar itself.
1737 // Now try an OpenAll... from a folder node.
1744 // Our first OpenAll... is from the bar itself.
1750 // Now try an OpenAll... from a folder node.
Dbookmark_bar_controller.mm2530 bookmark_utils::OpenAll([[self view] window],
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_menu_controller_gtk.cc250 bookmark_utils::OpenAll(parent_window_, in OnMenuButtonPressedOrReleased()
Dbookmark_bar_gtk.cc1120 bookmark_utils::OpenAll(window_->GetNativeHandle(), in OnFolderClicked()