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

  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 39 // Storing calendars.
40 var calendars = []; variable
120 * Animates the canvas after loading the data from all the calendars. It
321 calendars = [];
349 * Gathers the list of all calendars of a specific user for multiple calendar
368 calendars = [];
373 // Include only those calendars which are not hidden and selected
381 calendars.push(cal_src);
389 calendars = [];
390 calendars.push(SINGLE_CALENDAR_SUPPORT_URL)
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 1851 GregorianCalendar *calendars [] = { local
    [all...]
dtfmttst.cpp 2983 Calendar *calendars[] = { local
    [all...]

Completed in 83 milliseconds