HomeSort by relevance Sort by last modified time
    Searched full:crash_dll (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome_frame/crash_reporting/
crash_dll.h 10 static const wchar_t kCrashDllName[] = L"crash_dll.dll";
crash_reporting.gyp 38 'target_name': 'crash_dll',
41 'crash_dll.cc',
42 'crash_dll.h',
92 'crash_dll',
nt_loader_unittest.cc 21 #include "chrome_frame/crash_reporting/crash_dll.h"
258 HMODULE crash_dll = ::GetModuleHandle(kCrashDllName); local
259 ASSERT_TRUE(crash_dll != NULL);
261 nt_loader::LDR_DATA_TABLE_ENTRY* entry = GetLoaderEntry(crash_dll);
298 HMODULE crash_dll = ::GetModuleHandle(kCrashDllName); local
299 ASSERT_TRUE(crash_dll == NULL);
301 nt_loader::LDR_DATA_TABLE_ENTRY* entry = GetLoaderEntry(crash_dll);
crash_dll.cc 16 #include "crash_dll.h"
vectored_handler_unittest.cc 10 #include "chrome_frame/crash_reporting/crash_dll.h"

Completed in 525 milliseconds