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

  /external/chromium_org/chrome/common/extensions/docs/server2/
api_list_data_source.py 30 def _GetAPIsInSubdirectory(self, api_names, doc_type):
33 self._public_path + doc_type):
  /external/chromium_org/net/base/
mime_sniffer.cc 210 OfficeDocType doc_type; member in struct:net::OfficeExtensionType
474 type = kOfficeExtensionTypes[i].doc_type;
    [all...]
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 782 STDMETHODIMP BrowserAccessibilityWin::get_docType(BSTR* doc_type) {
786 if (!doc_type)
789 return GetAttributeAsBstr(WebAccessibility::ATTR_DOC_DOCTYPE, doc_type);
    [all...]
browser_accessibility_win.h 315 STDMETHODIMP get_docType(BSTR* doc_type);
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 602 CONTENT_EXPORT STDMETHODIMP get_docType(BSTR* doc_type);
browser_accessibility_win.cc     [all...]

Completed in 1674 milliseconds