Searched defs:MessageBundle (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/extensions/common/
H A Dmessage_bundle.h23 class MessageBundle { class in namespace:extensions
58 // Creates MessageBundle or returns NULL if there was an error. Expects
61 static MessageBundle* Create(const CatalogVector& locale_catalogs,
106 ~MessageBundle();
112 // Use Create to create MessageBundle instance.
113 MessageBundle();
H A Dmessage_bundle.cc28 const char* MessageBundle::kContentKey = "content";
29 const char* MessageBundle::kMessageKey = "message";
30 const char* MessageBundle::kPlaceholdersKey = "placeholders";
32 const char* MessageBundle::kPlaceholderBegin = "$";
33 const char* MessageBundle::kPlaceholderEnd = "$";
34 const char* MessageBundle::kMessageBegin = "__MSG_";
35 const char* MessageBundle::kMessageEnd = "__";
38 const char* MessageBundle::kUILocaleKey = "@@ui_locale";
39 const char* MessageBundle::kBidiDirectionKey = "@@bidi_dir";
40 const char* MessageBundle
159 MessageBundle::MessageBundle() { function in class:extensions::MessageBundle
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 784 milliseconds