Home
last modified time | relevance | path

Searched refs:BROWSER_ACTION (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dextension_context_menu_model.cc66 if (contexts.Contains(MenuItem::BROWSER_ACTION) && in MenuItemMatchesAction()
67 (type == ExtensionContextMenuModel::BROWSER_ACTION)) in MenuItemMatchesAction()
265 action_type_ = BROWSER_ACTION; in InitMenu()
Dextension_context_menu_model.h46 enum ActionType { NO_ACTION = 0, BROWSER_ACTION, PAGE_ACTION }; enumerator
Dextension_context_menu_model_unittest.cc179 manager, extension.get(), MenuItem::BROWSER_ACTION, menu.get()); in TEST_F()
Dmenu_manager.h98 BROWSER_ACTION = 1024, enumerator
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_installed_bubble_view.cc131 case ExtensionInstalledBubble::BROWSER_ACTION: in InstalledBubbleContent()
274 if (type_ == ExtensionInstalledBubble::BROWSER_ACTION) { in GetKeybinding()
293 case ExtensionInstalledBubble::BROWSER_ACTION: in GetHowToUseDescription()
532 if (bubble_.type() == bubble_.BROWSER_ACTION) { in MaybeShowNow()
/external/chromium_org/chrome/browser/ui/extensions/
Dextension_installed_bubble.h39 BROWSER_ACTION, enumerator
Dextension_installed_bubble.cc48 type_ = BROWSER_ACTION; in ExtensionInstalledBubble()
/external/chromium_org/chrome/browser/extensions/api/context_menus/
Dcontext_menus_api_helpers.h95 contexts.Add(extensions::MenuItem::BROWSER_ACTION); in GetContexts()
163 if (contexts.Contains(MenuItem::BROWSER_ACTION) || in CreateMenuItem()
/external/chromium_org/chrome/browser/extensions/api/commands/
Dcommand_service.h63 BROWSER_ACTION, enumerator
Dcommand_service.cc170 extension_id, type, command, active, BROWSER_ACTION); in GetBrowserActionCommand()
399 *command_type = BROWSER_ACTION; in GetBoundExtensionCommand()
834 case BROWSER_ACTION: in GetExtensionActionCommand()
/external/chromium_org/chrome/browser/ui/
Dbrowser_commands.cc759 case extensions::CommandService::BROWSER_ACTION: in BookmarkCurrentPage()