OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputImeAPI
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.h
204
class
InputImeAPI
: public ProfileKeyedAPI,
207
explicit
InputImeAPI
(Profile* profile);
208
virtual ~
InputImeAPI
();
211
static ProfileKeyedAPIFactory<
InputImeAPI
>* GetFactoryInstance();
219
friend class ProfileKeyedAPIFactory<
InputImeAPI
>;
224
return "
InputImeAPI
";
input_ime_api.cc
718
InputImeAPI
::
InputImeAPI
(Profile* profile)
726
InputImeAPI
::~
InputImeAPI
() {
729
static base::LazyInstance<ProfileKeyedAPIFactory<
InputImeAPI
> >
733
ProfileKeyedAPIFactory<
InputImeAPI
>*
InputImeAPI
::GetFactoryInstance() {
737
void
InputImeAPI
::Observe(int type,
767
InputImeEventRouter*
InputImeAPI
::input_ime_event_router() {
/external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc
271
extensions::
InputImeAPI
::GetFactoryInstance();
Completed in 74 milliseconds