Searched refs:wnd (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/common/
H A Dnative_window_notification_source.h19 explicit Source(gfx::NativeWindow wnd) : NotificationSource(wnd) {} argument
/external/aac/libAACenc/src/
H A Dgrp_data.cpp122 INT wnd; /* counts through windows in a group */ local
134 for (wnd = 0; wnd < TRANS_FAC; wnd++)
140 if ( mdctSpectrum[wnd*granuleLength_short+line] != FL2FXCONST_SPC(0.0) ) break; /* this band is not completely zero */
175 wnd = 0;
181 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb];
184 thresh = nrgAddSaturate(thresh, sfbThreshold->Short[wnd+j][sfb]);
189 wnd += groupLen[grp];
193 wnd
[all...]
/external/chromium/chrome/browser/
H A Dfullscreen_win.cc51 HWND wnd = ::GetForegroundWindow(); local
52 if (!wnd)
57 if (!::GetWindowRect(wnd, &wnd_rect))
78 LONG style = ::GetWindowLong(wnd, GWL_STYLE);
79 LONG ext_style = ::GetWindowLong(wnd, GWL_EXSTYLE);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_folder_editor_controller.cc21 gfx::NativeWindow wnd,
26 new BookmarkFolderEditorController(profile, wnd, node, index, type);
31 gfx::NativeWindow wnd,
51 dialog_ = InputWindowDialog::Create(wnd,
20 Show(Profile* profile, gfx::NativeWindow wnd, const BookmarkNode* node, int index, Type type) argument
29 BookmarkFolderEditorController( Profile* profile, gfx::NativeWindow wnd, const BookmarkNode* node, int index, Type type) argument
H A Dbookmark_drop_info.cc15 BookmarkDropInfo::BookmarkDropInfo(gfx::NativeWindow wnd, int top_margin) argument
20 wnd_(wnd),
H A Dbookmark_folder_editor_controller.h31 gfx::NativeWindow wnd,
38 gfx::NativeWindow wnd,
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovieGWorld.cpp379 LRESULT QTMovieGWorld::fullscreenWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam) argument
381 QTMovieGWorld* movie = static_cast<QTMovieGWorld*>(GetPropW(wnd, fullscreenQTMovieGWorldPointerProp));
384 RemovePropW(wnd, fullscreenQTMovieGWorldPointerProp);
387 return DefWindowProc(wnd, message, wParam, lParam);
389 return movie->m_private->m_fullscreenClient->fullscreenClientWndProc(wnd, message, wParam, lParam);
425 HWND wnd = static_cast<HWND>(GetPortNativeWindow(m_private->m_fullscreenWindow)); local
426 SetPropW(wnd, fullscreenQTMovieGWorldPointerProp, static_cast<HANDLE>(this));
428 return wnd;
436 HWND wnd = static_cast<HWND>(GetPortNativeWindow(m_private->m_fullscreenWindow));
/external/chromium/chrome/browser/tab_contents/
H A Dweb_drag_source_win.cc19 static void GetCursorPositions(gfx::NativeWindow wnd, gfx::Point* client, argument
24 ScreenToClient(wnd, &cursor_pos);
/external/aac/libAACdec/src/
H A Dconceal.cpp1063 int wnd; local
1073 for (wnd = 0; wnd < 8; wnd++)
1076 &pSpectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_(n-2) */
1083 &pConcealmentInfo->spectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_n */
1090 &pSpectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_(n-1) */
1091 &pSpecScale[wnd],
1092 &pConcealmentInfo->specScale[wnd],
1093 &pSpecScale[wnd],
[all...]
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp379 LRESULT FullscreenVideoController::fullscreenClientWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam) argument
399 return DefWindowProc(wnd, message, wParam, lParam);
559 LRESULT FullscreenVideoController::hudWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam) argument
561 LONG_PTR longPtr = GetWindowLongPtr(wnd, 0);
564 return DefWindowProc(wnd, message, wParam, lParam);
584 return DefWindowProc(wnd, message, wParam, lParam);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h120 uint16 wnd; member in struct:cricket::PseudoTcp::Segment
H A Dpseudotcp.cc539 seg.wnd = bytes_to_short(buffer + 14);
552 << "><WND=" << seg.wnd
684 m_snd_wnd = seg.wnd;
761 m_snd_wnd = seg.wnd;

Completed in 256 milliseconds