OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalSessionEventHandler
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/sync/sessions2/
notification_service_sessions_router.h
39
virtual void StartRoutingTo(
LocalSessionEventHandler
* handler) OVERRIDE;
50
LocalSessionEventHandler
* handler_;
sessions_sync_manager.h
53
class
LocalSessionEventHandler
{
70
// events to a handler as defined in the
LocalSessionEventHandler
contract.
74
virtual void StartRoutingTo(
LocalSessionEventHandler
* handler) = 0;
82
public
LocalSessionEventHandler
{
129
//
LocalSessionEventHandler
implementation.
notification_service_sessions_router.cc
146
LocalSessionEventHandler
* handler) {
sessions_sync_manager_unittest.cc
112
virtual void StartRoutingTo(
LocalSessionEventHandler
* handler) OVERRIDE {}
[
all
...]
Completed in 387 milliseconds