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

/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest.cc69 class PlatformAppContextMenu : public RenderViewContextMenu { class in namespace:extensions::__anon2885
71 PlatformAppContextMenu(content::RenderFrameHost* render_frame_host, function in class:extensions::__anon2885::PlatformAppContextMenu
227 scoped_ptr<PlatformAppContextMenu> menu;
228 menu.reset(new PlatformAppContextMenu(web_contents->GetMainFrame(), params));
246 scoped_ptr<PlatformAppContextMenu> menu;
247 menu.reset(new PlatformAppContextMenu(web_contents->GetMainFrame(), params));
275 scoped_ptr<PlatformAppContextMenu> menu;
276 menu.reset(new PlatformAppContextMenu(web_contents->GetMainFrame(), params));
300 scoped_ptr<PlatformAppContextMenu> menu;
301 menu.reset(new PlatformAppContextMenu(web_content
[all...]

Completed in 89 milliseconds