HomeSort by relevance Sort by last modified time
    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 56 milliseconds