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 64 CONTENT_EXPORT STDMETHODIMP get_relationType(BSTR* relation_type);
72 CONTENT_EXPORT STDMETHODIMP get_localizedRelationType(BSTR* relation_type) {
93 BSTR* relation_type) {
94 if (!relation_type)
100 *relation_type = SysAllocString(type_.c_str());
101 DCHECK(*relation_type);
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 1850 HttpAuthRelationType relation_type = HttpAuthRelationTypeOf( local
    [all...]

Completed in 188 milliseconds