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

  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.cc 66 CONTENT_EXPORT STDMETHODIMP get_relationType(BSTR* relation_type);
74 CONTENT_EXPORT STDMETHODIMP get_localizedRelationType(BSTR* relation_type) {
95 BSTR* relation_type) {
96 if (!relation_type)
102 *relation_type = SysAllocString(type_.c_str());
103 DCHECK(*relation_type);
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 2082 HttpAuthRelationType relation_type = HttpAuthRelationTypeOf( local
    [all...]

Completed in 606 milliseconds