OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpellcheckDictionaryInfo
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/api/spellcheck/
spellcheck_handler.h
15
struct
SpellcheckDictionaryInfo
: public extensions::Extension::ManifestData {
16
SpellcheckDictionaryInfo
();
17
virtual ~
SpellcheckDictionaryInfo
();
spellcheck_handler.cc
15
SpellcheckDictionaryInfo
::
SpellcheckDictionaryInfo
() {
18
SpellcheckDictionaryInfo
::~
SpellcheckDictionaryInfo
() {
34
scoped_ptr<
SpellcheckDictionaryInfo
> spellcheck_info(
35
new
SpellcheckDictionaryInfo
);
/external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.cc
20
SpellcheckDictionaryInfo
* GetSpellcheckDictionaryInfo(
22
SpellcheckDictionaryInfo
*spellcheck_info =
23
static_cast<
SpellcheckDictionaryInfo
*>(
60
SpellcheckDictionaryInfo
* spellcheck_info =
77
SpellcheckDictionaryInfo
* spellcheck_info =
Completed in 630 milliseconds