Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_helper.cc322 void AddOpContext(OpContext* context);
348 AddOpContext(new WhitelistOpContext( in StartCheckWhitelistOp()
359 AddOpContext(new WhitelistOpContext( in StartWhitelistOp()
370 AddOpContext(new StorePropertyOpContext( in StartStorePropertyOp()
380 AddOpContext(new RetrievePropertyOpContext( in StartRetrieveProperty()
389 AddOpContext(new StorePolicyOpContext(policy, callback, this)); in StartStorePolicyOp()
394 AddOpContext(new RetrievePolicyOpContext(callback, this)); in StartRetrievePolicyOp()
408 void SignedSettingsHelperImpl::AddOpContext(OpContext* context) { in AddOpContext() function in chromeos::SignedSettingsHelperImpl