Searched refs:win (Results 101 - 125 of 218) sorted by relevance

123456789

/external/chromium/base/files/
H A Dfile_path_watcher_win.cc13 #include "base/win/object_watcher.h"
21 public base::win::ObjectWatcher::Delegate,
67 base::win::ObjectWatcher watcher_;
/external/chromium/chrome/browser/ui/webui/
H A Dchrome_url_data_manager.cc23 #include "base/win/windows_version.h"
161 if (base::win::GetVersion() < base::win::VERSION_VISTA)
/external/libvpx/libvpx/vpx_ports/
H A Demms.asm25 mov [rsp], rcx ; win x64 specific
/external/skia/src/pdf/
H A DSkPDFTypes.cpp234 const uint16_t* win = (const uint16_t*) input; local
242 result.appendHex(win[i], 4);
252 SkASSERT(!wideInput || !(win[i] & ~0xFF));
253 char val = wideInput ? win[i] : cin[i];
264 SkASSERT(!wideInput || !(win[i] & ~0xFF));
265 char val = wideInput ? win[i] : cin[i];
275 SkASSERT(!wideInput || !(win[i] & ~0xFF));
276 unsigned char val = wideInput ? win[i] : cin[i];
/external/chromium/base/win/
H A Devent_trace_controller.h33 namespace win { namespace in namespace:base
149 } // namespace win
H A Dobject_watcher.cc5 #include "base/win/object_watcher.h"
10 namespace win { namespace in namespace:base
139 } // namespace win
H A Dscoped_bstr_unittest.cc5 #include "base/win/scoped_bstr.h"
9 namespace win { namespace in namespace:base
76 } // namespace win
H A Dscoped_variant.h16 namespace win { namespace in namespace:base
164 } // namespace win
H A Dpe_image_unittest.cc8 #include "base/win/pe_image.h"
9 #include "base/win/windows_version.h"
12 namespace win { namespace in namespace:base
153 if (base::win::GetVersion() == base::win::VERSION_SERVER_2003)
218 } // namespace win
/external/chromium/chrome/browser/extensions/
H A Dextension_rlz_apitest.cc7 #include "base/win/registry.h"
14 #include "rlz/win/lib/rlz_lib.h"
53 base::win::RegKey key(HKEY_CURRENT_USER,
H A Dextension_tts_api_win.cc15 #include "base/win/scoped_comptr.h"
40 base::win::ScopedComPtr<ISpVoice> speech_synthesizer_;
/external/chromium/chrome/browser/first_run/
H A Dfirst_run_win.cc20 #include "base/win/object_watcher.h"
21 #include "base/win/windows_version.h"
177 class ImportProcessRunner : public base::win::ObjectWatcher::Delegate {
205 base::win::ObjectWatcher watcher_;
296 if (base::win::GetVersion() < base::win::VERSION_WIN7)
/external/chromium/chrome/browser/rlz/
H A Drlz_unittest.cc8 #include "base/win/registry.h"
11 using base::win::RegKey;
/external/chromium/chrome/common/
H A Dchrome_paths_win.cc13 #include "app/win/scoped_co_mem.h"
74 app::win::ScopedCoMem<wchar_t> path_buf;
/external/chromium/chrome/browser/autofill/
H A Dautofill_ie_toolbar_import_win.cc15 #include "base/win/registry.h"
24 using base::win::RegKey;
208 base::win::RegistryKeyIterator iterator_profiles(HKEY_CURRENT_USER,
240 base::win::RegistryKeyIterator iterator_cc(HKEY_CURRENT_USER,
/external/chromium/chrome/browser/importer/
H A Dimporter_unittest.cc19 #include "app/win/scoped_com_initializer.h"
40 #include "base/win/scoped_comptr.h"
41 #include "base/win/windows_version.h"
202 if (base::win::GetVersion() >= base::win::VERSION_VISTA)
269 base::win::ScopedComPtr<IUniformResourceLocator> locator;
274 base::win::ScopedComPtr<IPersistFile> persist_file;
288 base::win::ScopedComPtr<IEnumPStoreItems, NULL> item;
329 app::win::ScopedCOMInitializer com_init;
356 base::win
[all...]
/external/aac/libAACdec/src/
H A Dconceal.cpp571 int pnsBand, band, group, win; local
578 for (win = 0; win < windowsPerFrame; win++) {
579 pSpecScale[win] = 31;
855 int win, numWindows = 1; local
882 for (win = 0; win < numWindows; win++) {
884 FIXP_DBL *pOut = pSpectralCoefficient + (win * windowLe
[all...]
/external/chromium/chrome/browser/
H A Daeropeek_manager.cc10 #include "app/win/shell.h"
14 #include "base/win/scoped_comptr.h"
15 #include "base/win/scoped_gdi_object.h"
16 #include "base/win/scoped_hdc.h"
17 #include "base/win/windows_version.h"
36 #include "ui/base/win/window_impl.h"
255 app::win::SetAppIdForWindow(
266 base::win::ScopedComPtr<ITaskbarList3> taskbar;
343 base::win::ScopedHDC hdc(CreateCompatibleDC(NULL));
354 base::win
[all...]
H A Dbug_report_util.cc16 #include "base/win/windows_version.h"
162 base::win::OSInfo* os_info = base::win::OSInfo::GetInstance();
163 base::win::OSInfo::VersionNumber version_number = os_info->version_number();
/external/libvorbis/examples/
H A Dframeview.pl527 my $win;
528 foreach $win (@panel_labels){
529 $win->destroy();
532 foreach $win (@panel_ones){
533 $win->destroy();
536 foreach $win (@panel_twos){
537 $win->destroy();
/external/iproute2/ip/
H A Diproute.c812 unsigned win; local
818 if (get_unsigned(&win, *argv, 0))
820 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_WINDOW, win);
822 unsigned win; local
828 if (get_unsigned(&win, *argv, 0))
830 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_CWND, win);
832 unsigned win; local
838 if (get_unsigned(&win, *argv, 0))
840 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_INITCWND, win);
842 unsigned win; local
852 unsigned win; local
863 unsigned win; local
[all...]
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc33 #include "base/win/win_util.h"
34 #include "base/win/windows_version.h"
35 #include "ui/base/win/hwnd_util.h"
128 (base::win::GetVersion() >= base::win::VERSION_VISTA) &&
129 base::win::UserAccountControlIsEnabled()) {
/external/linux-tools-perf/util/
H A Dhelp.c83 struct winsize win; local
85 get_term_dimensions(&win);
86 max_cols = win.ws_col - 1; /* don't print *on* the edge */
/external/skia/legacy/src/utils/unix/
H A DSkOSWindow_Unix.cpp159 Window win = fUnixWindow.fWin; local
160 XMapWindow(dsp, win);
163 XSelectInput(dsp, win, eventMask);
/external/stlport/src/
H A Diostream.cpp232 auto_ptr<wfilebuf> win(_Stl_create_wfilebuf(stdin, ios_base::in));
238 wistream* ptr_wcin = new(&wcin) wistream(win.get()); win.release();

Completed in 576 milliseconds

123456789