Searched refs:PAGE_ACTION (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/browser/extensions/ |
D | extension_context_menu_model_unittest.cc | 187 manager, extension.get(), MenuItem::PAGE_ACTION, menu.get()); in TEST_F() 196 manager, extension.get(), MenuItem::PAGE_ACTION, menu.get()); in TEST_F() 205 manager, extension.get(), MenuItem::PAGE_ACTION, menu.get()); in TEST_F()
|
D | extension_context_menu_model.cc | 63 if (contexts.Contains(MenuItem::PAGE_ACTION) && in MenuItemMatchesAction() 64 (type == ExtensionContextMenuModel::PAGE_ACTION)) in MenuItemMatchesAction() 263 action_type_ = PAGE_ACTION; in InitMenu()
|
D | extension_context_menu_model.h | 46 enum ActionType { NO_ACTION = 0, BROWSER_ACTION, PAGE_ACTION }; enumerator
|
D | menu_manager.h | 99 PAGE_ACTION = 2048 enumerator
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
D | extension_installed_bubble_view.cc | 132 case ExtensionInstalledBubble::PAGE_ACTION: { in InstalledBubbleContent() 280 } else if (type_ == ExtensionInstalledBubble::PAGE_ACTION) { in GetKeybinding() 302 case ExtensionInstalledBubble::PAGE_ACTION: in GetHowToUseDescription() 547 } else if (bubble_.type() == bubble_.PAGE_ACTION) { in MaybeShowNow() 598 if (bubble_.extension() && bubble_.type() == bubble_.PAGE_ACTION) { in WindowClosing()
|
/external/chromium_org/chrome/browser/ui/extensions/ |
D | extension_installed_bubble.h | 40 PAGE_ACTION, enumerator
|
D | extension_installed_bubble.cc | 51 type_ = PAGE_ACTION; in ExtensionInstalledBubble()
|
/external/chromium_org/chrome/browser/extensions/api/context_menus/ |
D | context_menus_api_helpers.h | 99 contexts.Add(extensions::MenuItem::PAGE_ACTION); in GetContexts() 164 contexts.Contains(MenuItem::PAGE_ACTION)) { in CreateMenuItem()
|
/external/chromium_org/chrome/browser/extensions/api/commands/ |
D | command_service.h | 64 PAGE_ACTION enumerator
|
D | command_service.cc | 178 extension_id, type, command, active, PAGE_ACTION); in GetPageActionCommand() 409 *command_type = PAGE_ACTION; in GetBoundExtensionCommand() 837 case PAGE_ACTION: in GetExtensionActionCommand()
|
/external/chromium_org/chrome/browser/ui/ |
D | browser_commands.cc | 760 case extensions::CommandService::PAGE_ACTION: in BookmarkCurrentPage()
|