Home
last modified time | relevance | path

Searched refs:FindBounds (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/
Dfile_highlighter.cc128 if (FindBounds(key, true) /* enforce at top level */ ) { in Parse()
132 FindBounds(specific, false /* don't enforce at top level */ ); in Parse()
146 bool ManifestHighlighter::FindBounds(const std::string& feature, in FindBounds() function in extensions::ManifestHighlighter
Dfile_highlighter.h87 bool FindBounds(const std::string& feature, bool enforce_at_top_level);