HomeSort by relevance Sort by last modified time
    Searched refs:HistoryProvider (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
history_provider.h 16 class HistoryProvider : public AutocompleteProvider {
21 HistoryProvider(AutocompleteProviderListener* listener,
24 virtual ~HistoryProvider();
history_provider.cc 21 HistoryProvider::HistoryProvider(AutocompleteProviderListener* listener,
27 void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) {
42 HistoryProvider::~HistoryProvider() {}
44 void HistoryProvider::DeleteMatchFromMatches(const AutocompleteMatch& match) {
66 bool HistoryProvider::FixupUserInput(AutocompleteInput* input) {
138 size_t HistoryProvider::TrimHttpPrefix(string16* url) {
156 bool HistoryProvider::PreventInlineAutocomplete(
history_quick_provider.h 29 class HistoryQuickProvider : public HistoryProvider {
history_url_provider.h 154 class HistoryURLProvider : public HistoryProvider {
169 : HistoryProvider(listener, profile,
history_quick_provider.cc 57 : HistoryProvider(listener, profile,
history_url_provider.cc 316 : HistoryProvider(listener, profile,
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_provider.h 22 class HistoryProvider : public AutocompleteProvider {
33 HistoryProvider(ACProviderListener* listener,
history_provider.cc 19 HistoryProvider::HistoryProvider(ACProviderListener* listener,
25 void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) {
63 string16 HistoryProvider::FixupUserInput(const AutocompleteInput& input) {
132 size_t HistoryProvider::TrimHttpPrefix(string16* url) {
history_contents_provider.h 23 class HistoryContentsProvider : public HistoryProvider {
history_quick_provider.h 27 class HistoryQuickProvider : public HistoryProvider {
history_url_provider.h 141 class HistoryURLProvider : public HistoryProvider {
149 : HistoryProvider(listener, profile, "History"),
history_contents_provider.cc 56 : HistoryProvider(listener, profile, "HistoryContents"),
history_quick_provider.cc 37 : HistoryProvider(listener, profile, "HistoryQuickProvider"),
history_url_provider.cc 123 : HistoryProvider(listener, profile, "HistoryURL"),
    [all...]

Completed in 465 milliseconds