Home
last modified time | relevance | path

Searched refs:localizeElementFromTag (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/remoting/webapp/
Dl10n.js38 l10n.localizeElementFromTag = function(element, tag, opt_substitutions, function
62 return l10n.localizeElementFromTag(element, tag, opt_substitutions,
Dclient_screen.js133 l10n.localizeElementFromTag(errorDiv, /** @type {string} */ (errorTag));
155 l10n.localizeElementFromTag(button1, /*i18n-content*/'RECONNECT');
158 l10n.localizeElementFromTag(button2, /*i18n-content*/'OK');
195 l10n.localizeElementFromTag(needsUpdateMessage,
Dhost_setup_dialog.js288 l10n.localizeElementFromTag(messageDiv, tag1);
291 l10n.localizeElementFromTag(messageDiv, opt_tag2);
300 l10n.localizeElementFromTag(errorDiv, tag);
498 l10n.localizeElementFromTag(
514 l10n.localizeElementFromTag(
Doptions_menu.js85 l10n.localizeElementFromTag(this.startStopRecording_,
88 l10n.localizeElementFromTag(this.startStopRecording_,
Dhost_list.js270 l10n.localizeElementFromTag(this.errorMsg_, this.lastError_);
272 l10n.localizeElementFromTag(this.errorButton_,
275 l10n.localizeElementFromTag(this.errorButton_,
Dbutter_bar.js52 l10n.localizeElementFromTag(messageElement, messageId, substitutions, true);
Dpaired_client_manager.js234 l10n.localizeElementFromTag(this.errorDiv_, error);
Dhost_screen.js193 l10n.localizeElementFromTag(errorDiv, errorTag);
Dui_mode.js285 l10n.localizeElementFromTag(messageDiv, tag);
Dremoting.js493 l10n.localizeElementFromTag(
/external/chromium_org/remoting/webapp/unittests/
Dl10n_unittest.js28 l10n.localizeElementFromTag(element, 'tag');
38 l10n.localizeElementFromTag(element, 'tag', null, true);