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

  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_test_util.h 22 class TestRenderViewContextMenu : public RenderViewContextMenu {
24 TestRenderViewContextMenu(content::RenderFrameHost* render_frame_host,
26 virtual ~TestRenderViewContextMenu();
32 static TestRenderViewContextMenu* Create(content::WebContents* web_contents,
57 DISALLOW_COPY_AND_ASSIGN(TestRenderViewContextMenu);
render_view_context_menu_test_util.cc 11 TestRenderViewContextMenu::TestRenderViewContextMenu(
16 TestRenderViewContextMenu::~TestRenderViewContextMenu() {}
19 TestRenderViewContextMenu* TestRenderViewContextMenu::Create(
28 TestRenderViewContextMenu* menu =
29 new TestRenderViewContextMenu(web_contents->GetMainFrame(), params);
34 bool TestRenderViewContextMenu::GetAcceleratorForCommandId(
41 bool TestRenderViewContextMenu::IsItemPresent(int command_id)
    [all...]

Completed in 246 milliseconds