OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:template_url_model
(Results
1 - 25
of
77
) sorted by null
1
2
3
4
/external/chromium/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.cc
31
TemplateURLModel*
template_url_model
) {
39
template_url_model
);
search_engine_tab_helper_delegate.h
23
TemplateURLModel*
template_url_model
) = 0;
template_url_fetcher_ui_callbacks.h
28
TemplateURLModel*
template_url_model
);
keyword_editor_controller.cc
12
#include "chrome/browser/search_engines/
template_url_model
.h"
113
return table_model_->
template_url_model
();
template_url_table_model.h
36
explicit TemplateURLTableModel(TemplateURLModel*
template_url_model
);
87
TemplateURLModel*
template_url_model
() const { return template_url_model_; }
function in class:TemplateURLTableModel
template_url_table_model.cc
14
#include "chrome/browser/search_engines/
template_url_model
.h"
78
model_->
template_url_model
()->profile()->GetFaviconService(
122
TemplateURLModel*
template_url_model
)
124
template_url_model_(
template_url_model
) {
125
DCHECK(
template_url_model
);
edit_search_engine_controller.cc
13
#include "chrome/browser/search_engines/
template_url_model
.h"
search_engine_tab_helper.cc
10
#include "chrome/browser/search_engines/
template_url_model
.h"
/external/chromium/chrome/browser/search_engines/
template_url_fetcher_callbacks.h
23
TemplateURLModel*
template_url_model
) = 0;
template_url_fetcher_unittest.cc
13
#include "chrome/browser/search_engines/
template_url_model
.h"
34
TemplateURLModel*
template_url_model
);
73
TemplateURLModel*
template_url_model
);
117
TemplateURLModel*
template_url_model
) {
118
test_->ConfirmSetDefaultSearchProvider(template_url,
template_url_model
);
145
TemplateURLModel*
template_url_model
) {
template_url_scraper_unittest.cc
6
#include "chrome/browser/search_engines/
template_url_model
.h"
search_host_to_urls_map.cc
10
#include "chrome/browser/search_engines/
template_url_model
.h"
template_url_model_test_util.cc
12
#include "chrome/browser/search_engines/
template_url_model
.h"
util.cc
12
#include "chrome/browser/search_engines/
template_url_model
.h"
/external/chromium/chrome/browser/ui/views/
default_search_view.h
45
TemplateURLModel*
template_url_model
);
68
TemplateURLModel*
template_url_model
);
default_search_view.cc
12
#include "chrome/browser/search_engines/
template_url_model
.h"
113
TemplateURLModel*
template_url_model
) {
115
if (!
template_url_model
->CanMakeDefault(default_url) ||
121
template_url_model
);
176
TemplateURLModel*
template_url_model
)
181
template_url_model_(
template_url_model
) {
first_run_search_engine_view.cc
20
#include "chrome/browser/search_engines/
template_url_model
.h"
177
TemplateURLModel*
template_url_model
= profile_->GetTemplateURLModel();
local
178
DCHECK(
template_url_model
);
179
template_url_model
->SetSearchEngineDialogSlot(choice->slot());
182
template_url_model
->SetDefaultSearchProvider(default_search);
/external/chromium/chrome/browser/ui/omnibox/
location_bar_util.cc
11
#include "chrome/browser/search_engines/
template_url_model
.h"
/external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc
9
#include "chrome/browser/search_engines/
template_url_model
.h"
keyword_hint_view.cc
11
#include "chrome/browser/search_engines/
template_url_model
.h"
/external/chromium/chrome/browser/ui/panels/
panel.h
83
TemplateURLModel*
template_url_model
);
panel.cc
199
TemplateURLModel*
template_url_model
) {
/external/chromium/chrome/browser/extensions/
extension_omnibox_apitest.cc
17
#include "chrome/browser/search_engines/
template_url_model
.h"
/external/chromium/chrome/browser/importer/
external_process_importer_client.cc
13
#include "chrome/browser/search_engines/
template_url_model
.h"
importer_host.cc
19
#include "chrome/browser/search_engines/
template_url_model
.h"
Completed in 925 milliseconds
1
2
3
4