Home | History | Annotate | Download | only in handler

Lines Matching refs:CONST

88   bool operator==(const struct AppMemory& other) const {
92 bool operator==(const void* other) const {
138 typedef bool (*MinidumpCallback)(const wchar_t* dump_path,
139 const wchar_t* minidump_id,
167 ExceptionHandler(const wstring& dump_path,
178 ExceptionHandler(const wstring& dump_path,
184 const wchar_t* pipe_name,
185 const CustomClientInfo* custom_info);
189 ExceptionHandler(const wstring& dump_path,
196 const CustomClientInfo* custom_info);
210 ExceptionHandler(const wstring& dump_path,
220 wstring dump_path() const { return dump_path_; }
221 void set_dump_path(const wstring &dump_path) {
240 static bool WriteMinidump(const wstring &dump_path,
250 const wstring& dump_path,
258 DWORD get_requesting_thread_id() const { return requesting_thread_id_; }
261 bool get_handle_debug_exceptions() const { return handle_debug_exceptions_; }
267 bool get_consume_invalid_handle_exceptions() const {
276 bool IsOutOfProcess() const { return crash_generation_client_.get() != NULL; }
287 void Initialize(const wstring& dump_path,
293 const wchar_t* pipe_name,
296 const CustomClientInfo* custom_info);
305 CONST PMINIDUMP_EXCEPTION_INFORMATION ExceptionParam,
306 CONST PMINIDUMP_USER_STREAM_INFORMATION UserStreamParam,
307 CONST PMINIDUMP_CALLBACK_INFORMATION CallbackParam);
325 static void HandleInvalidParameter(const wchar_t* expression,
326 const wchar_t* function,
327 const wchar_t* file,
362 const PMINIDUMP_CALLBACK_INPUT callback_input,
406 const wchar_t* dump_path_c_;
407 const wchar_t* next_minidump_id_c_;
408 const wchar_t* next_minidump_path_c_;
514 explicit ExceptionHandler(const ExceptionHandler &);
515 void operator=(const ExceptionHandler &);