OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMatchCanSupportWindowFeature
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/
browser_finder.cc
25
const int
kMatchCanSupportWindowFeature
= 1 << 1;
33
// . If it contains
kMatchCanSupportWindowFeature
40
if (match_types &
kMatchCanSupportWindowFeature
&&
/external/chromium/chrome/browser/ui/
browser_list.cc
109
const int
kMatchCanSupportWindowFeature
= 1 << 1;
116
// . If it contains
kMatchCanSupportWindowFeature
123
if (match_types &
kMatchCanSupportWindowFeature
&&
542
p, Browser::TYPE_ANY, feature,
kMatchCanSupportWindowFeature
);
547
kMatchCanSupportWindowFeature
);
Completed in 99 milliseconds