Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:url_db

623     history::URLDatabase* url_db = history_service->InMemoryDatabase();
624 // url_db can be NULL if it hasn't finished initializing (or failed to
631 if (url_db) {
632 DoAutocomplete(NULL, url_db, params.get());