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

  /external/webkit/Source/WebCore/notifications/
Notification.h 72 bool isHTML() { return m_isHTML; }
127 bool m_isHTML;
Notification.cpp 51 , m_isHTML(true)
71 , m_isHTML(false)
  /external/webkit/Source/WebCore/dom/
Document.h 405 bool isHTMLDocument() const { return m_isHTML; }
    [all...]
Document.cpp 419 , m_isHTML(isHTML)
    [all...]

Completed in 177 milliseconds