HomeSort by relevance Sort by last modified time
    Searched defs:ExtensionBookmarkEventRouter (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.h 26 class ExtensionBookmarkEventRouter : public BookmarkModelObserver {
28 static ExtensionBookmarkEventRouter* GetInstance();
29 virtual ~ExtensionBookmarkEventRouter();
60 ExtensionBookmarkEventRouter();
61 friend struct DefaultSingletonTraits<ExtensionBookmarkEventRouter>;
73 DISALLOW_COPY_AND_ASSIGN(ExtensionBookmarkEventRouter);
extension_bookmarks_module.cc 121 ExtensionBookmarkEventRouter* ExtensionBookmarkEventRouter::GetInstance() {
122 return Singleton<ExtensionBookmarkEventRouter>::get();
125 ExtensionBookmarkEventRouter::ExtensionBookmarkEventRouter() {
128 ExtensionBookmarkEventRouter::~ExtensionBookmarkEventRouter() {
131 void ExtensionBookmarkEventRouter::Observe(BookmarkModel* model) {
138 void ExtensionBookmarkEventRouter::DispatchEvent(Profile *profile,
147 void ExtensionBookmarkEventRouter::Loaded(BookmarkModel* model)
    [all...]

Completed in 31 milliseconds