HomeSort by relevance Sort by last modified time
    Searched refs:kSpellcheck (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/common/extensions/api/spellcheck/
spellcheck_handler.cc 29 if (!extension->manifest()->GetDictionary(keys::kSpellcheck,
60 extension->SetManifestData(keys::kSpellcheck, spellcheck_info.release());
65 return SingleKey(keys::kSpellcheck);
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client_unittest.cc 329 const SpellingServiceClient::ServiceType kSpellcheck =
338 EXPECT_FALSE(client_.IsAvailable(&profile_, kSpellcheck));
350 EXPECT_FALSE(client_.IsAvailable(&profile_, kSpellcheck));
362 EXPECT_TRUE(client_.IsAvailable(&profile_, kSpellcheck));
379 EXPECT_FALSE(client_.IsAvailable(&profile_, kSpellcheck));
  /external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.cc 27 extension->GetManifestData(keys::kSpellcheck));
  /external/chromium_org/chrome/common/extensions/
extension_manifest_constants.cc 113 const char kSpellcheck[] = "spellcheck";
extension_manifest_constants.h 125 extern const char kSpellcheck[];

Completed in 361 milliseconds