Searched defs:TestRenderViewContextMenu (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_context_menu_browsertest.cc27 class TestRenderViewContextMenu : public RenderViewContextMenu { class in inherits:RenderViewContextMenu
29 TestRenderViewContextMenu(TabContents* tab_contents, function in class:TestRenderViewContextMenu
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> men
[all...]
/external/chromium/chrome/browser/translate/
H A Dtranslate_manager_browsertest.cc240 class TestRenderViewContextMenu : public RenderViewContextMenu { class in inherits:RenderViewContextMenu
242 static TestRenderViewContextMenu* CreateContextMenu(
259 return new TestRenderViewContextMenu(tab_contents, params);
272 TestRenderViewContextMenu(TabContents* tab_contents, function in class:TestRenderViewContextMenu
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()));
994 scoped_ptr<TestRenderViewContextMenu> men
[all...]

Completed in 154 milliseconds