Searched refs:ServerBackedStateKeysBroker (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dserver_backed_state_keys_broker.cc26 ServerBackedStateKeysBroker::ServerBackedStateKeysBroker( function in class:policy::ServerBackedStateKeysBroker
37 ServerBackedStateKeysBroker::~ServerBackedStateKeysBroker() {
40 ServerBackedStateKeysBroker::Subscription
41 ServerBackedStateKeysBroker::RegisterUpdateCallback(
48 void ServerBackedStateKeysBroker::RequestStateKeys(
61 void ServerBackedStateKeysBroker::FetchStateKeys() {
65 base::Bind(&ServerBackedStateKeysBroker::StoreStateKeys,
70 void ServerBackedStateKeysBroker
[all...]
H A Dserver_backed_state_keys_broker.h30 class ServerBackedStateKeysBroker { class in namespace:policy
36 ServerBackedStateKeysBroker(
39 ~ServerBackedStateKeysBroker();
99 base::WeakPtrFactory<ServerBackedStateKeysBroker> weak_factory_;
101 DISALLOW_COPY_AND_ASSIGN(ServerBackedStateKeysBroker);
H A Ddevice_cloud_policy_manager_chromeos.h43 ServerBackedStateKeysBroker* state_keys_broker);
93 ServerBackedStateKeysBroker* state_keys_broker_;
95 ServerBackedStateKeysBroker::Subscription state_keys_update_subscription_;
H A Dbrowser_policy_connector_chromeos.h36 class ServerBackedStateKeysBroker;
92 ServerBackedStateKeysBroker* GetStateKeysBroker() {
137 scoped_ptr<ServerBackedStateKeysBroker> state_keys_broker_;
H A Ddevice_cloud_policy_initializer.h57 ServerBackedStateKeysBroker* state_keys_broker,
121 ServerBackedStateKeysBroker* state_keys_broker_;
131 ServerBackedStateKeysBroker::Subscription state_keys_update_subscription_;
H A Dserver_backed_state_keys_broker_unittest.cc55 ServerBackedStateKeysBroker broker_;
72 ServerBackedStateKeysBroker::Subscription subscription =
85 ServerBackedStateKeysBroker::Subscription subscription =
99 ServerBackedStateKeysBroker::Subscription subscription2 =
107 ServerBackedStateKeysBroker::Subscription subscription =
H A Denrollment_handler_chromeos.h34 class ServerBackedStateKeysBroker;
65 ServerBackedStateKeysBroker* state_keys_broker,
161 ServerBackedStateKeysBroker* state_keys_broker_;
H A Dbrowser_policy_connector_chromeos.cc105 state_keys_broker_.reset(new ServerBackedStateKeysBroker(
H A Ddevice_cloud_policy_initializer.cc57 ServerBackedStateKeysBroker* state_keys_broker,
H A Ddevice_cloud_policy_manager_chromeos.cc100 ServerBackedStateKeysBroker* state_keys_broker)
H A Denrollment_handler_chromeos.cc45 ServerBackedStateKeysBroker* state_keys_broker,
H A Ddevice_cloud_policy_manager_chromeos_unittest.cc197 ServerBackedStateKeysBroker state_keys_broker_;
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_controller.h19 class ServerBackedStateKeysBroker;

Completed in 177 milliseconds