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

  /external/chromium_org/sync/util/
data_type_histogram.h 117 case ::syncer::ARTICLES: \
  /external/chromium_org/sync/syncable/
model_type.cc 113 case ARTICLES:
209 case ARTICLES:
334 return ARTICLES;
503 case ARTICLES:
504 return "Articles";
576 case ARTICLES:
667 else if (model_type_string == "Articles")
668 return ARTICLES;
763 case ARTICLES:
889 case ARTICLES
    [all...]
nigori_util.cc 271 nigori->set_encrypt_articles(encrypted_types.Has(ARTICLES));
315 encrypted_types.Put(ARTICLES);
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_store.cc 172 DCHECK_EQ(syncer::ARTICLES, type);
286 StopSyncing(syncer::ARTICLES);
302 StopSyncing(syncer::ARTICLES);
341 SyncMergeResult result(syncer::ARTICLES);
dom_distiller_store_unittest.cc 38 const ModelType kDomDistillerModelType = syncer::ARTICLES;
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 102 // Distilled articles.
103 ARTICLES,
  /external/linux-tools-perf/Documentation/
Makefile 2 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
14 ARTICLES =
21 DOC_HTML += $(patsubst %,%.html,$(ARTICLES) $(SP_ARTICLES))
281 $(patsubst %,%.html,$(ARTICLES)) : %.html : %.txt
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 217 new UIDataTypeController(syncer::ARTICLES, this, profile_, pss));
438 case syncer::ARTICLES: {
sync_prefs.cc 132 model_set.Put(syncer::ARTICLES);
342 case syncer::ARTICLES:
  /external/chromium_org/chrome/browser/sync/glue/
model_association_manager.cc 58 syncer::ARTICLES,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py 130 ' BLOG index page: show recent articles,\r\n',
131 ' today\'s articles, or articles of a specific date.\r\n',
156 ' log.error("Error loading articles: "+str(x))\r\n',
157 ' self.abort("cannot load articles")\r\n',
163 ' #-------------------- TODAY\'S ARTICLES\r\n',
164 ' self.write("<h2>Today\'s articles</h2>")\r\n',
168 ' #-------------------- ACTIVE ARTICLES redirect\r\n',
174 ' #-------------------- ARTICLES OF A SPECIFIC DATE\r\n',
176 ' self.write("<h2>Articles written on %s</h2>"% frog.util.mediumdatestr(showdate))\r\n'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py 130 ' BLOG index page: show recent articles,\r\n',
131 ' today\'s articles, or articles of a specific date.\r\n',
156 ' log.error("Error loading articles: "+str(x))\r\n',
157 ' self.abort("cannot load articles")\r\n',
163 ' #-------------------- TODAY\'S ARTICLES\r\n',
164 ' self.write("<h2>Today\'s articles</h2>")\r\n',
168 ' #-------------------- ACTIVE ARTICLES redirect\r\n',
174 ' #-------------------- ARTICLES OF A SPECIFIC DATE\r\n',
176 ' self.write("<h2>Articles written on %s</h2>"% frog.util.mediumdatestr(showdate))\r\n'
    [all...]

Completed in 6059 milliseconds