Searched defs:attribute_name (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_android.cc128 const char* attribute_name = BOOL_ATTRIBUTES[i]; local
130 if (dict.GetBoolean(attribute_name, &value) && value)
131 WriteAttribute(true, attribute_name, &line);
135 const char* attribute_name = STRING_ATTRIBUTES[i]; local
137 if (!dict.GetString(attribute_name, &value) || value.empty())
140 StringPrintf("%s='%s'", attribute_name, value.c_str()),
145 const char* attribute_name = INT_ATTRIBUTES[i]; local
147 if (!dict.GetInteger(attribute_name, &value) || value == 0)
150 StringPrintf("%s=%d", attribute_name, value),
H A Daccessibility_tree_formatter_win.cc217 const char* attribute_name = ALL_ATTRIBUTES[i]; local
219 if (!dict.Get(attribute_name, &value))
228 UTF8ToUTF16(attribute_name).c_str(),
238 UTF8ToUTF16(attribute_name).c_str(),
248 UTF8ToUTF16(attribute_name).c_str(),
272 if (strcmp(attribute_name, "size") == 0) {
277 } else if (strcmp(attribute_name, "location") == 0) {
/external/chromium/chrome/browser/autofill/
H A Dautofill_xml_parser.cc56 const std::string& attribute_name = attribute_qname.LocalPart(); local
57 if (attribute_name.compare("uploadrequired") == 0) {
62 } else if (attribute_name.compare("experimentid") == 0) {
80 const std::string& attribute_name = attribute_qname.LocalPart(); local
82 if (attribute_name.compare("autofilltype") == 0) {
124 const std::string &attribute_name = attribute_qname.LocalPart(); local
125 if (attribute_name.compare("positiveuploadrate") == 0) {
127 } else if (attribute_name.compare("negativeuploadrate") == 0) {
/external/chromium_org/content/renderer/
H A Dsavable_resources.cc151 const char* attribute_name = NULL; local
154 attribute_name = "src";
158 attribute_name = "src";
164 attribute_name = "background";
169 attribute_name = "cite";
176 attribute_name = "href";
179 if (!attribute_name)
181 WebString value = element.getAttribute(WebString::fromUTF8(attribute_name));
/external/chromium/chrome/common/
H A Dlibxml_utils.h151 bool AddAttribute(const std::string& attribute_name, argument
154 BAD_CAST attribute_name.c_str(),
/external/chromium/webkit/glue/
H A Ddom_operations.cc154 const char* attribute_name = NULL; local
157 attribute_name = "src";
161 attribute_name = "src";
167 attribute_name = "background";
172 attribute_name = "cite";
179 attribute_name = "href";
182 if (!attribute_name)
184 WebString value = element.getAttribute(WebString::fromUTF8(attribute_name));
311 const string16& attribute_name,
329 WebString value = element.getAttribute(attribute_name);
310 GetMetaElementsWithAttribute(WebDocument* document, const string16& attribute_name, const string16& attribute_value, std::vector<WebElement>* meta_elements) argument
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_xml_parser.cc64 const std::string& attribute_name = attribute_qname.LocalPart(); local
65 if (attribute_name.compare("uploadrequired") == 0) {
70 } else if (attribute_name.compare("experimentid") == 0) {
91 const std::string& attribute_name = attribute_qname.LocalPart(); local
92 if (attribute_name.compare("autofilltype") == 0) {
99 attribute_name.compare("defaultvalue") == 0) {
120 const std::string& attribute_name = attribute_qname.LocalPart(); local
124 if (attribute_name.compare("id") == 0 && !attribute_value.empty()) {
128 } else if (attribute_name.compare("css_selector") == 0 &&
167 const std::string &attribute_name local
[all...]
/external/chromium_org/third_party/libxml/chromium/
H A Dlibxml_utils.h146 bool AddAttribute(const std::string& attribute_name, argument
149 BAD_CAST attribute_name.c_str(),
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.cc71 static std::string GetAttribute(xmlNode* node, const char* attribute_name) { argument
72 const xmlChar* name = reinterpret_cast<const xmlChar*>(attribute_name);
/external/chromium_org/chrome/browser/component_updater/
H A Dupdate_response.cc66 static std::string GetAttribute(xmlNode* node, const char* attribute_name) { argument
67 const xmlChar* name = reinterpret_cast<const xmlChar*>(attribute_name);
/external/chromium_org/chrome/common/extensions/
H A Dupdate_manifest.cc73 static std::string GetAttribute(xmlNode* node, const char* attribute_name) { argument
74 const xmlChar* name = reinterpret_cast<const xmlChar*>(attribute_name);
/external/chromium_org/chrome_frame/
H A Dhtml_utils.cc74 bool HTMLScanner::StringRange::GetTagAttribute(const wchar_t* attribute_name, argument
76 if (NULL == attribute_name || NULL == attribute_value) {
83 std::string search_name_ascii(WideToASCII(attribute_name));
/external/chromium_org/chrome/test/chromedriver/
H A Delement_util.cc311 const std::string& attribute_name,
315 args.AppendString(attribute_name);
325 const std::string& attribute_name,
330 session, web_view, element_id, attribute_name, &result);
307 GetElementAttribute( Session* session, WebView* web_view, const std::string& element_id, const std::string& attribute_name, scoped_ptr<base::Value>* value) argument
321 IsElementAttributeEqualToIgnoreCase( Session* session, WebView* web_view, const std::string& element_id, const std::string& attribute_name, const std::string& attribute_value, bool* is_equal) argument
/external/chromium_org/third_party/pymock/
H A Dmock.py1113 attribute_name = None variable in class:_patch
1149 patcher.attribute_name = self.attribute_name
1195 if patching.attribute_name is not None:
1360 if self.attribute_name is not None:
1363 extra_args[self.attribute_name] = new
1484 patcher.attribute_name = attribute
1490 this_patcher.attribute_name = attribute
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.cc139 void BrowserPlugin::UpdateDOMAttribute(const std::string& attribute_name, argument
146 blink::WebString::fromUTF8(attribute_name);
147 if (!HasDOMAttribute(attribute_name) ||
155 void BrowserPlugin::RemoveDOMAttribute(const std::string& attribute_name) { argument
160 blink::WebString::fromUTF8(attribute_name));
164 const std::string& attribute_name) const {
169 blink::WebString::fromUTF8(attribute_name)).utf8();
172 bool BrowserPlugin::HasDOMAttribute(const std::string& attribute_name) const {
177 blink::WebString::fromUTF8(attribute_name));
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 746 milliseconds