Searched defs:UpdateLibraryImpl (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dupdate_library.cc16 class UpdateLibraryImpl : public UpdateLibrary { class in namespace:chromeos
18 UpdateLibraryImpl() function in class:chromeos::UpdateLibraryImpl
25 ~UpdateLibraryImpl() {
73 UpdateLibraryImpl* updater = static_cast<UpdateLibraryImpl*>(object);
86 NewRunnableMethod(this, &UpdateLibraryImpl::UpdateStatus, status));
112 DISALLOW_COPY_AND_ASSIGN(UpdateLibraryImpl);
148 return new UpdateLibraryImpl();
155 DISABLE_RUNNABLE_METHOD_REFCOUNT(chromeos::UpdateLibraryImpl);

Completed in 15 milliseconds