OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TranslationDelegate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/util/
l10n_string_util.h
22
class
TranslationDelegate
{
24
virtual ~
TranslationDelegate
();
29
// the localized pak files. A
TranslationDelegate
must be provided so we can
31
void SetTranslationDelegate(
TranslationDelegate
* delegate);
35
// desktop. The string is retrieved from the
TranslationDelegate
if one has
l10n_string_util.cc
27
installer::
TranslationDelegate
* g_translation_delegate = NULL;
33
TranslationDelegate
::~
TranslationDelegate
() {
36
void SetTranslationDelegate(
TranslationDelegate
* delegate) {
/external/chromium_org/chrome/browser/
chrome_browser_main_win.cc
85
class
TranslationDelegate
: public installer::
TranslationDelegate
{
408
base::string16
TranslationDelegate
::GetLocalizedString(
430
CR_DEFINE_STATIC_LOCAL(
TranslationDelegate
, delegate, ());
Completed in 43 milliseconds