Home
last modified time | relevance | path

Searched refs:m_committed (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.h105 bool isCommitted() const { return m_committed; } in isCommitted()
202 bool m_committed; variable
DDocumentLoader.cpp79 , m_committed(false) in DocumentLoader()
186 if (m_committed) { in stopLoading()
218 if (!m_committed) { in commitIfReady()
219 m_committed = true; in commitIfReady()