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

  /external/chromium_org/components/dom_distiller/core/
dom_distiller_model_unittest.cc 19 std::vector<ArticleEntry> initial_model; local
20 initial_model.push_back(entry1);
21 initial_model.push_back(entry2);
23 DomDistillerModel model(initial_model);
52 std::vector<ArticleEntry> initial_model; local
53 initial_model.push_back(entry1);
54 initial_model.push_back(entry2);
56 DomDistillerModel model(initial_model);
93 std::vector<ArticleEntry> initial_model; local
94 initial_model.push_back(entry1)
    [all...]
dom_distiller_store.h 86 // |initial_model|.

Completed in 141 milliseconds