OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpellCheckHost
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/
spellcheck_host.h
31
// You can also remove the observer from the
SpellCheckHost
object.
36
//
SpellCheckHost
::GetSpellCheckLanguages(profile_, &languages);
37
// spellcheck_host_ =
SpellCheckHost
::Create(
44
class
SpellCheckHost
45
: public base::RefCountedThreadSafe<
SpellCheckHost
,
48
virtual ~
SpellCheckHost
() {}
50
// Creates the instance of
SpellCheckHost
implementation object.
51
static scoped_refptr<
SpellCheckHost
> Create(
spellcheck_host.cc
16
scoped_refptr<
SpellCheckHost
>
SpellCheckHost
::Create(
32
int
SpellCheckHost
::GetSpellCheckLanguages(
spellcheck_host_impl.h
18
// This class implements the
SpellCheckHost
interface to provide the
32
// method,
SpellCheckHost
::Create() and uses only the
SpellCheckHost
interface
34
// spell_check_host_ =
SpellCheckHost
::Create(...)
37
// can be listed using
SpellCheckHost
::GetAvailableLanguages() static method.
38
class SpellCheckHostImpl : public
SpellCheckHost
,
47
//
SpellCheckHost
implementation
spellcheck_host_impl.cc
140
Source<
SpellCheckHost
>(this), NotificationService::NoDetails());
/external/chromium/android/autofill/
profile_android.h
102
class
SpellCheckHost
;
202
virtual
SpellCheckHost
* GetSpellCheckHost() { NOTREACHED(); return NULL; }
/external/chromium/chrome/browser/profiles/
profile.h
103
class
SpellCheckHost
;
483
virtual
SpellCheckHost
* GetSpellCheckHost() = 0;
profile_impl.h
113
virtual
SpellCheckHost
* GetSpellCheckHost();
274
scoped_refptr<
SpellCheckHost
> spellcheck_host_;
profile.cc
545
virtual
SpellCheckHost
* GetSpellCheckHost() {
profile_impl.cc
[
all
...]
/external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc
777
SpellCheckHost
::GetSpellCheckLanguages(profile_,
[
all
...]
Completed in 561 milliseconds