HomeSort by relevance Sort by last modified time
    Searched refs:TestRenderViewContextMenu (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_context_menu_browsertest.cc 27 class TestRenderViewContextMenu : public RenderViewContextMenu {
29 TestRenderViewContextMenu(TabContents* tab_contents,
33 virtual ~TestRenderViewContextMenu() {}
132 TestRenderViewContextMenu* CreateMenu(Browser* browser,
142 TestRenderViewContextMenu* menu =
143 new TestRenderViewContextMenu(tab_contents, params);
187 scoped_ptr<TestRenderViewContextMenu> menu(
205 scoped_ptr<TestRenderViewContextMenu> menu(
269 scoped_ptr<TestRenderViewContextMenu> menu(
334 scoped_ptr<TestRenderViewContextMenu> menu
    [all...]
  /external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc 240 class TestRenderViewContextMenu : public RenderViewContextMenu {
242 static TestRenderViewContextMenu* CreateContextMenu(
259 return new TestRenderViewContextMenu(tab_contents, params);
272 TestRenderViewContextMenu(TabContents* tab_contents,
277 DISALLOW_COPY_AND_ASSIGN(TestRenderViewContextMenu);
383 scoped_ptr<TestRenderViewContextMenu> menu(
384 TestRenderViewContextMenu::CreateContextMenu(contents()));
412 menu.reset(TestRenderViewContextMenu::CreateContextMenu(contents()));
425 menu.reset(TestRenderViewContextMenu::CreateContextMenu(contents()));
    [all...]

Completed in 606 milliseconds