Home | History | Annotate | Download | only in win

Lines Matching refs:instance

89     WebDownload* instance = new WebDownload();
90 instance->AddRef();
91 return instance;
96 WebDownload* instance = new WebDownload();
97 instance->AddRef();
98 instance->init(handle, request, response, delegate);
99 return instance;
104 WebDownload* instance = new WebDownload();
105 instance->AddRef();
106 instance->init(url, delegate);
107 return instance;