Home | History | Annotate | Download | only in browser

Lines Matching defs:ProcessSingleton

44 ProcessSingleton::ProcessSingleton(const FilePath& user_data_dir)
79 ProcessSingleton::~ProcessSingleton() {
86 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
163 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() {
173 bool ProcessSingleton::Create() {
183 base::win::WrappedWindowProc<ProcessSingleton::WndProcStatic>;
202 void ProcessSingleton::Cleanup() {
205 LRESULT ProcessSingleton::OnCopyData(HWND hwnd, const COPYDATASTRUCT* cds) {
303 LRESULT CALLBACK ProcessSingleton::WndProc(HWND hwnd, UINT message,