HomeSort by relevance Sort by last modified time
    Searched refs:GetBrowserActionInfo (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/common/extensions/api/extension_action/
browser_action_manifest_unittest.cc 37 ActionInfo::GetBrowserActionInfo(extension.get());
56 ActionInfo::GetBrowserActionInfo(extension.get());
83 ActionInfo::GetBrowserActionInfo(extension.get());
action_info.h 40 static const ActionInfo* GetBrowserActionInfo(const Extension* extension);
browser_action_handler.cc 47 const ActionInfo* action = ActionInfo::GetBrowserActionInfo(extension);
action_info.cc 182 const ActionInfo* ActionInfo::GetBrowserActionInfo(const Extension* extension) {
  /external/chromium_org/chrome/common/extensions/
extension_file_util.cc 60 extensions::ActionInfo::GetBrowserActionInfo(extension);
  /external/chromium_org/chrome/browser/ui/extensions/
extension_installed_bubble.cc 47 else if (extensions::ActionInfo::GetBrowserActionInfo(extension))
  /external/chromium_org/chrome/browser/extensions/
extension_action_manager.cc 129 ActionInfo::GetBrowserActionInfo(&extension),
active_script_controller.cc 147 action_info = ActionInfo::GetBrowserActionInfo(extension);

Completed in 5343 milliseconds