Searched refs:KeywordTable (Results 1 - 14 of 14) sorted by relevance

/external/javassist/src/main/javassist/compiler/
H A DKeywordTable.java18 public final class KeywordTable extends java.util.HashMap { class in inherits:java.util.HashMap
19 public KeywordTable() { super(); } method in class:KeywordTable
/external/chromium_org/components/search_engines/
H A Dkeyword_web_data_service.cc45 KeywordTable::Operation(KeywordTable::ADD, data));
58 KeywordTable::Operation(KeywordTable::REMOVE, data));
69 KeywordTable::Operation(KeywordTable::UPDATE, data));
117 const KeywordTable::Operations& operations,
119 return KeywordTable::FromWebDatabase(db)->PerformOperations(operations) ?
127 if (KeywordTable::FromWebDatabase(db)->GetKeywords(&result.keywords)) {
129 KeywordTable
[all...]
H A Dkeyword_table.h78 class KeywordTable : public WebDatabaseTable { class in inherits:WebDatabaseTable
94 KeywordTable();
95 virtual ~KeywordTable();
97 // Retrieves the KeywordTable* owned by |database|.
98 static KeywordTable* FromWebDatabase(WebDatabase* db);
182 DISALLOW_COPY_AND_ASSIGN(KeywordTable);
H A Dkeyword_table.cc29 const char KeywordTable::kDefaultSearchProviderKey[] =
145 KeywordTable::KeywordTable() { function in class:KeywordTable
148 KeywordTable::~KeywordTable() {}
150 KeywordTable* KeywordTable::FromWebDatabase(WebDatabase* db) {
151 return static_cast<KeywordTable*>(db->GetTable(GetKey()));
154 WebDatabaseTable::TypeKey KeywordTable::GetTypeKey() const {
158 bool KeywordTable
[all...]
H A Dkeyword_web_data_service.h26 KeywordTable::Keywords keywords;
43 // optimization; see comments on KeywordTable::PerformOperations().
75 // On success, consumer is notified with WDResult<KeywordTable::Keywords>.
97 const KeywordTable::Operations& operations,
105 KeywordTable::Operations queued_keyword_operations_;
H A Dutil.cc325 for (KeywordTable::Keywords::iterator i(keyword_result.keywords.begin());
/external/chromium_org/chrome/browser/webdata/
H A Dkeyword_table_unittest.cc34 table_.reset(new KeywordTable);
83 KeywordTable::Keywords GetKeywords() const {
84 KeywordTable::Keywords keywords;
107 scoped_ptr<KeywordTable> table_;
117 KeywordTable::Keywords keywords(GetKeywords());
162 KeywordTable::Keywords keywords(GetKeywords());
190 KeywordTable::Keywords keywords(GetKeywords());
H A Dweb_data_service_factory.cc87 web_database_->AddTable(scoped_ptr<WebDatabaseTable>(new KeywordTable()));
/external/chromium_org/v8/src/
H A Ddateparser.cc106 const int8_t DateParser::KeywordTable::
107 array[][DateParser::KeywordTable::kEntrySize] = {
140 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) {
H A Ddateparser-inl.h178 DCHECK(KeywordTable::kPrefixLength == 3);
181 int index = KeywordTable::Lookup(buffer, length);
182 return DateToken::Keyword(KeywordTable::GetType(index),
183 KeywordTable::GetValue(index),
H A Ddateparser.h265 // KeywordTable maps names of months, time zones, am/pm to numbers.
266 class KeywordTable : public AllStatic { class in class:v8::internal::DateParser
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_test_util.cc56 scoped_ptr<WebDatabaseTable>(new KeywordTable()));
/external/chromium_org/components/webdata/common/
H A Dweb_database_migration_unittest.cc187 KeywordTable keyword_table;
759 stmt = "SELECT " + KeywordTable::GetKeywordColumns() + " FROM keywords";
1602 EXPECT_TRUE(meta_table.GetValue(KeywordTable::kDefaultSearchProviderKey,
1625 EXPECT_TRUE(meta_table.GetValue(KeywordTable::kDefaultSearchProviderKey,
1648 EXPECT_TRUE(meta_table.GetValue(KeywordTable::kDefaultSearchProviderKey,
1671 EXPECT_TRUE(meta_table.GetValue(KeywordTable::kDefaultSearchProviderKey,
1694 EXPECT_TRUE(meta_table.GetValue(KeywordTable::kDefaultSearchProviderKey,
1717 EXPECT_TRUE(meta_table.GetValue(KeywordTable::kDefaultSearchProviderKey,
1740 EXPECT_TRUE(meta_table.GetValue(KeywordTable::kDefaultSearchProviderKey,
1765 EXPECT_TRUE(meta_table.GetValue(KeywordTable
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 4058 milliseconds