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

/external/chromium_org/chrome/browser/apps/
H A Dscoped_keep_alive.cc10 ScopedKeepAlive::ScopedKeepAlive() { function in class:ScopedKeepAlive
11 // Allow ScopedKeepAlive to be used in unit tests.
16 ScopedKeepAlive::~ScopedKeepAlive() {
H A Dscoped_keep_alive.h11 class ScopedKeepAlive { class
13 ScopedKeepAlive();
14 ~ScopedKeepAlive();
17 DISALLOW_COPY_AND_ASSIGN(ScopedKeepAlive);

Completed in 120 milliseconds