OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TemplateURLID
(Results
1 - 25
of
54
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/search_engines/
template_url_id.h
10
typedef int64
TemplateURLID
;
12
const
TemplateURLID
kInvalidTemplateURLID = 0;
template_url_service_util_unittest.cc
16
// keyword and
TemplateURLID
. Only use this in tests if your tests do not
20
TemplateURLID
id) {
63
// ID set - Prefer the lowest
TemplateURLID
if the keywords don't match and if
/external/chromium/chrome/browser/search_engines/
template_url_id.h
11
typedef int64
TemplateURLID
;
template_url.h
467
TemplateURLID
id() const { return id_; }
491
void set_id(
TemplateURLID
id) { id_ = id; }
511
TemplateURLID
id_;
search_host_to_urls_map.cc
72
TemplateURLID
previous_id = existing_turl->id();
/external/chromium/chrome/browser/instant/
instant_loader_manager.h
19
// non-instant urls, and a loader per
TemplateURLID
for loading instant urls. A
20
// loader per
TemplateURLID
is necessitated due to not knowing in advance if a
43
InstantLoader* UpdateLoader(
TemplateURLID
instant_id,
48
bool WillUpateChangeActiveLoader(
TemplateURLID
instant_id);
85
typedef std::map<
TemplateURLID
, InstantLoader*> Loaders;
88
InstantLoader* CreateLoader(
TemplateURLID
id);
92
InstantLoader* GetInstantLoader(
TemplateURLID
id);
instant_loader.h
32
// InstantLoader is created with a
TemplateURLID
. If non-zero InstantLoader
36
// If the
TemplateURLID
supplied to the constructor is zero, then the url is
40
InstantLoader(InstantLoaderDelegate* delegate,
TemplateURLID
id);
100
TemplateURLID
template_url_id() const { return template_url_id_; }
160
const
TemplateURLID
template_url_id_;
instant_controller.h
201
bool ShouldUpdateNow(
TemplateURLID
instant_id, const GURL& url);
232
void BlacklistFromInstant(
TemplateURLID
id);
236
bool IsBlacklistedFromInstant(
TemplateURLID
id);
281
std::set<
TemplateURLID
> blacklisted_ids_;
instant_loader_manager.cc
36
TemplateURLID
instant_id,
90
TemplateURLID
instant_id) {
144
InstantLoader* InstantLoaderManager::CreateLoader(
TemplateURLID
id) {
151
InstantLoader* InstantLoaderManager::GetInstantLoader(
TemplateURLID
id) {
instant_controller.cc
173
TemplateURLID
template_url_id = template_url ? template_url->id() : 0;
525
bool InstantController::ShouldUpdateNow(
TemplateURLID
instant_id,
604
TemplateURLID
template_url_id = template_url ? template_url->id() : 0;
650
void InstantController::BlacklistFromInstant(
TemplateURLID
id) {
654
bool InstantController::IsBlacklistedFromInstant(
TemplateURLID
id) {
/external/chromium_org/chrome/browser/history/
history_notifications.h
67
TemplateURLID
keyword_id,
72
TemplateURLID
keyword_id;
history_notifications.cc
27
TemplateURLID
keyword_id,
url_database.h
190
TemplateURLID
keyword_id,
204
void DeleteAllSearchTermsForKeyword(
TemplateURLID
keyword_id);
209
TemplateURLID
keyword_id,
/external/chromium/chrome/browser/webdata/
keyword_table.h
65
bool RemoveKeyword(
TemplateURLID
id);
/external/chromium_org/chrome/browser/webdata/
keyword_table.h
104
bool RemoveKeyword(
TemplateURLID
id);
168
bool GetKeywordAsString(
TemplateURLID
id,
web_data_service.h
117
void RemoveKeyword(
TemplateURLID
id);
193
TemplateURLID
id, WebDatabase* db);
198
TemplateURLID
r, WebDatabase* db);
web_data_service.cc
61
void WebDataService::RemoveKeyword(
TemplateURLID
id) {
141
TemplateURLID
id, WebDatabase* db) {
168
TemplateURLID
id, WebDatabase* db) {
/external/chromium/chrome/browser/history/
url_database.h
192
TemplateURLID
keyword_id,
201
void DeleteAllSearchTermsForKeyword(
TemplateURLID
keyword_id);
206
TemplateURLID
keyword_id,
history_notifications.h
93
TemplateURLID
keyword_id;
history_backend.h
260
TemplateURLID
keyword_id,
263
void DeleteAllSearchTermsForKeyword(
TemplateURLID
keyword_id);
267
TemplateURLID
keyword_id,
history.h
496
TemplateURLID
keyword_id,
500
void DeleteAllSearchTermsForKeyword(
TemplateURLID
keyword_id);
510
TemplateURLID
keyword_id,
[
all
...]
url_database.cc
407
TemplateURLID
keyword_id,
455
TemplateURLID
keyword_id) {
467
TemplateURLID
keyword_id,
history.cc
244
TemplateURLID
keyword_id,
252
TemplateURLID
keyword_id) {
259
TemplateURLID
keyword_id,
653
DeleteAllSearchTermsForKeyword(*(Details<
TemplateURLID
>(details).ptr()));
in_memory_history_backend.cc
110
*(Details<
TemplateURLID
>(details).ptr()));
/external/chromium_org/chrome/browser/history/android/
android_history_types.h
246
TemplateURLID
template_url_id() const {
249
void set_template_url_id(
TemplateURLID
template_url_id) {
268
TemplateURLID
template_url_id_;
Completed in 857 milliseconds
1
2
3