OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResourceUpdater
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/test/
resource_updater.cc
15
ResourceUpdater
::
ResourceUpdater
() : handle_(NULL) {
18
ResourceUpdater
::~
ResourceUpdater
() {
26
bool
ResourceUpdater
::Initialize(const base::FilePath& pe_image_path) {
37
bool
ResourceUpdater
::Update(const std::wstring& name,
57
bool
ResourceUpdater
::Commit() {
resource_updater.h
24
class
ResourceUpdater
{
26
ResourceUpdater
();
27
~
ResourceUpdater
();
42
DISALLOW_COPY_AND_ASSIGN(
ResourceUpdater
);
43
}; // class
ResourceUpdater
Completed in 25 milliseconds