Searched refs:relation_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc66 CONTENT_EXPORT STDMETHODIMP get_relationType(BSTR* relation_type);
74 CONTENT_EXPORT STDMETHODIMP get_localizedRelationType(BSTR* relation_type) { argument
95 BSTR* relation_type) {
96 if (!relation_type)
102 *relation_type = SysAllocString(type_.c_str());
103 DCHECK(*relation_type);
94 get_relationType( BSTR* relation_type) argument
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc2082 HttpAuthRelationType relation_type = HttpAuthRelationTypeOf( local
2084 if (relation_type == HTTP_AUTH_RELATION_BLOCKED_CROSS) {

Completed in 3267 milliseconds