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

  /external/chromium_org/chrome/common/extensions/
incognito_handler.h 27 class IncognitoHandler : public ManifestHandler {
29 IncognitoHandler();
30 virtual ~IncognitoHandler();
38 DISALLOW_COPY_AND_ASSIGN(IncognitoHandler);
incognito_handler.cc 31 IncognitoHandler::IncognitoHandler() {
34 IncognitoHandler::~IncognitoHandler() {
37 bool IncognitoHandler::Parse(Extension* extension, string16* error) {
65 bool IncognitoHandler::AlwaysParseForType(Manifest::Type type) const {
69 const std::vector<std::string> IncognitoHandler::Keys() const {

Completed in 57 milliseconds