Home
last modified time | relevance | path

Searched refs:GetHeadingTextFor (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/extensions/
Dbundle_installed_bubble.cc67 base::string16 installed_heading = bundle->GetHeadingTextFor( in AddContent()
69 base::string16 failed_heading = bundle->GetHeadingTextFor( in AddContent()
/external/chromium_org/chrome/browser/extensions/
Dbundle_installer.h111 base::string16 GetHeadingTextFor(Item::State state) const;
Dbundle_installer.cc184 base::string16 BundleInstaller::GetHeadingTextFor(Item::State state) const { in GetHeadingTextFor() function in extensions::BundleInstaller
Dextension_install_prompt.cc323 return bundle_->GetHeadingTextFor(BundleInstaller::Item::STATE_PENDING); in GetHeading()
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_installed_bubble_controller.mm552 base::string16 heading = bundle_->GetHeadingTextFor(state);