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

  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 90 WebString WebDocument::contentLanguage() const
92 return constUnwrap<Document>()->contentLanguage();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 362 const AtomicString& contentLanguage() const { return m_contentLanguage; }
    [all...]

Completed in 1369 milliseconds