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/extensions/api/spellcheck/
spellcheck_api.cc 24 extension->GetManifestData(manifest_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/extensions/common/
manifest_constants.cc 136 const char kSpellcheck[] = "spellcheck";
    [all...]
manifest_constants.h 143 extern const char kSpellcheck[];

Completed in 273 milliseconds