Exemplo n.º 1
0
WebSQLiteDatabaseTracker::WebSQLiteDatabaseTracker(WebProcess* process)
    : m_process(process)
    , m_hysteresis([this](HysteresisState state) { hysteresisUpdated(state); })
{
}
Exemplo n.º 2
0
UserActivity::UserActivity(const char* description)
    : HysteresisActivity([this](HysteresisState state) { hysteresisUpdated(state); })
    , m_impl(description)
{
}