OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputMethodAPI
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/extensions/
input_method_api.cc
38
const std::string input_method =
InputMethodAPI
::GetInputMethodForXkb(
64
InputMethodAPI
::
InputMethodAPI
(content::BrowserContext* context)
74
InputMethodAPI
::~
InputMethodAPI
() {
78
std::string
InputMethodAPI
::GetInputMethodForXkb(const std::string& xkb_id) {
84
void
InputMethodAPI
::Shutdown() {
91
void
InputMethodAPI
::OnListenerAdded(
100
static base::LazyInstance<ProfileKeyedAPIFactory<
InputMethodAPI
> >
104
ProfileKeyedAPIFactory<
InputMethodAPI
>* InputMethodAPI::GetFactoryInstance()
[
all
...]
input_method_api.h
50
class
InputMethodAPI
: public ProfileKeyedAPI,
53
explicit
InputMethodAPI
(content::BrowserContext* context);
54
virtual ~
InputMethodAPI
();
61
static ProfileKeyedAPIFactory<
InputMethodAPI
>* GetFactoryInstance();
71
friend class ProfileKeyedAPIFactory<
InputMethodAPI
>;
75
return "
InputMethodAPI
";
85
DISALLOW_COPY_AND_ASSIGN(
InputMethodAPI
);
Completed in 1862 milliseconds