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

  /external/chromium_org/chrome/browser/ui/views/extensions/
bundle_installed_bubble.cc 69 base::string16 installed_heading = bundle->GetHeadingTextFor(
71 base::string16 failed_heading = bundle->GetHeadingTextFor(
  /external/chromium_org/chrome/browser/extensions/
bundle_installer.h 111 base::string16 GetHeadingTextFor(Item::State state) const;
bundle_installer.cc 70 // Holds the message IDs for BundleInstaller::GetHeadingTextFor.
176 base::string16 BundleInstaller::GetHeadingTextFor(Item::State state) const {
extension_install_prompt.cc 261 return bundle_->GetHeadingTextFor(BundleInstaller::Item::STATE_PENDING);

Completed in 370 milliseconds