Searched refs:win (Results 1 - 25 of 923) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D087-if-comments.c4 win
H A D022-define-func-arg-with-parens.c2 foo(argument(including parens)for the win)
/external/mesa3d/src/glsl/glcpp/tests/
H A D087-if-comments.c4 win
H A D022-define-func-arg-with-parens.c2 foo(argument(including parens)for the win)
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Dsurface.cc9 Surface::Surface(EGLNativeWindowType win) : window_(win) { argument
/external/clang/test/Preprocessor/
H A Dmacro_arg_slocentry_merge.h5 #define WINDOW win
7 extern void f P_((WINDOW win));
/external/chromium_org/ui/base/win/
H A Ddpi_setup.cc5 #include "ui/base/win/dpi_setup.h"
10 #include "ui/gfx/win/dpi.h"
13 namespace win { namespace in namespace:ui
19 } // namespace win
H A Ddpi_setup.h11 namespace win { namespace in namespace:ui
19 } // namespace win
H A Daccessibility_ids_win.h8 namespace win { namespace in namespace:base
27 } // win
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
H A Dbackground.js23 function(win) {
24 win.contentWindow.addEventListener('load', function(event) {
27 windowParam = win;
28 win.contentWindow.loadAuthUrlAndShowWindow(url, windowParam);
/external/chromium_org/rlz/win/lib/
H A Dregistry_util.h9 namespace win { namespace in namespace:base
11 } // namespace win
16 bool RegKeyReadValue(base::win::RegKey& key,
21 bool RegKeyWriteValue(base::win::RegKey& key,
/external/chromium_org/ash/test/
H A Dtest_suite.cc19 #include "base/win/windows_version.h"
20 #include "ui/base/win/atl_module.h"
36 base::win::Version version = base::win::GetVersion();
39 if (version >= base::win::VERSION_VISTA &&
42 com_initializer_.reset(new base::win::ScopedCOMInitializer());
43 ui::win::CreateATLModuleIfNeeded();
44 if (version >= base::win::VERSION_WIN8)
/external/chromium_org/chrome/common/extensions/docs/examples/api/windows/merge_windows/
H A Dbackground.js12 function getWindows(win) {
13 targetWindow = win;
28 var win = windows[i];
30 if (targetWindow.id != win.id) {
31 var numTabs = win.tabs.length;
34 var tab = win.tabs[j];
/external/chromium_org/content/common/
H A Dcontent_switches_internal.cc11 #include "base/win/windows_version.h"
25 return base::win::GetVersion() >= base::win::VERSION_WIN8;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes_c.h39 extern void X11_WaitMapped(_THIS, Window win);
40 extern void X11_WaitUnmapped(_THIS, Window win);
/external/sonivox/jet_tools/JetCreator/
H A DJetStatusEvent.py27 def EVT_JET_STATUS(win, func):
28 win.Connect(-1, -1, EVT_JET_STATUS_ID, func)
/external/chromium_org/base/
H A Dsys_info_win.cc14 #include "base/win/windows_version.h"
38 return win::OSInfo::GetInstance()->processors();
77 win::OSInfo* os_info = win::OSInfo::GetInstance();
78 win::OSInfo::VersionNumber version_number = os_info->version_number();
81 win::OSInfo::ServicePack service_pack = os_info->service_pack();
96 win::OSInfo::WindowsArchitecture arch =
97 win::OSInfo::GetInstance()->architecture();
99 case win::OSInfo::X86_ARCHITECTURE:
101 case win
[all...]
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dmodule_integrity_verifier_win.h14 namespace win { namespace in namespace:base
17 } // namespace win
32 bool GetCodeAddrsAndSize(const base::win::PEImage& mem_peimage,
33 const base::win::PEImageAsData& disk_peimage,
/external/chromium_org/chrome/installer/util/
H A Dlegacy_firewall_manager_win.h13 #include "base/win/scoped_comptr.h"
26 // Initializes object to manage application win name |app_name| and path
46 base::win::ScopedComPtr<INetFwAuthorizedApplications>
51 base::win::ScopedComPtr<INetFwAuthorizedApplication>
56 base::win::ScopedComPtr<INetFwProfile> current_profile_;
H A Dlegacy_firewall_manager_win.cc9 #include "base/win/scoped_bstr.h"
19 base::win::ScopedComPtr<INetFwMgr> firewall_manager;
26 base::win::ScopedComPtr<INetFwPolicy> firewall_policy;
54 base::win::ScopedComPtr<INetFwAuthorizedApplications> authorized_apps(
59 base::win::ScopedComPtr<INetFwAuthorizedApplication> chrome_application;
61 base::win::ScopedBstr(app_path_.value().c_str()),
76 base::win::ScopedComPtr<INetFwAuthorizedApplications> authorized_apps(
82 base::win::ScopedComPtr<INetFwAuthorizedApplication> authorization =
92 base::win::ScopedComPtr<INetFwAuthorizedApplications> authorized_apps(
96 authorized_apps->Remove(base::win
[all...]
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_win.h21 #include "base/win/scoped_comptr.h"
24 #include "media/video/capture/win/capability_list_win.h"
25 #include "media/video/capture/win/sink_filter_win.h"
26 #include "media/video/capture/win/sink_input_pin_win.h"
59 static base::win::ScopedComPtr<IPin> GetPin(IBaseFilter* filter,
98 base::win::ScopedComPtr<IBaseFilter> capture_filter_;
99 base::win::ScopedComPtr<IGraphBuilder> graph_builder_;
100 base::win::ScopedComPtr<IMediaControl> media_control_;
101 base::win::ScopedComPtr<IPin> input_sink_pin_;
102 base::win
[all...]
/external/chromium_org/remoting/host/win/
H A Dlaunch_process_with_token.h16 #include "base/win/scoped_handle.h"
27 bool CreateSessionToken(uint32 session_id, base::win::ScopedHandle* token_out);
42 base::win::ScopedHandle* process_out,
43 base::win::ScopedHandle* thread_out);
/external/chromium_org/base/test/
H A Dtest_shortcut_win.h9 #include "base/win/shortcut.h"
14 namespace win { namespace in namespace:base
27 } // namespace win
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_win.cc8 #include "base/win/windows_version.h"
36 base::win::Version win_version = base::win::GetVersion();
37 if (win_version == base::win::VERSION_PRE_XP)
46 if (win_version < base::win::VERSION_VISTA)
/external/chromium_org/cloud_print/virtual_driver/win/
H A Dvirtual_driver_helpers.cc5 #include "cloud_print/virtual_driver/win/virtual_driver_helpers.h"
13 #include "base/win/windows_version.h"
14 #include "cloud_print/common/win/cloud_print_utils.h"
54 base::win::OSInfo::WindowsArchitecture arch =
55 base::win::OSInfo::GetInstance()->architecture();
56 return (arch == base::win::OSInfo::X64_ARCHITECTURE) ||
57 (arch == base::win::OSInfo::IA64_ARCHITECTURE);

Completed in 2011 milliseconds

1234567891011>>