OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:template_url_id_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/instant/
instant_loader.h
97
bool is_showing_instant() const { return
template_url_id_
!= 0; }
100
TemplateURLID template_url_id() const { return
template_url_id_
; }
160
const TemplateURLID
template_url_id_
;
member in class:InstantLoader
/external/chromium_org/chrome/browser/history/android/
android_history_types.h
247
return
template_url_id_
;
251
template_url_id_
= template_url_id;
268
TemplateURLID
template_url_id_
;
member in class:history::SearchRow
Completed in 197 milliseconds