HomeSort by relevance Sort by last modified time
    Searched defs:original_function (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/base/
test_root_certs_win.cc 38 PFN_CERT_DLL_OPEN_STORE_PROV_FUNC original_function; member in struct:net::__anon5416::CryptoAPIInjector
41 // |original_function| remains loaded in memory.
48 : original_function(NULL),
53 // Preserve the original handler function in |original_function|. If other
57 reinterpret_cast<void**>(&original_function), &original_handle);
85 original_function = NULL;
106 !g_capi_injector.Get().original_function)
109 BOOL ok = g_capi_injector.Get().original_function(store_provider, encoding,
  /external/chromium_org/net/cert/
test_root_certs_win.cc 40 PFN_CERT_DLL_OPEN_STORE_PROV_FUNC original_function; member in struct:net::__anon10997::CryptoAPIInjector
43 // |original_function| remains loaded in memory.
50 : original_function(NULL),
55 // Preserve the original handler function in |original_function|. If other
59 reinterpret_cast<void**>(&original_function), &original_handle);
87 original_function = NULL;
107 !g_capi_injector.Get().original_function)
110 BOOL ok = g_capi_injector.Get().original_function(store_provider, encoding,
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
auto_testing_hook.h 112 T original_function() { function in class:sidestep::AutoTestingHookImpl
preamble_patcher_test.cc 65 (void*)(original_function))
95 IncrementingFunc original_function = NULL; member in namespace:__anon16282
98 SIDESTEP_ASSERT(original_function != NULL);
99 int incremented_once = original_function(i);
103 // For the AutoTestingHook test, we can't use original_function, because
134 original_function = NULL;
142 &original_function));
143 SIDESTEP_ASSERT((*original_function)(1) == 2);
147 original_function));
153 original_function = NULL
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
auto_testing_hook.h 112 T original_function() { function in class:sidestep::AutoTestingHookImpl
preamble_patcher_test.cc 65 (void*)(original_function))
95 IncrementingFunc original_function = NULL; member in namespace:__anon16331
98 SIDESTEP_ASSERT(original_function != NULL);
99 int incremented_once = original_function(i);
103 // For the AutoTestingHook test, we can't use original_function, because
134 original_function = NULL;
142 &original_function));
143 SIDESTEP_ASSERT((*original_function)(1) == 2);
147 original_function));
153 original_function = NULL
    [all...]

Completed in 630 milliseconds