Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp147 , m_spellDocumentTag(0) in WebPageProxy()
174 TextChecker::closeSpellDocumentWithTag(m_spellDocumentTag); in ~WebPageProxy()
2449 m_spellDocumentTag = TextChecker::uniqueSpellDocumentTag(this); in spellDocumentTag()
2453 return m_spellDocumentTag; in spellDocumentTag()
DWebPageProxy.h813 int64_t m_spellDocumentTag; variable