Home | History | Annotate | Download | only in spellchecker

Lines Matching refs:SpellcheckHunspellDictionary

67 SpellcheckHunspellDictionary::DictionaryFile::DictionaryFile() {
70 SpellcheckHunspellDictionary::DictionaryFile::~DictionaryFile() {
79 SpellcheckHunspellDictionary::DictionaryFile::DictionaryFile(RValue other)
84 SpellcheckHunspellDictionary::DictionaryFile&
85 SpellcheckHunspellDictionary::DictionaryFile::operator=(RValue other) {
93 SpellcheckHunspellDictionary::SpellcheckHunspellDictionary(
105 SpellcheckHunspellDictionary::~SpellcheckHunspellDictionary() {
108 void SpellcheckHunspellDictionary::Load() {
118 &SpellcheckHunspellDictionary::InformListenersOfInitialization,
129 &SpellcheckHunspellDictionary::InitializeDictionaryLocationComplete,
133 void SpellcheckHunspellDictionary::RetryDownloadDictionary(
140 bool SpellcheckHunspellDictionary::IsReady() const {
144 const base::File& SpellcheckHunspellDictionary::GetDictionaryFile() const {
148 const std::string& SpellcheckHunspellDictionary::GetLanguage() const {
152 bool SpellcheckHunspellDictionary::IsUsingPlatformChecker() const {
156 void SpellcheckHunspellDictionary::AddObserver(Observer* observer) {
161 void SpellcheckHunspellDictionary::RemoveObserver(Observer* observer) {
166 bool SpellcheckHunspellDictionary::IsDownloadInProgress() {
170 bool SpellcheckHunspellDictionary::IsDownloadFailure() {
174 void SpellcheckHunspellDictionary::OnURLFetchComplete(
211 base::Bind(&SpellcheckHunspellDictionary::SaveDictionaryDataComplete,
215 GURL SpellcheckHunspellDictionary::GetDictionaryURL() {
226 void SpellcheckHunspellDictionary::DownloadDictionary(GURL url) {
249 SpellcheckHunspellDictionary::DictionaryFile
250 SpellcheckHunspellDictionary::OpenDictionaryFile(const base::FilePath& path) {
291 SpellcheckHunspellDictionary::DictionaryFile
292 SpellcheckHunspellDictionary::InitializeDictionaryLocation(
306 void SpellcheckHunspellDictionary::InitializeDictionaryLocationComplete(
332 void SpellcheckHunspellDictionary::SaveDictionaryDataComplete(
348 void SpellcheckHunspellDictionary::InformListenersOfInitialization() {
352 void SpellcheckHunspellDictionary::InformListenersOfDownloadFailure() {