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

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc65 CONTENT_EXPORT STDMETHODIMP get_relationType(BSTR* relation_type);
73 CONTENT_EXPORT STDMETHODIMP get_localizedRelationType(BSTR* relation_type) { argument
94 BSTR* relation_type) {
95 if (!relation_type)
101 *relation_type = SysAllocString(type_.c_str());
102 DCHECK(*relation_type);
93 get_relationType( BSTR* relation_type) argument
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc1945 HttpAuthRelationType relation_type = HttpAuthRelationTypeOf( local
1947 if (relation_type == HTTP_AUTH_RELATION_BLOCKED_CROSS) {

Completed in 394 milliseconds