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

  /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...]
  /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/base/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) {
113 if (!GetAttribute(params, "profile-level-id", &val)) {
128 if (!GetAttribute(params, "sprop-parameter-sets", &val)) {
220 CHECK(GetAttribute(params, "config", &val));
259 if (GetAttribute(params, "objectType", &val)) {
268 CHECK(GetAttribute(params, "config", &val));
365 CHECK(GetAttribute(params, "config", &val));
539 if (!GetAttribute(params.c_str(), "mode", &val)
AMPEG4ElementaryAssembler.cpp 37 static bool GetAttribute(const char *s, const char *key, AString *value) {
71 if (!GetAttribute(s, key, &val)) {
111 CHECK(GetAttribute(params.c_str(), "mode", &value));
AMPEG4AudioAssembler.cpp 35 static bool GetAttribute(const char *s, const char *key, AString *value) {
443 if (!GetAttribute(params.c_str(), "cpresent", &val)) {
452 CHECK(GetAttribute(params.c_str(), "config", &val));
MyHandler.h 70 static bool GetAttribute(const char *s, const char *key, AString *value) {
264 if (!GetAttribute(transport.c_str(),
283 if (!GetAttribute(transport.c_str(),
523 if (GetAttribute(
    [all...]
MyTransmitter.h 52 static bool GetAttribute(const char *s, const char *key, AString *value) {
491 CHECK(GetAttribute(transport.c_str(), "server_port", &value));
496 CHECK(GetAttribute(transport.c_str(), "source", &value));
  /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 {
stun.h 153 const StunAttribute* 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...]
  /frameworks/base/tools/localize/
localize.cpp 42 settings.id = configNode->GetAttribute("", "id", "");
49 settings.oldVersion = configNode->GetAttribute("", "old-cl", "");
51 settings.currentVersion = configNode->GetAttribute("", "new-cl", "");
65 string dir = appNode->GetAttribute("", "dir", "");
84 reject.file = rejectNode->GetAttribute("", "file", "");
95 reject.name = rejectNode->GetAttribute("", "name", "");
XLIFFFile.cpp 69 string datatype = file->GetAttribute("", "datatype", "");
70 string originalFile = file->GetAttribute("", "original", "");
73 sourceConfig.locale = file->GetAttribute("", "source-language", "");
77 targetConfig.locale = file->GetAttribute("", "target-language", "");
80 result->m_currentVersion = file->GetAttribute("", "build-num", "");
92 string rawID = transUnit->GetAttribute("", "id", "");
XMLHandler.h 97 string GetAttribute(const string& ns, const string& name, const string& def) const;
XMLHandler.cpp 440 XMLNode::GetAttribute(const string& ns, const string& name, const string& def) const
  /system/media/mca/filterfw/jni/
jni_shader_program.cpp 279 ProgramVar program_var = program->GetAttribute(attr_string);
311 ProgramVar program_var = program->GetAttribute(attr_string);
  /system/media/mca/filterfw/native/core/
shader_program.h 232 ProgramVar GetAttribute(const std::string& name) const;
shader_program.cpp 941 ProgramVar ShaderProgram::GetAttribute(const std::string& name) const {
    [all...]

Completed in 239 milliseconds