Searched refs:attribute_value (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome_frame/test/
H A Dhtml_util_unittests.cc91 HTMLScanner::StringRange attribute_value; local
92 EXPECT_TRUE(tag_list[0].GetTagAttribute(L"http-equiv", &attribute_value));
93 EXPECT_TRUE(attribute_value.Equals(L"X-UA-Compatible"));
96 EXPECT_TRUE(tag_list[0].GetTagAttribute(L"content", &attribute_value));
97 EXPECT_TRUE(attribute_value.Equals(L"chrome=1"));
112 HTMLScanner::StringRange attribute_value; local
113 EXPECT_TRUE(tag_list[0].GetTagAttribute(L"http-equiv", &attribute_value));
114 EXPECT_TRUE(attribute_value.Equals(L"X-UA-Compatible"));
117 EXPECT_TRUE(tag_list[0].GetTagAttribute(L"content", &attribute_value));
118 EXPECT_TRUE(attribute_value
146 HTMLScanner::StringRange attribute_value; local
151 HTMLScanner::StringRange attribute_value; local
200 HTMLScanner::StringRange attribute_value; local
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_xml_parser.cc123 const std::string& attribute_value = value_qname.LocalPart(); local
124 if (attribute_name.compare("id") == 0 && !attribute_value.empty()) {
126 element_descriptor->descriptor = attribute_value;
129 !attribute_value.empty()) {
132 element_descriptor->descriptor = attribute_value;
/external/chromium/chrome/common/
H A Dlibxml_utils.h152 const std::string& attribute_value) {
155 BAD_CAST attribute_value.c_str()) >= 0;
151 AddAttribute(const std::string& attribute_name, const std::string& attribute_value) argument
/external/chromium_org/third_party/libxml/chromium/
H A Dlibxml_utils.h147 const std::string& attribute_value) {
150 BAD_CAST attribute_value.c_str()) >= 0;
146 AddAttribute(const std::string& attribute_name, const std::string& attribute_value) argument
/external/chromium_org/chrome_frame/
H A Dhtml_utils.h56 // which has been placed in attribute_value.
66 StringRange* attribute_value) const;
H A Dhtml_utils.cc75 StringRange* attribute_value) const {
76 if (NULL == attribute_name || NULL == attribute_value) {
140 attribute_value->start_ = tokenizer.token_begin();
141 attribute_value->end_ = tokenizer.token_end();
144 attribute_value->UnQuote();
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsPKCS12Blob.cpp163 SECItem attribute_value; local
200 attribute_value.data = &attribute_data;
201 attribute_value.len = sizeof(attribute_data);
248 &attribute_value);
/external/chromium/webkit/glue/
H A Ddom_operations.cc312 const string16& attribute_value,
330 if (value.isNull() || value != attribute_value)
310 GetMetaElementsWithAttribute(WebDocument* document, const string16& attribute_name, const string16& attribute_value, std::vector<WebElement>* meta_elements) argument
/external/chromium_org/chrome/test/chromedriver/
H A Delement_util.h60 const std::string& attribute_value,
H A Delement_util.cc326 const std::string& attribute_value,
335 *is_equal = LowerCaseEqualsASCII(actual_value, attribute_value.c_str());
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/content/renderer/browser_plugin/
H A Dbrowser_plugin.h51 // |attribute_value|.
53 const std::string& attribute_value);
H A Dbrowser_plugin.cc140 const std::string& attribute_value) {
149 attribute_value)) {
151 blink::WebString::fromUTF8(attribute_value));
139 UpdateDOMAttribute(const std::string& attribute_name, const std::string& attribute_value) argument

Completed in 179 milliseconds