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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentEncodingData.cpp 39 : m_wasDetectedHeuristically(false)
47 m_wasDetectedHeuristically = decoder.encodingWasDetectedHeuristically();
DocumentEncodingData.h 46 bool wasDetectedHeuristically() const { return m_wasDetectedHeuristically; }
51 bool m_wasDetectedHeuristically;

Completed in 52 milliseconds