OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindBounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/browser/
file_highlighter.h
87
bool
FindBounds
(const std::string& feature, bool enforce_at_top_level);
file_highlighter.cc
128
if (
FindBounds
(key, true) /* enforce at top level */ ) {
132
FindBounds
(specific, false /* don't enforce at top level */ );
146
bool ManifestHighlighter::
FindBounds
(const std::string& feature,
Completed in 314 milliseconds