HomeSort by relevance Sort by last modified time
    Searched full:lsa_memory_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cloud_print/service/win/
local_security_policy.cc 25 ScopedLsaMemory() : lsa_memory_(NULL) {
33 if (lsa_memory_) {
34 LsaFreeMemory(lsa_memory_);
35 lsa_memory_ = NULL;
40 return lsa_memory_;
45 return &lsa_memory_;
49 T* lsa_memory_; member in class:__anon7315::ScopedLsaMemory

Completed in 1027 milliseconds