Searched refs:GetAttribute (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_xml_utils.h29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
H A Dtest_xml_utils.cc40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, function in namespace:sfntly
/external/sfntly/cpp/src/test/
H A Dtest_xml_utils.h29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
H A Dtest_xml_utils.cc40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, function in namespace:sfntly
/external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0),
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue();
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue();
99 GetAttribute(*it, "format")->IntValue());
109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character);
111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character);
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue();
/external/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0),
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue();
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue();
99 GetAttribute(*it, "format")->IntValue());
109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character);
111 sscanf(GetAttribute(*jt, "char")->Value(), "%x", &character);
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue();
/external/chromium_org/chrome/common/extensions/
H A Dupdate_manifest.cc73 static std::string GetAttribute(xmlNode* node, const char* attribute_name) { function
132 result->extension_id = GetAttribute(app_node, "appid");
151 if (GetAttribute(updatecheck, "status") == "noupdate") {
156 result->crx_url = GURL(GetAttribute(updatecheck, "codebase"));
165 result->version = GetAttribute(updatecheck, "version");
179 result->browser_min_version = GetAttribute(updatecheck, "prodversionmin");
192 result->package_hash = GetAttribute(updatecheck, "hash");
195 if (base::StringToInt(GetAttribute(updatecheck, "size"), &size)) {
201 result->package_fingerprint = GetAttribute(updatecheck, "fp");
204 result->diff_crx_url = GURL(GetAttribute(updatechec
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dupdate_response.cc66 static std::string GetAttribute(xmlNode* node, const char* attribute_name) { function in namespace:component_updater
108 p.name = GetAttribute(package, "name");
114 p.namediff = GetAttribute(package, "namediff");
118 p.fingerprint = GetAttribute(package, "fp");
120 p.hash_sha256 = GetAttribute(package, "hash_sha256");
122 if (base::StringToInt(GetAttribute(package, "size"), &size)) {
126 p.hashdiff_sha256 = GetAttribute(package, "hashdiff_sha256");
128 if (base::StringToInt(GetAttribute(package, "sizediff"), &sizediff)) {
142 result->manifest.version = GetAttribute(manifest, "version");
157 GetAttribute(manifes
[all...]
/external/chromium_org/chrome/utility/importer/
H A Dbookmark_html_reader.cc26 bool GetAttribute(const std::string& attribute_list, function in namespace:__anon5943
287 if (GetAttribute(attribute_list, kAddDateAttribute, &value)) {
295 if (GetAttribute(attribute_list, kToolbarFolderAttribute, &value) &&
343 if (GetAttribute(attribute_list, kFeedURLAttribute, &value))
352 if (GetAttribute(attribute_list, kHrefAttribute, &value)) {
362 if (GetAttribute(attribute_list, kIconAttribute, &value))
366 if (GetAttribute(attribute_list, kShortcutURLAttribute, &value)) {
373 if (GetAttribute(attribute_list, kAddDateAttribute, &value)) {
382 if (GetAttribute(attribute_list, kPostDataAttribute, &value)) {
423 if (GetAttribute(attribute_lis
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc111 GetAttribute(STUN_ATTR_MAPPED_ADDRESS);
113 mapped_address = GetAttribute(STUN_ATTR_XOR_MAPPED_ADDRESS);
118 return static_cast<const StunAddressAttribute*>(GetAttribute(type));
123 return static_cast<const StunUInt32Attribute*>(GetAttribute(type));
127 return static_cast<const StunUInt64Attribute*>(GetAttribute(type));
131 return static_cast<const StunByteStringAttribute*>(GetAttribute(type));
136 GetAttribute(STUN_ATTR_ERROR_CODE));
141 GetAttribute(STUN_ATTR_UNKNOWN_ATTRIBUTES));
417 const StunAttribute* StunMessage::GetAttribute(int type) const { function in class:cricket::StunMessage
H A Dstun.h213 const StunAttribute* GetAttribute(int type) const;

Completed in 332 milliseconds