/external/chromium/chrome/browser/sync/glue/ |
H A D | session_model_associator_unittest.cc | 23 SessionWindow win; local 24 ASSERT_TRUE(SessionModelAssociator::SessionWindowHasNoTabsToSync(win)); 26 win.tabs.push_back(tab.release()); 27 ASSERT_TRUE(SessionModelAssociator::SessionWindowHasNoTabsToSync(win)); 31 win.tabs[0]->navigations.push_back(nav); 32 ASSERT_FALSE(SessionModelAssociator::SessionWindowHasNoTabsToSync(win)); 63 SessionWindow* win = new SessionWindow(); local 64 session->windows.push_back(win); 66 tag, window_s, 0, win, &tracker); 67 ASSERT_EQ(1U, win [all...] |
/external/chromium/chrome/browser/ui/window_snapshot/ |
H A D | window_snapshot_x.cc | 31 XID win = GDK_WINDOW_XID(gdk_window); local 33 if (XGetWindowAttributes(display, win, &attr) == 0) { 38 display, win, 0, 0, attr.width, attr.height, AllPlanes, ZPixmap);
|
H A D | window_snapshot_win.cc | 7 #include "base/win/scoped_gdi_object.h" 8 #include "base/win/scoped_hdc.h" 20 base::win::ScopedHDC mem_hdc(CreateCompatibleDC(window_hdc)); 31 base::win::ScopedBitmap bitmap(
|
/external/webkit/Source/WebKit/wx/ |
H A D | WebView.cpp | 114 wxWebViewLoadEvent::wxWebViewLoadEvent(wxWindow* win) argument 117 SetEventObject( win ); 118 if (win) 119 SetId(win->GetId()); 126 wxWebViewBeforeLoadEvent::wxWebViewBeforeLoadEvent(wxWindow* win) argument 130 SetEventObject(win); 131 if (win) 132 SetId(win->GetId()); 139 wxWebViewNewWindowEvent::wxWebViewNewWindowEvent(wxWindow* win) argument 142 SetEventObject(win); 151 wxWebViewRightClickEvent(wxWindow* win) argument 163 wxWebViewConsoleMessageEvent(wxWindow* win) argument 175 wxWebViewAlertEvent(wxWindow* win) argument 187 wxWebViewConfirmEvent(wxWindow* win) argument 199 wxWebViewPromptEvent(wxWindow* win) argument 211 wxWebViewReceivedTitleEvent(wxWindow* win) argument 223 wxWebViewWindowObjectClearedEvent(wxWindow* win) argument 235 wxWebViewContentsChangedEvent(wxWindow* win) argument 247 wxWebViewSelectionChangedEvent(wxWindow* win) argument [all...] |
/external/opencv/cv/src/ |
H A D | cvsnakes.cpp | 79 int coeffUsage, CvSize win, CvTermCriteria criteria, int scheme ) 82 int neighbors = win.height * win.width; 84 int centerx = win.width >> 1; 85 int centery = win.height >> 1; 137 if( (win.height <= 0) || (!(win.height & 1))) 139 if( (win.width <= 0) || (!(win.width & 1))) 204 int left = MIN( pt[i].x, win 71 icvSnake8uC1R( unsigned char *src, int srcStep, CvSize roi, CvPoint * pt, int n, float *alpha, float *beta, float *gamma, int coeffUsage, CvSize win, CvTermCriteria criteria, int scheme ) argument 409 cvSnakeImage( const IplImage* src, CvPoint* points, int length, float *alpha, float *beta, float *gamma, int coeffUsage, CvSize win, CvTermCriteria criteria, int calcGradient ) argument [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
H A D | factory_unittest.py | 45 import win namespace 105 self.assert_port("win", win.WinPort) 106 self.assert_platform_port("win32", None, win.WinPort) 107 self.assert_platform_port("win32", self.webkit_options, win.WinPort) 108 self.assert_platform_port("cygwin", None, win.WinPort) 109 self.assert_platform_port("cygwin", self.webkit_options, win.WinPort) 118 self.assert_port("google-chrome-win", 136 self.assert_port("chromium-gpu-win", chromium_gpu.ChromiumGpuWinPort) 149 self.assert_port("chromium-win", chromium_wi [all...] |
H A D | factory.py | 45 'chromium-gpu-win-xp', 'chromium-gpu-win-vista', 'chromium-gpu-win-win7', 48 'chromium-win-xp', 'chromium-win-vista', 'chromium-win-win7', 52 'qt-linux', 'qt-mac', 'qt-win', 'qt-wk2', 53 'win-xp', 'win', 'win 103 import win namespace [all...] |
/external/chromium/chrome/common/ |
H A D | win_safe_util.cc | 10 #include "app/win/shell.h" 15 #include "base/win/scoped_comptr.h" 27 base::win::ScopedComPtr<IAttachmentExecute> attachment_services; 36 return app::win::OpenItemViaShell(full_path); 84 return app::win::OpenItemViaShellNoZoneCheck(full_path);
|
/external/chromium/base/win/ |
H A D | object_watcher.h | 15 namespace win { namespace in namespace:base 92 } // namespace win
|
H A D | scoped_hdc.h | 14 namespace win { namespace in namespace:base 52 } // namespace win
|
H A D | scoped_hglobal.h | 14 namespace win { namespace in namespace:base 50 } // namespace win
|
H A D | wrapped_window_proc.h | 19 namespace win { namespace in namespace:base 66 } // namespace win
|
H A D | event_trace_consumer_unittest.cc | 6 #include "base/win/event_trace_consumer.h" 14 #include "base/win/event_trace_controller.h" 15 #include "base/win/event_trace_provider.h" 16 #include "base/win/scoped_handle.h" 23 using base::win::EtwMofEvent; 24 using base::win::EtwTraceController; 25 using base::win::EtwTraceConsumerBase; 26 using base::win::EtwTraceProperties; 27 using base::win::EtwTraceProvider; 68 static base::win [all...] |
/external/chromium/chrome/browser/accessibility/ |
H A D | browser_accessibility_manager_win.h | 11 #include "base/win/scoped_comptr.h" 40 base::win::ScopedComPtr<IAccessible> window_iaccessible_;
|
/external/chromium/net/udp/ |
H A D | udp_socket_win.h | 14 #include "base/win/object_watcher.h" 99 class ReadDelegate : public base::win::ObjectWatcher::Delegate { 111 class WriteDelegate : public base::win::ObjectWatcher::Delegate { 151 // The socket's win wrappers 156 base::win::ObjectWatcher read_watcher_; 157 base::win::ObjectWatcher write_watcher_;
|
/external/webrtc/src/common_audio/signal_processing/ |
H A D | ilbc_specific_functions.c | 44 G_CONST WebRtc_Word16 *win, 51 G_CONST WebRtc_Word16 *winptr = win; 60 G_CONST WebRtc_Word16 *win, WebRtc_Word16 vector_length, 66 G_CONST WebRtc_Word16 *winptr = win; 43 WebRtcSpl_ReverseOrderMultArrayElements(WebRtc_Word16 *out, G_CONST WebRtc_Word16 *in, G_CONST WebRtc_Word16 *win, WebRtc_Word16 vector_length, WebRtc_Word16 right_shifts) argument 59 WebRtcSpl_ElementwiseVectorMult(WebRtc_Word16 *out, G_CONST WebRtc_Word16 *in, G_CONST WebRtc_Word16 *win, WebRtc_Word16 vector_length, WebRtc_Word16 right_shifts) argument
|
/external/chromium/chrome/browser/ |
H A D | browser_main_win.cc | 21 #include "base/win/windows_version.h" 22 #include "base/win/wrapped_window_proc.h" 57 base::win::WinProcExceptionFilter exception_filter = 58 reinterpret_cast<base::win::WinProcExceptionFilter>( 62 exception_filter = base::win::SetWinProcExceptionFilter(exception_filter); 111 if (base::win::GetVersion() < base::win::VERSION_XP) { 221 DCHECK(base::win::GetVersion() >= base::win::VERSION_VISTA); 255 base::win [all...] |
H A D | platform_util_win.cc | 12 #include "app/win/scoped_co_mem.h" 13 #include "app/win/shell.h" 20 #include "base/win/registry.h" 21 #include "base/win/scoped_comptr.h" 68 base::win::ScopedComPtr<IShellFolder> desktop; 73 app::win::ScopedCoMem<ITEMIDLIST> dir_item; 80 app::win::ScopedCoMem<ITEMIDLIST> file_item; 117 app::win::OpenItemViaShell(full_path); 128 // According to Mozilla in uriloader/exthandler/win/nsOSHelperAppService.cpp: 138 base::win [all...] |
H A D | shell_integration_win.cc | 19 #include "base/win/registry.h" 20 #include "base/win/scoped_comptr.h" 21 #include "base/win/windows_version.h" 157 base::win::ScopedComPtr<IShellLink> shell_link; 165 base::win::ScopedComPtr<IPersistFile> persist_file; 251 base::win::ScopedComPtr<IPropertyStore> property_store; 309 if (base::win::GetVersion() >= base::win::VERSION_VISTA) { 349 base::win::RegKey key(root_key, key_path.c_str(), KEY_READ); 378 if (base::win [all...] |
/external/chromium/base/ |
H A D | path_service_unittest.cc | 11 #include "base/win/windows_version.h" 59 base::win::GetVersion() < base::win::VERSION_VISTA) {
|
H A D | file_util_win.cc | 18 #include "base/win/pe_image.h" 19 #include "base/win/scoped_handle.h" 25 #include "base/win/scoped_comptr.h" 26 #include "base/win/win_util.h" 27 #include "base/win/windows_version.h" 294 if (base::win::GetVersion() >= base::win::VERSION_VISTA) 366 base::win::ScopedHandle file_handle( 376 base::win::ScopedComPtr<IShellLink> i_shell_link; 383 base::win [all...] |
/external/chromium/base/synchronization/ |
H A D | waitable_event_watcher.h | 12 #include "base/win/object_watcher.h" 127 class ObjectWatcherHelper : public win::ObjectWatcher::Delegate { 143 win::ObjectWatcher watcher_;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
H A D | feedPublish.eclipse.properties | 66 0,win32,win,x86,UNKNOWN,\ 76 winxp-3GHz-2GB,win32,win,x86,UNKNOWN,\ 78 winxp-2GHz-512MB,win32,win,x86,UNKNOWN 83 # eg., win32,win,SDK,eclipse-SDK-%%buildAlias%%-win32.zip,linux,gtk,SDK,eclipse-SDK-%%buildAlias%%-linux-gtk.tar.gz 85 win32,win,x86,SDK,eclipse-SDK-%%buildAlias%%-win32.zip,\
|
/external/chromium/chrome/browser/importer/ |
H A D | ie_importer.cc | 18 #include "app/win/scoped_co_mem.h" 19 #include "app/win/scoped_com_initializer.h" 26 #include "base/win/registry.h" 27 #include "base/win/scoped_comptr.h" 28 #include "base/win/scoped_handle.h" 29 #include "base/win/windows_version.h" 55 base::win::ScopedHandle file_handle( 92 app::win::ScopedCOMInitializer com_initializer; 154 base::win::ScopedComPtr<IUrlHistoryStg2> url_history_stg2; 160 base::win [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
H A D | SDL_macevents.c | 256 WindowRef win; local 259 area = FindWindow(event.where, &win); 263 if ( win && (win != FrontWindow()) ) { 264 SelectWindow(win); 273 DragWindow(win, event.where, NULL); 275 DragWindow(win, event.where, &theQD->screenBits.bounds); 279 if ( TrackGoAway(win, event.where) ) { 305 newSize = GrowWindow(win, event.where, NULL); 307 newSize = GrowWindow(win, even [all...] |