HomeSort by relevance Sort by last modified time
    Searched refs:UNREGISTER (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/
test_utils.h 62 // register or unregister DLLs.
68 UNREGISTER,
test_utils.cc 30 // How long to wait for DLLs to register or unregister themselves before killing
87 registration_operation == UNREGISTER);
96 if (registration_operation == UNREGISTER)
111 << "Failed to register or unregister DLL with command: "
117 LOG(ERROR) << "Timeout waiting to register or unregister DLL with "
147 DoRegistration(path, registration_type, UNREGISTER);

Completed in 184 milliseconds