OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CrxFile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/crx_file/
crx_file.cc
29
scoped_ptr<
CrxFile
>
CrxFile
::Parse(const
CrxFile
::Header& header,
30
CrxFile
::Error* error) {
32
return scoped_ptr<
CrxFile
>(new
CrxFile
(header));
33
return scoped_ptr<
CrxFile
>();
36
scoped_ptr<
CrxFile
>
CrxFile
::Create(const uint32 key_size,
38
CrxFile
::Error* error)
[
all
...]
crx_file.h
15
// some signature sizing information. Use
CrxFile
object to validate whether
17
class
CrxFile
{
47
static scoped_ptr<
CrxFile
> Parse(const Header& header, Error* error);
55
static scoped_ptr<
CrxFile
> Create(const uint32 key_size,
70
explicit
CrxFile
(const Header& header);
Completed in 483 milliseconds