Home
last modified time | relevance | path

Searched refs:kTypedCountKey (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_history_api_constants.cc21 const char kTypedCountKey[] = "typedCount"; variable
Dextension_history_api_constants.h26 extern const char kTypedCountKey[];
Dextension_history_api.cc36 value->SetInteger(keys::kTypedCountKey, row.typed_count()); in GetHistoryItemDictionary()