HomeSort by relevance Sort by last modified time
    Searched refs:GetMaskForExtension (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/error_console/
error_console.h 152 int GetMaskForExtension(const std::string& extension_id) const;
error_console.cc 120 return GetMaskForExtension(extension_id) != 0;
137 int mask = GetMaskForExtension(error->extension_id());
267 int ErrorConsole::GetMaskForExtension(const std::string& extension_id) const {

Completed in 146 milliseconds