Home | History | Annotate | Download | only in extensions

Lines Matching refs:GetAttribute

71 static std::string GetAttribute(xmlNode* node, const char* attribute_name) {
130 result->extension_id = GetAttribute(app_node, "appid");
149 if (GetAttribute(updatecheck, "status") == "noupdate") {
154 result->crx_url = GURL(GetAttribute(updatecheck, "codebase"));
157 *error_detail += GetAttribute(updatecheck, "codebase");
163 result->version = GetAttribute(updatecheck, "version");
177 result->browser_min_version = GetAttribute(updatecheck, "prodversionmin");
191 result->package_hash = GetAttribute(updatecheck, "hash");
237 if (GetAttribute(root, "protocol") != kExpectedGupdateProtocol) {
247 std::string elapsed_seconds = GetAttribute(first, "elapsed_seconds");