Searched refs:GetAttribute (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/common/extensions/ |
D | update_manifest.cc | 71 static std::string GetAttribute(xmlNode* node, const char* attribute_name) { in GetAttribute() function 130 result->extension_id = GetAttribute(app_node, "appid"); in ParseSingleAppTag() 149 if (GetAttribute(updatecheck, "status") == "noupdate") { in ParseSingleAppTag() 154 result->crx_url = GURL(GetAttribute(updatecheck, "codebase")); in ParseSingleAppTag() 157 *error_detail += GetAttribute(updatecheck, "codebase"); in ParseSingleAppTag() 163 result->version = GetAttribute(updatecheck, "version"); in ParseSingleAppTag() 177 result->browser_min_version = GetAttribute(updatecheck, "prodversionmin"); in ParseSingleAppTag() 191 result->package_hash = GetAttribute(updatecheck, "hash"); in ParseSingleAppTag() 237 if (GetAttribute(root, "protocol") != kExpectedGupdateProtocol) { in Parse() 247 std::string elapsed_seconds = GetAttribute(first, "elapsed_seconds"); in Parse()
|
/external/chromium/chrome/browser/importer/ |
D | firefox2_importer.cc | 447 if (GetAttribute(attribute_list, kAddDateAttribute, &value)) { in ParseFolderNameFromLine() 455 if (GetAttribute(attribute_list, kToolbarFolderAttribute, &value) && in ParseFolderNameFromLine() 495 if (GetAttribute(attribute_list, kFeedURLAttribute, &value)) in ParseBookmarkFromLine() 504 if (GetAttribute(attribute_list, kHrefAttribute, &value)) { in ParseBookmarkFromLine() 514 if (GetAttribute(attribute_list, kIconAttribute, &value)) in ParseBookmarkFromLine() 518 if (GetAttribute(attribute_list, kShortcutURLAttribute, &value)) { in ParseBookmarkFromLine() 525 if (GetAttribute(attribute_list, kAddDateAttribute, &value)) { in ParseBookmarkFromLine() 534 if (GetAttribute(attribute_list, kPostDataAttribute, &value)) { in ParseBookmarkFromLine() 576 if (GetAttribute(attribute_list, kHrefAttributeUpper, &value) || in ParseMinimumBookmarkFromLine() 577 GetAttribute(attribute_list, kHrefAttributeLower, &value)) { in ParseMinimumBookmarkFromLine() [all …]
|
D | firefox2_importer.h | 120 static bool GetAttribute(const std::string& tag,
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | stun.cc | 82 return reinterpret_cast<const StunAddressAttribute*>(GetAttribute(type)); in GetAddress() 97 return reinterpret_cast<const StunUInt32Attribute*>(GetAttribute(type)); in GetUInt32() 113 return reinterpret_cast<const StunByteStringAttribute*>(GetAttribute(type)); in GetByteString() 123 GetAttribute(STUN_ATTR_ERROR_CODE)); in GetErrorCode() 128 GetAttribute(STUN_ATTR_UNKNOWN_ATTRIBUTES)); in GetUnknownAttributes() 133 GetAttribute(STUN_ATTR_TRANSPORT_PREFERENCES)); in GetTransportPrefs() 136 const StunAttribute* StunMessage::GetAttribute(StunAttributeType type) const { in GetAttribute() function in cricket::StunMessage
|
D | stun.h | 153 const StunAttribute* GetAttribute(StunAttributeType type) const;
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility.cc | 189 bool BrowserAccessibility::GetAttribute( in GetAttribute() function in BrowserAccessibility 204 if (!GetAttribute(attribute, &value_str)) in GetAttributeAsInt()
|
D | browser_accessibility_win.cc | 812 if (GetAttribute(WebAccessibility::ATTR_HTML_TAG, &tag)) in get_nodeInfo() 908 GetAttribute(WebAccessibility::ATTR_DISPLAY, &display); in get_computedStyle() 934 GetAttribute(WebAccessibility::ATTR_DISPLAY, &display); in get_computedStyleForProperties() 1138 if (GetAttribute(WebAccessibility::ATTR_DISPLAY, &display)) in Initialize() 1149 GetAttribute(WebAccessibility::ATTR_DESCRIPTION, &name_); in Initialize() 1184 if (!GetAttribute(attribute, &str)) in GetAttributeAsBstr() 1323 GetAttribute(WebAccessibility::ATTR_HTML_TAG, &html_tag); in InitRoleAndState()
|
D | browser_accessibility.h | 169 bool GetAttribute(WebAccessibility::Attribute attribute, string16* value);
|