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

/external/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.cc302 const char MenuManager::kOnContextMenus[] = "contextMenus";
303 const char MenuManager::kOnWebviewContextMenus[] =
306 MenuManager::MenuManager(content::BrowserContext* context, StateStore* store) function in class:extensions::MenuManager
317 MenuManager::~MenuManager() {
325 MenuManager* MenuManager::Get(content::BrowserContext* context) {
329 std::set<MenuItem::ExtensionKey> MenuManager::ExtensionIds() {
338 const MenuItem::List* MenuManager
[all...]
H A Dmenu_manager.h218 friend class MenuManager;
272 class MenuManager : public content::NotificationObserver, class in namespace:extensions
273 public base::SupportsWeakPtr<MenuManager>,
280 MenuManager(content::BrowserContext* context, StateStore* store_);
281 virtual ~MenuManager();
283 // Convenience function to get the MenuManager for a browser context.
284 static MenuManager* Get(content::BrowserContext* context);
325 // Notify the MenuManager that an item has been updated not through
326 // an explicit call into MenuManager. For example, if an item is
405 DISALLOW_COPY_AND_ASSIGN(MenuManager);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 882 milliseconds