OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistoryURLProviderParams
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/autocomplete/
history_url_provider.h
71
//
HistoryURLProviderParams
object. This is allocated in the main thread, and
86
struct
HistoryURLProviderParams
{
87
HistoryURLProviderParams
(const AutocompleteInput& input,
90
~
HistoryURLProviderParams
();
128
DISALLOW_COPY_AND_ASSIGN(
HistoryURLProviderParams
);
167
HistoryURLProviderParams
* params);
173
HistoryURLProviderParams
* params);
178
void QueryComplete(
HistoryURLProviderParams
* params_gets_deleted);
209
const
HistoryURLProviderParams
& params,
257
bool PromoteMatchForInlineAutocomplete(
HistoryURLProviderParams
* params
[
all
...]
history_url_provider.cc
106
HistoryURLProviderParams
::
HistoryURLProviderParams
(
119
HistoryURLProviderParams
::~
HistoryURLProviderParams
() {}
155
HistoryURLProviderParams
* params) {
178
HistoryURLProviderParams
* params) {
278
HistoryURLProviderParams
* params_gets_deleted) {
280
scoped_ptr<
HistoryURLProviderParams
> params(params_gets_deleted);
413
HistoryURLProviderParams
* params,
476
const
HistoryURLProviderParams
& params
[
all
...]
/external/chromium/chrome/browser/history/
history.h
34
struct
HistoryURLProviderParams
;
619
HistoryURLProviderParams
* params);
[
all
...]
history_backend.h
137
HistoryURLProviderParams
* params);
history.cc
679
HistoryURLProviderParams
* params) {
history_backend.cc
[
all
...]
Completed in 93 milliseconds