GetAttribute      110 chrome/browser/component_updater/update_response.cc   p.name = GetAttribute(package, "name");
GetAttribute      116 chrome/browser/component_updater/update_response.cc   p.namediff = GetAttribute(package, "namediff");
GetAttribute      120 chrome/browser/component_updater/update_response.cc   p.fingerprint = GetAttribute(package, "fp");
GetAttribute      122 chrome/browser/component_updater/update_response.cc   p.hash_sha256 = GetAttribute(package, "hash_sha256");
GetAttribute      124 chrome/browser/component_updater/update_response.cc   if (base::StringToInt(GetAttribute(package, "size"), &size)) {
GetAttribute      128 chrome/browser/component_updater/update_response.cc   p.hashdiff_sha256 = GetAttribute(package, "hashdiff_sha256");
GetAttribute      130 chrome/browser/component_updater/update_response.cc   if (base::StringToInt(GetAttribute(package, "sizediff"), &sizediff)) {
GetAttribute      144 chrome/browser/component_updater/update_response.cc   result->manifest.version = GetAttribute(manifest, "version");
GetAttribute      159 chrome/browser/component_updater/update_response.cc       GetAttribute(manifest, "prodversionmin");
GetAttribute      202 chrome/browser/component_updater/update_response.cc     const GURL crx_url(GetAttribute(url[i], "codebase"));
GetAttribute      207 chrome/browser/component_updater/update_response.cc     const GURL crx_diffurl(GetAttribute(url[i], "codebasediff"));
GetAttribute      227 chrome/browser/component_updater/update_response.cc   if (GetAttribute(updatecheck, "status") == "noupdate") {
GetAttribute      256 chrome/browser/component_updater/update_response.cc   result->extension_id = GetAttribute(app, "appid");
GetAttribute      305 chrome/browser/component_updater/update_response.cc   if (GetAttribute(root, "protocol") != kExpectedResponseProtocol) {
GetAttribute      315 chrome/browser/component_updater/update_response.cc     std::string elapsed_seconds = GetAttribute(first, "elapsed_seconds");
GetAttribute      132 chrome/common/extensions/update_manifest.cc   result->extension_id = GetAttribute(app_node, "appid");
GetAttribute      151 chrome/common/extensions/update_manifest.cc   if (GetAttribute(updatecheck, "status") == "noupdate") {
GetAttribute      156 chrome/common/extensions/update_manifest.cc   result->crx_url = GURL(GetAttribute(updatecheck, "codebase"));
GetAttribute      165 chrome/common/extensions/update_manifest.cc   result->version = GetAttribute(updatecheck, "version");
GetAttribute      179 chrome/common/extensions/update_manifest.cc   result->browser_min_version = GetAttribute(updatecheck, "prodversionmin");
GetAttribute      192 chrome/common/extensions/update_manifest.cc   result->package_hash = GetAttribute(updatecheck, "hash");
GetAttribute      195 chrome/common/extensions/update_manifest.cc   if (base::StringToInt(GetAttribute(updatecheck, "size"), &size)) {
GetAttribute      201 chrome/common/extensions/update_manifest.cc   result->package_fingerprint = GetAttribute(updatecheck, "fp");
GetAttribute      204 chrome/common/extensions/update_manifest.cc   result->diff_crx_url = GURL(GetAttribute(updatecheck, "codebasediff"));
GetAttribute      205 chrome/common/extensions/update_manifest.cc   result->diff_package_hash = GetAttribute(updatecheck, "hashdiff");
GetAttribute      207 chrome/common/extensions/update_manifest.cc   if (base::StringToInt(GetAttribute(updatecheck, "sizediff"), &sizediff)) {
GetAttribute      255 chrome/common/extensions/update_manifest.cc   if (GetAttribute(root, "protocol") != kExpectedGupdateProtocol) {
GetAttribute      265 chrome/common/extensions/update_manifest.cc     std::string elapsed_seconds = GetAttribute(first, "elapsed_seconds");
GetAttribute      287 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kAddDateAttribute, &value)) {
GetAttribute      295 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kToolbarFolderAttribute, &value) &&
GetAttribute      343 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kFeedURLAttribute, &value))
GetAttribute      352 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kHrefAttribute, &value)) {
GetAttribute      362 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kIconAttribute, &value))
GetAttribute      366 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kShortcutURLAttribute, &value)) {
GetAttribute      373 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kAddDateAttribute, &value)) {
GetAttribute      382 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kPostDataAttribute, &value)) {
GetAttribute      423 chrome/utility/importer/bookmark_html_reader.cc   if (GetAttribute(attribute_list, kHrefAttributeUpper, &value) ||
GetAttribute      424 chrome/utility/importer/bookmark_html_reader.cc       GetAttribute(attribute_list, kHrefAttributeLower, &value)) {