OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tag_styles
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/search/
omnibox_provider.cc
26
int
tag_styles
= 0;
local
28
tag_styles
|= SearchResult::Tag::URL;
30
tag_styles
|= SearchResult::Tag::MATCH;
32
tag_styles
|= SearchResult::Tag::DIM;
34
return
tag_styles
;
42
int
tag_styles
= SearchResult::Tag::NONE;
local
49
if (
tag_styles
!= SearchResult::Tag::NONE) {
51
tag_styles
, tag_start, text_class.offset));
52
tag_styles
= SearchResult::Tag::NONE;
59
tag_styles
= ACMatchStyleToTagStyle(text_class.style)
[
all
...]
/external/chromium_org/athena/main/
url_search_provider.cc
111
int
tag_styles
= 0;
local
113
tag_styles
|= app_list::SearchResult::Tag::URL;
115
tag_styles
|= app_list::SearchResult::Tag::MATCH;
117
tag_styles
|= app_list::SearchResult::Tag::DIM;
119
return
tag_styles
;
127
int
tag_styles
= app_list::SearchResult::Tag::NONE;
local
134
if (
tag_styles
!= app_list::SearchResult::Tag::NONE) {
136
tag_styles
, tag_start, text_class.offset));
137
tag_styles
= app_list::SearchResult::Tag::NONE;
144
tag_styles
= ACMatchStyleToTagStyle(text_class.style)
[
all
...]
Completed in 160 milliseconds