Searched refs:doc_type (Results 1 – 5 of 5) sorted by relevance
210 OfficeDocType doc_type; member474 type = kOfficeExtensionTypes[i].doc_type; in SniffForOfficeDocs()
782 STDMETHODIMP BrowserAccessibilityWin::get_docType(BSTR* doc_type) { in get_docType() argument786 if (!doc_type) in get_docType()789 return GetAttributeAsBstr(WebAccessibility::ATTR_DOC_DOCTYPE, doc_type); in get_docType()
315 STDMETHODIMP get_docType(BSTR* doc_type);
602 CONTENT_EXPORT STDMETHODIMP get_docType(BSTR* doc_type);
2404 STDMETHODIMP BrowserAccessibilityWin::get_docType(BSTR* doc_type) { in get_docType() argument2408 if (!doc_type) in get_docType()2412 AccessibilityNodeData::ATTR_DOC_DOCTYPE, doc_type); in get_docType()