OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IncognitoHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/manifest_handlers/
incognito_info.h
27
class
IncognitoHandler
: public ManifestHandler {
29
IncognitoHandler
();
30
virtual ~
IncognitoHandler
();
38
DISALLOW_COPY_AND_ASSIGN(
IncognitoHandler
);
incognito_info.cc
31
IncognitoHandler
::
IncognitoHandler
() {
34
IncognitoHandler
::~
IncognitoHandler
() {
37
bool
IncognitoHandler
::Parse(Extension* extension, base::string16* error) {
68
bool
IncognitoHandler
::AlwaysParseForType(Manifest::Type type) const {
72
const std::vector<std::string>
IncognitoHandler
::Keys() const {
Completed in 955 milliseconds