OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Localize
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/tools/build/
remoting_localize.py
7
localize
.py -- Generates an output file from the given template replacing
651
def
Localize
(source, locales, options):
740
usage = "Usage:
localize
[options] locales"
779
return
Localize
(options.template, locales, options)
/external/chromium_org/remoting/host/plugin/
host_script_object.h
69
//
Localize
strings. args are:
73
bool
Localize
(const NPVariant* args, uint32_t arg_count, NPVariant* result);
host_script_object.cc
49
const char* kFuncNameLocalize = "
localize
";
180
return
Localize
(args, arg_count, result);
516
bool HostNPScriptObject::
Localize
(const NPVariant* args,
521
SetException("
localize
: bad number of arguments");
530
SetException("
localize
: unexpected type for argument 1");
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
gallery_item.js
35
// TODO:
Localize
?
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
audio_player.js
543
* TODO(kaznacheev):
Localize
.
Completed in 149 milliseconds