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

  /external/chromium_org/chrome_frame/test/
html_util_unittests.cc 91 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.Equals(L"chrome=1"))
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/
autofill_xml_parser.cc 123 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/
libxml_utils.h 152 const std::string& attribute_value) {
155 BAD_CAST attribute_value.c_str()) >= 0;
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.h 147 const std::string& attribute_value) {
150 BAD_CAST attribute_value.c_str()) >= 0;
  /external/chromium_org/chrome_frame/
html_utils.h 56 // which has been placed in attribute_value.
66 StringRange* attribute_value) const;
html_utils.cc 75 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/
nsPKCS12Blob.cpp 163 SECItem attribute_value; local
200 attribute_value.data = &attribute_data;
201 attribute_value.len = sizeof(attribute_data);
248 &attribute_value);
  /external/chromium/webkit/glue/
dom_operations.cc 312 const string16& attribute_value,
330 if (value.isNull() || value != attribute_value)
  /external/chromium_org/chrome/test/chromedriver/
element_util.h 60 const std::string& attribute_value,
element_util.cc 326 const std::string& attribute_value,
335 *is_equal = LowerCaseEqualsASCII(actual_value, attribute_value.c_str());
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 51 // |attribute_value|.
53 const std::string& attribute_value);
browser_plugin.cc 140 const std::string& attribute_value) {
149 attribute_value)) {
151 blink::WebString::fromUTF8(attribute_value));
    [all...]

Completed in 651 milliseconds