Home | History | Annotate | Download | only in renderer

Lines Matching refs:win

10 #include "base/win/iat_patch_function.h"
11 #include "base/win/windows_version.h"
12 #include "third_party/WebKit/public/web/win/WebFontRendering.h"
23 base::win::IATPatchFunction g_iat_patch_open_sc_manager;
24 base::win::IATPatchFunction g_iat_patch_close_service_handle;
25 base::win::IATPatchFunction g_iat_patch_open_service;
26 base::win::IATPatchFunction g_iat_patch_start_service;
27 base::win::IATPatchFunction g_iat_patch_nt_connect_port;
102 (base::win::GetVersion() >= base::win::VERSION_WIN8 ?
103 "api-ms-win-service-management-l1-1-0.dll" : "advapi32.dll");