Searched defs:SetResourceInstance (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome_frame/test/
H A Dready_mode_unittest.cc27 class SetResourceInstance { class in namespace:__anon7198
29 SetResourceInstance() : res_dll_(NULL), old_res_dll_(NULL) { function in class:__anon7198::SetResourceInstance
36 old_res_dll_ = ATL::_AtlBaseModule.SetResourceInstance(res_dll_);
41 ~SetResourceInstance() {
43 CHECK_EQ(res_dll_, ATL::_AtlBaseModule.SetResourceInstance(old_res_dll_));
50 }; // class SetResourceInstance
126 SetResourceInstance set_resource_instance_;

Completed in 23 milliseconds