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/chrome/renderer/extensions/
i18n_custom_bindings.h
13
class
I18NCustomBindings
: public ChromeV8Extension {
15
I18NCustomBindings
(Dispatcher* dispatcher, ChromeV8Context* context);
i18n_custom_bindings.cc
16
I18NCustomBindings
::
I18NCustomBindings
(Dispatcher* dispatcher,
20
base::Bind(&
I18NCustomBindings
::GetL10nMessage, base::Unretained(this)));
23
void
I18NCustomBindings
::GetL10nMessage(
Completed in 29 milliseconds