Home
last modified time | relevance | path

Searched refs:did_handle_successfully_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dcrx_installer.h194 bool did_handle_successfully() const { return did_handle_successfully_; } in did_handle_successfully()
384 bool did_handle_successfully_; variable
Dcrx_installer.cc126 did_handle_successfully_(true), in CrxInstaller()
359 did_handle_successfully_ = false; in AllowInstall()