Searched refs:HistoryProvider (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/browser/autocomplete/ |
D | history_provider.cc | 19 HistoryProvider::HistoryProvider(ACProviderListener* listener, in HistoryProvider() function in HistoryProvider 25 void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) { in DeleteMatch() 63 string16 HistoryProvider::FixupUserInput(const AutocompleteInput& input) { in FixupUserInput() 132 size_t HistoryProvider::TrimHttpPrefix(string16* url) { in TrimHttpPrefix()
|
D | history_provider.h | 22 class HistoryProvider : public AutocompleteProvider { 33 HistoryProvider(ACProviderListener* listener,
|
D | history_url_provider.h | 141 class HistoryURLProvider : public HistoryProvider { 149 : HistoryProvider(listener, profile, "History"), in HistoryURLProvider()
|
D | history_contents_provider.h | 23 class HistoryContentsProvider : public HistoryProvider {
|
D | history_quick_provider.h | 27 class HistoryQuickProvider : public HistoryProvider {
|
D | history_quick_provider.cc | 37 : HistoryProvider(listener, profile, "HistoryQuickProvider"), in HistoryQuickProvider()
|
D | history_contents_provider.cc | 56 : HistoryProvider(listener, profile, "HistoryContents"), in HistoryContentsProvider()
|
D | history_url_provider.cc | 123 : HistoryProvider(listener, profile, "HistoryURL"), in HistoryURLProvider()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 11966 * kwq/kparts/historyprovider.h: Add HistoryProvider::insert. 11967 * kwq/KWQKHistoryProvider.mm: Add HistoryProvider::insert.
|
D | ChangeLog-2003-10-25 | 1228 (KParts::HistoryProvider::contains):
|
D | ChangeLog-2005-08-23 | 50342 (KParts::HistoryProvider::contains): Don't make a KURL or an
|