HomeSort by relevance Sort by last modified time
    Searched refs:GetBrowserActionInfo (Results 1 - 9 of 9) 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 189 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/extensions/
extension_action_manager.cc 168 ActionInfo::GetBrowserActionInfo(&extension),
175 const ActionInfo* info = 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/ui/views/location_bar/
zoom_bubble_view.cc 209 extensions::ActionInfo::GetBrowserActionInfo(extension);
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.cc 443 } else if (ActionInfo::GetBrowserActionInfo(extension) != NULL) {

Completed in 76 milliseconds