Searched refs:OptInClient (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/hotword_helper/
H A Doptin_client.js17 var OptInClient = function() {}; function
24 OptInClient.CommandToPage = {
34 OptInClient.CommandFromPage = {
51 OptInClient.EXISTS_ = 'chwoihe'; class
61 OptInClient.prototype.handleCommandFromPage_ = function(messageEvent) {
74 OptInClient.prototype.notifyPageAllowOptIn_ = function() {
77 {'type': OptInClient.CommandToPage.ALLOW_OPTIN_MESSAGE}, '*');
85 OptInClient.prototype.initialize = function() {
86 if (OptInClient.EXISTS_ in window)
88 window[OptInClient
[all...]

Completed in 107 milliseconds