OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_title
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/autocomplete/
history_contents_provider.cc
257
const bool
in_title
= MatchInTitle(result);
local
260
return
in_title
? (700 + title_count_++) : (500 + contents_count_++);
261
return
in_title
?
/external/chromium/chrome/browser/history/
history_types.cc
324
const string16&
in_title
)
327
title(
in_title
) {
history_types.h
543
const string16&
in_title
);
/external/chromium/chrome/common/
automation_messages.cc
107
const std::wstring&
in_title
,
116
title(
in_title
),
Completed in 624 milliseconds