Searched refs:WeatherResult (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/ |
D | results.js | 112 cvox.WeatherResult = function() { class in cvox 114 goog.inherits(cvox.WeatherResult, cvox.AbstractResult); 122 cvox.WeatherResult.prototype.isType = function(result) { 131 cvox.WeatherResult.speakForecast = function(forecast) { 155 cvox.WeatherResult.prototype.speak = function(result) { 195 cvox.WeatherResult.speakForecast(forecast); 460 cvox.WeatherResult,
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1429 …WeatherResult=function(){};goog.inherits(cvox.WeatherResult,cvox.AbstractResult);cvox.WeatherResul… 1430 cvox.WeatherResult.prototype.speak=function(a){if(!a)return!1;var b=[{text:"The weather forcast for… 1431 cvox.WeatherResult.speakForecast(c)}return!0};cvox.KnowResult=function(){};goog.inherits(cvox.KnowR… 1435 …SULT_TYPES=[cvox.UnknownResult,cvox.NormalResult,cvox.KnowResult,cvox.WeatherResult,cvox.AdResult,…
|
D | chromeVoxChromeOptionsScript.js | 1452 …WeatherResult=function(){};goog.inherits(cvox.WeatherResult,cvox.AbstractResult);cvox.WeatherResul… 1453 cvox.WeatherResult.prototype.speak=function(a){if(!a)return!1;var b=[{text:"The weather forcast for… 1454 cvox.WeatherResult.speakForecast(c)}return!0};cvox.KnowResult=function(){};goog.inherits(cvox.KnowR… 1458 …SULT_TYPES=[cvox.UnknownResult,cvox.NormalResult,cvox.KnowResult,cvox.WeatherResult,cvox.AdResult,…
|
D | chromeVoxChromeBackgroundScript.js | 1506 …WeatherResult=function(){};goog.inherits(cvox.WeatherResult,cvox.AbstractResult);cvox.WeatherResul… 1507 cvox.WeatherResult.prototype.speak=function(a){if(!a)return!1;var b=[{text:"The weather forcast for… 1508 cvox.WeatherResult.speakForecast(c)}return!0};cvox.KnowResult=function(){};goog.inherits(cvox.KnowR… 1512 …SULT_TYPES=[cvox.UnknownResult,cvox.NormalResult,cvox.KnowResult,cvox.WeatherResult,cvox.AdResult,…
|