OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:I18NCustomBindings
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/renderer/
i18n_custom_bindings.h
14
class
I18NCustomBindings
: public ObjectBackedNativeHandler {
16
I18NCustomBindings
(ScriptContext* context);
i18n_custom_bindings.cc
16
I18NCustomBindings
::
I18NCustomBindings
(ScriptContext* context)
20
base::Bind(&
I18NCustomBindings
::GetL10nMessage, base::Unretained(this)));
22
base::Bind(&
I18NCustomBindings
::GetL10nUILanguage,
26
void
I18NCustomBindings
::GetL10nMessage(
90
void
I18NCustomBindings
::GetL10nUILanguage(
Completed in 97 milliseconds