Searched refs:get_attribute (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/components/test/data/password_manager/ |
D | websitetest.py | 221 autofilled_password = password_element.get_attribute("value") 226 password_element.get_attribute("value"), 230 autofilled_password = password_element.get_attribute("value") 255 if not (username_element.get_attribute("value") == self.username):
|
/external/chromium_org/third_party/webrtc/base/ |
D | httpcommon_unittest.cc | 92 EXPECT_TRUE(url.get_attribute("query", &value)); in TEST() 95 EXPECT_TRUE(url.get_attribute("attr", &value)); in TEST() 98 EXPECT_FALSE(url.get_attribute("Query", &value)); in TEST()
|
D | httpcommon-inl.h | 107 bool Url<CTYPE>::get_attribute(const string& name, string* value) const { in get_attribute() function
|
D | httpcommon.h | 258 bool get_attribute(const string& name, string* value) const;
|
/external/openssl/crypto/pkcs7/ |
D | pk7_doit.c | 69 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid); 1171 return(get_attribute(si->auth_attr,nid)); in PKCS7_get_signed_attribute() 1176 return(get_attribute(si->unauth_attr,nid)); in PKCS7_get_attribute() 1179 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid) in get_attribute() function 1204 if(!(astype = get_attribute(sk, NID_pkcs9_messageDigest))) return NULL; in PKCS7_digest_from_attributes()
|
/external/chromium_org/ui/views/accessibility/ |
D | native_view_accessibility_win.h | 159 STDMETHODIMP get_attribute(BSTR name, VARIANT* attribute) { in get_attribute() function
|