HomeSort by relevance Sort by last modified time
    Searched refs:GetAttribute (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_xml_utils.h 29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
test_xml_utils.cc 40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
  /external/sfntly/cpp/src/test/
test_xml_utils.h 29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
test_xml_utils.cc 40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
  /external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 86 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/
cmap_basic_test.cc 86 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/
update_manifest.cc 73 static std::string GetAttribute(xmlNode* node, const char* attribute_name) {
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(updatecheck, "codebasediff"))
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
update_response.cc 66 static std::string GetAttribute(xmlNode* node, const char* attribute_name) {
110 p.name = GetAttribute(package, "name");
116 p.namediff = GetAttribute(package, "namediff");
120 p.fingerprint = GetAttribute(package, "fp");
122 p.hash_sha256 = GetAttribute(package, "hash_sha256");
124 if (base::StringToInt(GetAttribute(package, "size"), &size)) {
128 p.hashdiff_sha256 = GetAttribute(package, "hashdiff_sha256");
130 if (base::StringToInt(GetAttribute(package, "sizediff"), &sizediff)) {
144 result->manifest.version = GetAttribute(manifest, "version");
159 GetAttribute(manifest, "prodversionmin")
    [all...]
  /external/chromium/chrome/common/extensions/
update_manifest.cc 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")
    [all...]
  /frameworks/av/include/media/stagefright/foundation/
ParsedMessage.h 40 static bool GetAttribute(const char *s, const char *key, AString *value);
  /external/chromium_org/chrome/utility/importer/
bookmark_html_reader.cc 26 bool GetAttribute(const std::string& attribute_list,
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_list, kHrefAttributeUpper, &value) |
    [all...]
  /external/chromium/chrome/browser/importer/
firefox2_importer.cc 447 if (GetAttribute(attribute_list, kAddDateAttribute, &value)) {
455 if (GetAttribute(attribute_list, kToolbarFolderAttribute, &value) &&
495 if (GetAttribute(attribute_list, kFeedURLAttribute, &value))
504 if (GetAttribute(attribute_list, kHrefAttribute, &value)) {
514 if (GetAttribute(attribute_list, kIconAttribute, &value))
518 if (GetAttribute(attribute_list, kShortcutURLAttribute, &value)) {
525 if (GetAttribute(attribute_list, kAddDateAttribute, &value)) {
534 if (GetAttribute(attribute_list, kPostDataAttribute, &value)) {
576 if (GetAttribute(attribute_list, kHrefAttributeUpper, &value) ||
577 GetAttribute(attribute_list, kHrefAttributeLower, &value))
    [all...]
firefox2_importer.h 120 static bool GetAttribute(const std::string& tag,
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.cpp 33 static bool GetAttribute(const char *s, const char *key, AString *value) {
68 CHECK(GetAttribute(params.c_str(), "octet-align", &value) && value == "1");
69 CHECK(!GetAttribute(params.c_str(), "crc", &value) || value == "0");
70 CHECK(!GetAttribute(params.c_str(), "interleaving", &value));
APacketSource.cpp 44 static bool GetAttribute(const char *s, const char *key, AString *value) {
114 if (GetAttribute(params, "profile-level-id", &val)) {
126 if (!GetAttribute(params, "sprop-parameter-sets", &val)) {
225 CHECK(GetAttribute(params, "config", &val));
264 if (GetAttribute(params, "objectType", &val)) {
273 CHECK(GetAttribute(params, "config", &val));
370 CHECK(GetAttribute(params, "config", &val));
544 if (!GetAttribute(params.c_str(), "mode", &val)
AMPEG4ElementaryAssembler.cpp 38 static bool GetAttribute(const char *s, const char *key, AString *value) {
72 if (!GetAttribute(s, key, &val)) {
133 CHECK(GetAttribute(params.c_str(), "mode", &value));
AMPEG4AudioAssembler.cpp 35 static bool GetAttribute(const char *s, const char *key, AString *value) {
441 if (!GetAttribute(params.c_str(), "cpresent", &val)) {
450 CHECK(GetAttribute(params.c_str(), "config", &val));
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 82 return reinterpret_cast<const StunAddressAttribute*>(GetAttribute(type));
97 return reinterpret_cast<const StunUInt32Attribute*>(GetAttribute(type));
113 return reinterpret_cast<const StunByteStringAttribute*>(GetAttribute(type));
123 GetAttribute(STUN_ATTR_ERROR_CODE));
128 GetAttribute(STUN_ATTR_UNKNOWN_ATTRIBUTES));
133 GetAttribute(STUN_ATTR_TRANSPORT_PREFERENCES));
136 const StunAttribute* StunMessage::GetAttribute(StunAttributeType type) const {
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.cc 189 bool BrowserAccessibility::GetAttribute(
204 if (!GetAttribute(attribute, &value_str))
browser_accessibility.h 169 bool GetAttribute(WebAccessibility::Attribute attribute, string16* value);
browser_accessibility_win.cc 812 if (GetAttribute(WebAccessibility::ATTR_HTML_TAG, &tag))
908 GetAttribute(WebAccessibility::ATTR_DISPLAY, &display);
934 GetAttribute(WebAccessibility::ATTR_DISPLAY, &display);
1138 if (GetAttribute(WebAccessibility::ATTR_DISPLAY, &display))
1149 GetAttribute(WebAccessibility::ATTR_DESCRIPTION, &name_);
1184 if (!GetAttribute(attribute, &str))
    [all...]
  /external/chromium_org/mojo/public/bindings/parse/
mojo_translate.py 41 def GetAttribute(attributes, name):
102 interface['peer'] = GetAttribute(attributes, 'Peer')
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 111 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));
416 const StunAttribute* StunMessage::GetAttribute(int type) const {
  /frameworks/av/media/libstagefright/foundation/
ParsedMessage.cpp 252 bool ParsedMessage::GetAttribute(
285 if (!GetAttribute(s, key, &stringValue)) {
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.cpp 279 ProgramVar program_var = program->GetAttribute(attr_string);
311 ProgramVar program_var = program->GetAttribute(attr_string);

Completed in 384 milliseconds

1 2