HomeSort by relevance Sort by last modified time
    Searched defs:state_keys (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/policy/
server_backed_state_keys_broker.h 55 const std::vector<std::string>& state_keys() const { return state_keys_; } function in class:policy::ServerBackedStateKeysBroker
74 void StoreStateKeys(const std::vector<std::string>& state_keys);
device_cloud_policy_manager_chromeos_unittest.cc 83 std::vector<std::string> state_keys; local
84 state_keys.push_back("1");
85 state_keys.push_back("2");
86 state_keys.push_back("3");
87 fake_session_manager_client_.set_server_backed_state_keys(state_keys);
  /external/chromium_org/chromeos/dbus/
session_manager_client.cc 527 std::vector<std::string> state_keys; local
543 state_keys.clear();
546 state_keys.push_back(
553 callback.Run(state_keys);
711 std::vector<std::string> state_keys; variable
713 state_keys.push_back(crypto::SHA256HashString(base::IntToString(i)));
716 callback.Run(state_keys);

Completed in 102 milliseconds