Searched refs:SetRenderContext (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_private_api.cc98 scoped_ptr<api::synced_notifications_private::SetRenderContext::Params>
100 api::synced_notifications_private::SetRenderContext::Params::Create(
113 if (!notifier_service->GetSyncedNotificationsShim()->SetRenderContext(
H A Dsynced_notifications_shim.h49 bool SetRenderContext(
H A Dsynced_notifications_shim_unittest.cc318 // Verify that SetRenderContext updates the datatype context properly.
319 TEST_F(SyncedNotificationsShimTest, SetRenderContext) {
321 EXPECT_FALSE(shim()->SetRenderContext(
326 EXPECT_TRUE(shim()->SetRenderContext(
H A Dsynced_notifications_shim.cc229 bool SyncedNotificationsShim::SetRenderContext( function in class:SyncedNotificationsShim

Completed in 143 milliseconds