HomeSort by relevance Sort by last modified time
    Searched defs:isDateLike (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/third_party/chromevox/closure/
base.js 915 goog.isDateLike = function(val) {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
dygraph-combined.js     [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 235 goog.isDateLike = function(a) {
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeOptionsScript.js 10 else if("function"==b&&"undefined"==typeof a.call)return"object";return b};goog.isDef=function(a){return void 0!==a};goog.isNull=function(a){return null===a};goog.isDefAndNotNull=function(a){return null!=a};goog.isArray=function(a){return"array"==goog.typeOf(a)};goog.isArrayLike=function(a){var b=goog.typeOf(a);return"array"==b||"object"==b&&"number"==typeof a.length};goog.isDateLike=function(a){return goog.isObject(a)&&"function"==typeof a.getFullYear};goog.isString=function(a){return"string"==typeof a};
    [all...]

Completed in 168 milliseconds