SpellcheckCustomDictionary  173 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc SpellcheckCustomDictionary::Change::Change() {
SpellcheckCustomDictionary  176 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc SpellcheckCustomDictionary::Change::Change(
SpellcheckCustomDictionary  177 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc     const SpellcheckCustomDictionary::Change& other)
SpellcheckCustomDictionary  182 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc SpellcheckCustomDictionary::Change::Change(const WordList& to_add)
SpellcheckCustomDictionary  186 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc SpellcheckCustomDictionary::Change::~Change() {
SpellcheckCustomDictionary  189 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc void SpellcheckCustomDictionary::Change::AddWord(const std::string& word) {
SpellcheckCustomDictionary  193 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc void SpellcheckCustomDictionary::Change::RemoveWord(const std::string& word) {
SpellcheckCustomDictionary  197 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc int SpellcheckCustomDictionary::Change::Sanitize(const WordSet& words) {
SpellcheckCustomDictionary  206 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc const WordList& SpellcheckCustomDictionary::Change::to_add() const {
SpellcheckCustomDictionary  210 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc const WordList& SpellcheckCustomDictionary::Change::to_remove() const {
SpellcheckCustomDictionary  214 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc bool SpellcheckCustomDictionary::Change::empty() const {
SpellcheckCustomDictionary  218 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc SpellcheckCustomDictionary::SpellcheckCustomDictionary(
SpellcheckCustomDictionary  227 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc SpellcheckCustomDictionary::~SpellcheckCustomDictionary() {
SpellcheckCustomDictionary  230 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc const WordSet& SpellcheckCustomDictionary::GetWords() const {
SpellcheckCustomDictionary  235 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc bool SpellcheckCustomDictionary::AddWord(const std::string& word) {
SpellcheckCustomDictionary  247 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc bool SpellcheckCustomDictionary::RemoveWord(const std::string& word) {
SpellcheckCustomDictionary  259 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc bool SpellcheckCustomDictionary::HasWord(const std::string& word) const {
SpellcheckCustomDictionary  263 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc void SpellcheckCustomDictionary::AddObserver(Observer* observer) {
SpellcheckCustomDictionary  268 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc void SpellcheckCustomDictionary::RemoveObserver(Observer* observer) {
SpellcheckCustomDictionary  273 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc bool SpellcheckCustomDictionary::IsLoaded() {
SpellcheckCustomDictionary  278 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc bool SpellcheckCustomDictionary::IsSyncing() {
SpellcheckCustomDictionary  283 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc void SpellcheckCustomDictionary::Load() {
SpellcheckCustomDictionary  288 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc       base::Bind(&SpellcheckCustomDictionary::LoadDictionaryFile,
SpellcheckCustomDictionary  290 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc       base::Bind(&SpellcheckCustomDictionary::OnLoaded,
SpellcheckCustomDictionary  294 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc syncer::SyncMergeResult SpellcheckCustomDictionary::MergeDataAndStartSyncing(
SpellcheckCustomDictionary  336 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc void SpellcheckCustomDictionary::StopSyncing(syncer::ModelType type) {
SpellcheckCustomDictionary  343 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc syncer::SyncDataList SpellcheckCustomDictionary::GetAllSyncData(
SpellcheckCustomDictionary  362 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc syncer::SyncError SpellcheckCustomDictionary::ProcessSyncChanges(
SpellcheckCustomDictionary  396 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc WordList SpellcheckCustomDictionary::LoadDictionaryFile(
SpellcheckCustomDictionary  408 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc void SpellcheckCustomDictionary::UpdateDictionaryFile(
SpellcheckCustomDictionary  409 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc     const SpellcheckCustomDictionary::Change& dictionary_change,
SpellcheckCustomDictionary  433 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc void SpellcheckCustomDictionary::OnLoaded(WordList custom_words) {
SpellcheckCustomDictionary  443 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc void SpellcheckCustomDictionary::Apply(
SpellcheckCustomDictionary  444 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc     const SpellcheckCustomDictionary::Change& dictionary_change) {
SpellcheckCustomDictionary  458 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc void SpellcheckCustomDictionary::Save(
SpellcheckCustomDictionary  459 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc     const SpellcheckCustomDictionary::Change& dictionary_change) {
SpellcheckCustomDictionary  464 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc       base::Bind(&SpellcheckCustomDictionary::UpdateDictionaryFile,
SpellcheckCustomDictionary  469 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc syncer::SyncError SpellcheckCustomDictionary::Sync(
SpellcheckCustomDictionary  470 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc     const SpellcheckCustomDictionary::Change& dictionary_change) {
SpellcheckCustomDictionary  528 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc void SpellcheckCustomDictionary::Notify(
SpellcheckCustomDictionary  529 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc     const SpellcheckCustomDictionary::Change& dictionary_change) {
SpellcheckCustomDictionary   27 chrome/browser/spellchecker/spellcheck_custom_dictionary.h class SpellcheckCustomDictionary : public SpellcheckDictionary,
SpellcheckCustomDictionary   77 chrome/browser/spellchecker/spellcheck_custom_dictionary.h   explicit SpellcheckCustomDictionary(const base::FilePath& path);
SpellcheckCustomDictionary   78 chrome/browser/spellchecker/spellcheck_custom_dictionary.h   virtual ~SpellcheckCustomDictionary();
SpellcheckCustomDictionary  182 chrome/browser/spellchecker/spellcheck_custom_dictionary.h   base::WeakPtrFactory<SpellcheckCustomDictionary> weak_ptr_factory_;
SpellcheckCustomDictionary  184 chrome/browser/spellchecker/spellcheck_custom_dictionary.h   DISALLOW_COPY_AND_ASSIGN(SpellcheckCustomDictionary);
SpellcheckCustomDictionary   45 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     const SpellcheckCustomDictionary* dictionary) {
SpellcheckCustomDictionary   79 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     return SpellcheckCustomDictionary::LoadDictionaryFile(path);
SpellcheckCustomDictionary   86 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc       const SpellcheckCustomDictionary::Change& dictionary_change,
SpellcheckCustomDictionary   88 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     SpellcheckCustomDictionary::UpdateDictionaryFile(dictionary_change, path);
SpellcheckCustomDictionary   95 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc       SpellcheckCustomDictionary& dictionary,
SpellcheckCustomDictionary  103 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc       SpellcheckCustomDictionary& dictionary,
SpellcheckCustomDictionary  104 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc       const SpellcheckCustomDictionary::Change& change) {
SpellcheckCustomDictionary  140 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc class DictionaryObserverCounter : public SpellcheckCustomDictionary::Observer {
SpellcheckCustomDictionary  151 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc       const SpellcheckCustomDictionary::Change& change) OVERRIDE { changes_++; }
SpellcheckCustomDictionary  168 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary  180 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   change = SpellcheckCustomDictionary::Change();
SpellcheckCustomDictionary  192 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  199 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary2 =
SpellcheckCustomDictionary  283 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary  296 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* dictionary =
SpellcheckCustomDictionary  326 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* dictionary =
SpellcheckCustomDictionary  330 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary  364 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* dictionary =
SpellcheckCustomDictionary  435 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  442 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary2 =
SpellcheckCustomDictionary  445 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary  453 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change2;
SpellcheckCustomDictionary  486 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  493 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary2 =
SpellcheckCustomDictionary  496 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary  534 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  541 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary2 =
SpellcheckCustomDictionary  544 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary  545 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change2;
SpellcheckCustomDictionary  591 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  598 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary2 =
SpellcheckCustomDictionary  601 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary  602 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change2;
SpellcheckCustomDictionary  646 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  653 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary2 =
SpellcheckCustomDictionary  656 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary  697 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  704 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary2 =
SpellcheckCustomDictionary  707 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary  753 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  760 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary2 =
SpellcheckCustomDictionary  796 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  803 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary2 =
SpellcheckCustomDictionary  848 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  855 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary2 =
SpellcheckCustomDictionary  864 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   Apply(*custom_dictionary, SpellcheckCustomDictionary::Change(to_add));
SpellcheckCustomDictionary  900 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  921 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  941 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  964 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary  971 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary2 =
SpellcheckCustomDictionary 1023 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* server_custom_dictionary =
SpellcheckCustomDictionary 1030 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary 1033 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary 1075 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     SpellcheckCustomDictionary* client_custom_dictionary =
SpellcheckCustomDictionary 1080 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc     SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary 1147 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary::Change change;
SpellcheckCustomDictionary 1168 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   SpellcheckCustomDictionary* custom_dictionary =
SpellcheckCustomDictionary   73 chrome/browser/spellchecker/spellcheck_service.cc   custom_dictionary_.reset(new SpellcheckCustomDictionary(context_->GetPath()));
SpellcheckCustomDictionary  188 chrome/browser/spellchecker/spellcheck_service.cc SpellcheckCustomDictionary* SpellcheckService::GetCustomDictionary() {
SpellcheckCustomDictionary  225 chrome/browser/spellchecker/spellcheck_service.cc     const SpellcheckCustomDictionary::Change& dictionary_change) {
SpellcheckCustomDictionary   38 chrome/browser/spellchecker/spellcheck_service.h                           public SpellcheckCustomDictionary::Observer,
SpellcheckCustomDictionary   92 chrome/browser/spellchecker/spellcheck_service.h   SpellcheckCustomDictionary* GetCustomDictionary();
SpellcheckCustomDictionary  119 chrome/browser/spellchecker/spellcheck_service.h       const SpellcheckCustomDictionary::Change& dictionary_change) OVERRIDE;
SpellcheckCustomDictionary  162 chrome/browser/spellchecker/spellcheck_service.h   scoped_ptr<SpellcheckCustomDictionary> custom_dictionary_;
SpellcheckCustomDictionary   29 chrome/browser/sync/test/integration/dictionary_helper.cc       SpellcheckCustomDictionary* dictionary,
SpellcheckCustomDictionary   30 chrome/browser/sync/test/integration/dictionary_helper.cc       SpellcheckCustomDictionary::Change& change) {
SpellcheckCustomDictionary   45 chrome/browser/sync/test/integration/dictionary_helper.cc SpellcheckCustomDictionary* GetDictionary(int index) {
SpellcheckCustomDictionary   50 chrome/browser/sync/test/integration/dictionary_helper.cc SpellcheckCustomDictionary* GetVerifierDictionary() {
SpellcheckCustomDictionary   55 chrome/browser/sync/test/integration/dictionary_helper.cc void LoadDictionary(SpellcheckCustomDictionary* dictionary) {
SpellcheckCustomDictionary  184 chrome/browser/sync/test/integration/dictionary_helper.cc   SpellcheckCustomDictionary::Change dictionary_change;
SpellcheckCustomDictionary  196 chrome/browser/sync/test/integration/dictionary_helper.cc   SpellcheckCustomDictionary::Change dictionary_change;
SpellcheckCustomDictionary   12 chrome/browser/sync/test/integration/dictionary_helper.h class SpellcheckCustomDictionary;
SpellcheckCustomDictionary   19 chrome/browser/sync/test/integration/dictionary_load_observer.cc     const SpellcheckCustomDictionary::Change& dictionary_change) {
SpellcheckCustomDictionary   14 chrome/browser/sync/test/integration/dictionary_load_observer.h class DictionaryLoadObserver : public SpellcheckCustomDictionary::Observer {
SpellcheckCustomDictionary   22 chrome/browser/sync/test/integration/dictionary_load_observer.h       const SpellcheckCustomDictionary::Change& dictionary_change) OVERRIDE;
SpellcheckCustomDictionary   73 chrome/browser/ui/webui/options/language_dictionary_overlay_handler.cc     const SpellcheckCustomDictionary::Change& dictionary_change) {
SpellcheckCustomDictionary   15 chrome/browser/ui/webui/options/language_dictionary_overlay_handler.h       public SpellcheckCustomDictionary::Observer {
SpellcheckCustomDictionary   29 chrome/browser/ui/webui/options/language_dictionary_overlay_handler.h       const SpellcheckCustomDictionary::Change& dictionary_change) OVERRIDE;
SpellcheckCustomDictionary   49 chrome/browser/ui/webui/options/language_dictionary_overlay_handler.h   SpellcheckCustomDictionary* dictionary_;