OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IATPatchFunction
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/base/win/
iat_patch_function.h
23
class BASE_EXPORT
IATPatchFunction
{
25
IATPatchFunction
();
26
~
IATPatchFunction
();
66
DISALLOW_COPY_AND_ASSIGN(
IATPatchFunction
);
iat_patch_function.cc
208
IATPatchFunction
::
IATPatchFunction
()
215
IATPatchFunction
::~
IATPatchFunction
() {
222
DWORD
IATPatchFunction
::Patch(const wchar_t* module,
255
DWORD
IATPatchFunction
::Unpatch() {
262
// If
IATPatchFunction
::Unpatch fails during RestoreImportedFunction
265
// trying to unpatch again in the destructor of
IATPatchFunction
is
/external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc
119
static base::win::
IATPatchFunction
g_iat_patch_createdca;
133
static base::win::
IATPatchFunction
g_iat_patch_get_font_data;
/external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc
76
base::LazyInstance<base::win::
IATPatchFunction
> g_iat_patch_track_popup_menu =
80
base::LazyInstance<base::win::
IATPatchFunction
> g_iat_patch_set_cursor =
84
base::LazyInstance<base::win::
IATPatchFunction
> g_iat_patch_reg_enum_key_ex_w =
88
base::LazyInstance<base::win::
IATPatchFunction
> g_iat_patch_get_proc_address =
92
base::LazyInstance<base::win::
IATPatchFunction
> g_iat_patch_window_from_point =
[
all
...]
/external/chromium_org/chrome/utility/
chrome_content_utility_client.cc
190
static base::win::
IATPatchFunction
g_iat_patch_createdca;
204
static base::win::
IATPatchFunction
g_iat_patch_get_font_data;
/external/chromium_org/content/common/
sandbox_win.cc
404
base::win::
IATPatchFunction
g_iat_patch_duplicate_handle;
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc
357
app::win::
IATPatchFunction
begin_paint_;
358
app::win::
IATPatchFunction
end_paint_;
[
all
...]
Completed in 84 milliseconds