Searched refs:associations (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store_unittest.cc82 const HistoryData::Associations& associations() const { function in class:app_list::test::HistoryDataStoreTest
87 void OnRead(scoped_ptr<HistoryData::Associations> associations) { argument
89 if (associations)
90 associations->swap(associations_);
110 EXPECT_TRUE(associations().empty());
118 EXPECT_TRUE(associations().empty());
125 "\"associations\": {"
136 EXPECT_FALSE(associations().empty());
137 EXPECT_EQ(1u, associations().size());
139 HistoryData::Associations::const_iterator it = associations()
[all...]
H A Dhistory_unittest.cc140 const HistoryData::Associations& associations() const { function in class:app_list::test::SearchHistoryTest
141 return history_->data_->associations();
247 EXPECT_EQ(kMaxPrimary, associations().size());
250 EXPECT_TRUE(associations().find("0") != associations().end());
251 EXPECT_TRUE(associations().find("1") != associations().end());
265 EXPECT_EQ(kMaxPrimary, associations().size());
268 EXPECT_FALSE(associations().find("1") != associations()
[all...]
H A Dhistory_data.h24 // HistoryData stores the associations of the user typed queries and launched
29 // association. Further associations added to the same query are added as
54 // |max_primary| is the maximum number of the most recent primary associations
55 // to keep. |max_secondary| is the maximum number of secondary associations to
72 const Associations& associations() const { return associations_; } function in class:app_list::HistoryData
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DTemplateList.java136 Enumeration associations = m_patternTable.elements();
138 while (associations.hasMoreElements())
141 (TemplateSubPatternAssociation) associations.nextElement();
184 Enumeration associations = m_patternTable.elements();
186 while (associations.hasMoreElements())
189 (TemplateSubPatternAssociation) associations.nextElement();
420 * Get the head of the most likely list of associations to check, based on
428 * template associations.
829 * template associations for the given key.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 984 milliseconds