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 88 WebString WebDocument::contentLanguage() const
90 return constUnwrap<Document>()->contentLanguage();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 332 const AtomicString& contentLanguage() const { return m_contentLanguage; }
    [all...]

Completed in 438 milliseconds