Home
last modified time | relevance | path

Searched refs:ExtensionBookmarkEventRouter (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_bookmarks_module.h26 class ExtensionBookmarkEventRouter : public BookmarkModelObserver {
28 static ExtensionBookmarkEventRouter* GetInstance();
29 virtual ~ExtensionBookmarkEventRouter();
60 ExtensionBookmarkEventRouter();
61 friend struct DefaultSingletonTraits<ExtensionBookmarkEventRouter>;
73 DISALLOW_COPY_AND_ASSIGN(ExtensionBookmarkEventRouter);
Dextension_bookmarks_module.cc121 ExtensionBookmarkEventRouter* ExtensionBookmarkEventRouter::GetInstance() { in GetInstance()
122 return Singleton<ExtensionBookmarkEventRouter>::get(); in GetInstance()
125 ExtensionBookmarkEventRouter::ExtensionBookmarkEventRouter() { in ExtensionBookmarkEventRouter() function in ExtensionBookmarkEventRouter
128 ExtensionBookmarkEventRouter::~ExtensionBookmarkEventRouter() { in ~ExtensionBookmarkEventRouter()
131 void ExtensionBookmarkEventRouter::Observe(BookmarkModel* model) { in Observe()
138 void ExtensionBookmarkEventRouter::DispatchEvent(Profile *profile, in DispatchEvent()
147 void ExtensionBookmarkEventRouter::Loaded(BookmarkModel* model) { in Loaded()
152 void ExtensionBookmarkEventRouter::BookmarkNodeMoved( in BookmarkNodeMoved()
175 void ExtensionBookmarkEventRouter::BookmarkNodeAdded(BookmarkModel* model, in BookmarkNodeAdded()
190 void ExtensionBookmarkEventRouter::BookmarkNodeRemoved( in BookmarkNodeRemoved()
[all …]
Dextension_service.cc516 ExtensionBookmarkEventRouter::GetInstance()->Observe( in InitEventRouters()