Searched refs:JsFrontend (Results 1 – 10 of 10) sorted by relevance
27 browser_sync::JsFrontend* backend = GetJsFrontend(); in SyncInternalsUI()39 browser_sync::JsFrontend* backend = GetJsFrontend(); in ~SyncInternalsUI()62 browser_sync::JsFrontend* backend = GetJsFrontend(); in ProcessWebUIMessage()79 browser_sync::JsFrontend* SyncInternalsUI::GetJsFrontend() { in GetJsFrontend()
16 class JsFrontend; variable48 browser_sync::JsFrontend* GetJsFrontend();
23 interacts with the sync service via a JsFrontend (js_frontend.h)24 object, which has a ProcessMessage() method. The JsFrontend can30 Essentially, there is a tree with a JsFrontend as the root and33 handled by the JsBackends and the JsFrontend are disjoint, which means
20 class JsFrontend {38 virtual ~JsFrontend() {} in ~JsFrontend()
166 JsFrontend* js_backend = service_->GetJsFrontend(); in TEST_F()197 JsFrontend* js_backend = service_->GetJsFrontend(); in TEST_F()246 JsFrontend* js_backend = service_->GetJsFrontend(); in TEST_F()310 JsFrontend* js_backend = service_->GetJsFrontend(); in TEST_F()
25 class JsEventHandlerList : public JsFrontend, public JsEventRouter {
50 class MockJsFrontend : public JsFrontend {
47 MOCK_METHOD0(GetJsFrontend, browser_sync::JsFrontend*());
47 class JsFrontend; variable318 virtual browser_sync::JsFrontend* GetJsFrontend();
1273 browser_sync::JsFrontend* ProfileSyncService::GetJsFrontend() { in GetJsFrontend()