HomeSort by relevance Sort by last modified time
    Searched refs:tempCusTopics (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 26 var tempCusTopics = [];
249 if (tempCusTopics.length > 0) {
251 keywords = keywords.concat(tempCusTopics);
254 window.localStorage.setItem('keywords', JSON.stringify(tempCusTopics));
256 tempCusTopics.splice(0, tempCusTopics.length);
300 if (keywords.length + tempCusTopics.length <= (MAX_CUS_TOPICS - 1)) {
312 tempCusTopics.push(val);
340 if ((keywords.length + tempCusTopics.length) == (MAX_CUS_TOPICS)) {
366 for (var i = 0; i < tempCusTopics.length; i++)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 26 var tempCusTopics = [];
249 if (tempCusTopics.length > 0) {
251 keywords = keywords.concat(tempCusTopics);
254 window.localStorage.setItem('keywords', JSON.stringify(tempCusTopics));
256 tempCusTopics.splice(0, tempCusTopics.length);
300 if (keywords.length + tempCusTopics.length <= (MAX_CUS_TOPICS - 1)) {
312 tempCusTopics.push(val);
340 if ((keywords.length + tempCusTopics.length) == (MAX_CUS_TOPICS)) {
366 for (var i = 0; i < tempCusTopics.length; i++)
    [all...]

Completed in 195 milliseconds