Searched refs:JsController (Results 1 – 8 of 8) sorted by relevance
24 interacts with the sync service via a JsController (js_controller.h)28 [js_event_handler.h]) to the JsController object, and any events29 raised by the JsBackend are propagated to the JsController and then to36 it calls ProcessJsMessage() on the JsController.41 - SyncJsController (implements JsController, JsEventHandler)
24 class SYNC_EXPORT JsController {46 virtual ~JsController() {} in ~JsController()
28 : public JsController, public JsEventHandler,
67 class MockJsController : public JsController,
18 class JsController; variable57 base::WeakPtr<syncer::JsController> js_controller_;
72 MOCK_METHOD0(GetJsController, base::WeakPtr<syncer::JsController>());
63 class JsController; variable481 virtual base::WeakPtr<syncer::JsController> GetJsController();
103 using syncer::JsController;2120 base::WeakPtr<syncer::JsController> ProfileSyncService::GetJsController() { in GetJsController()