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.h112 void setCommitted(bool committed) { m_committed = committed; } in setCommitted()
113 bool isCommitted() const { return m_committed; } in isCommitted()
239 bool m_committed; variable
DDocumentLoader.cpp81 , m_committed(false) in DocumentLoader()
183 m_committed = false; in setRequest()
188 ASSERT(!m_committed); in setRequest()
225 if (m_committed) { in stopLoading()
257 if (!m_committed) { in commitIfReady()
258 m_committed = true; in commitIfReady()