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

  /external/chromium_org/tools/page_cycler/sample/
pages.js 5 var __pages = [ variable
  /external/chromium_org/tools/page_cycler/common/
start.js 7 // The __pages is assumed an array which containing the directories for
11 var hasVariablePages = (typeof __pages != 'undefined') &&
12 (__pages instanceof Array);
14 initialPage = __pages[0];
19 document.cookie = '__pc_pages=' + __pages + '; path=/';
head.js 23 function __pages() { // fetch lazily class
62 if (__cycle == (__pages().length * __iterations)) {
70 doc = "../" + __pages()[__page] + "/index.html";
103 __page = ((f[1] - 0) + 1) % __pages().length;
report.html 129 appendTableCol(tr, __pages()[i], true);

Completed in 41 milliseconds