Searched defs:wnd (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dnative_window_notification_source.h20 explicit Source(gfx::NativeWindow wnd) : content::NotificationSource(wnd) {} argument
H A Dfullscreen_win.cc53 HWND wnd = ::GetForegroundWindow(); local
54 if (!wnd)
59 if (!::GetWindowRect(wnd, &wnd_rect))
80 LONG style = ::GetWindowLong(wnd, GWL_STYLE);
81 LONG ext_style = ::GetWindowLong(wnd, GWL_EXSTYLE);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain.cc40 CustomSocketServer(rtc::Thread* thread, GtkMainWnd* wnd) argument
41 : thread_(thread), wnd_(wnd), conductor_(NULL), client_(NULL) {}
90 GtkMainWnd wnd(FLAG_server, FLAG_port, FLAG_autoconnect, FLAG_autocall);
91 wnd.Create();
95 CustomSocketServer socket_server(thread, &wnd);
102 new rtc::RefCountedObject<Conductor>(&client, &wnd));
109 wnd.Destroy();
H A Dmain_wnd.cc133 GtkMainWnd* wnd = reinterpret_cast<GtkMainWnd*>(data); local
134 wnd->OnRedraw();
/external/chromium_org/third_party/webrtc/base/
H A Dwin32window_unittest.cc42 TestWindow wnd; local
43 EXPECT_TRUE(wnd.handle() == NULL);
44 EXPECT_FALSE(wnd.destroyed());
45 EXPECT_TRUE(wnd.Create(0, L"Test", 0, 0, 0, 0, 100, 100));
46 EXPECT_TRUE(wnd.handle() != NULL);
47 EXPECT_EQ(kDummyResult, ::SendMessage(wnd.handle(), WM_USER, 1, 2));
48 EXPECT_EQ(WM_USER, wnd.msg().message);
49 EXPECT_EQ(1, wnd.msg().wParam);
50 EXPECT_EQ(2, wnd.msg().lParam);
51 wnd
[all...]
/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_org/cloud_print/service/win/
H A Dchrome_launcher.cc49 BOOL CALLBACK CloseIfPidEqual(HWND wnd, LPARAM lparam) { argument
51 ::GetWindowThreadProcessId(wnd, &pid);
53 ::PostMessage(wnd, WM_CLOSE, 0, 0);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h133 uint16 wnd; member in struct:cricket::PseudoTcp::Segment
/external/aac/libAACdec/src/
H A Dconceal.cpp1064 int wnd; local
1074 for (wnd = 0; wnd < 8; wnd++)
1077 &pSpectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_(n-2) */
1084 &pConcealmentInfo->spectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_n */
1091 &pSpectralCoefficient[wnd * (samplesPerFrame / 8)], /* spec_(n-1) */
1092 &pSpecScale[wnd],
1093 &pConcealmentInfo->specScale[wnd],
1094 &pSpecScale[wnd],
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc47 void CalculateWindowSizeForText(HWND wnd, const wchar_t* text, argument
49 HDC dc = ::GetDC(wnd);
52 ::ReleaseDC(wnd, dc);
54 ::GetClientRect(wnd, &client);
55 ::GetWindowRect(wnd, &window);
70 std::string GetWindowText(HWND wnd) { argument
72 ::GetWindowTextA(wnd, &text[0], ARRAYSIZE(text));
461 void MainWnd::CreateChildWindow(HWND* wnd, MainWnd::ChildWindowID id, argument
464 if (::IsWindow(*wnd))
469 *wnd
497 HWND wnd; member in struct:Windows
581 VideoRenderer( HWND wnd, int width, int height, webrtc::VideoTrackInterface* track_to_render) argument
[all...]
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js1 var $gwt_version = "2.5.1";var $wnd = window;var $doc = $wnd.document;var $moduleName, $moduleBase;var $strongName = 'AFB5D083CE4A2028741F9233C9288A50';var $stats = $wnd.__gwtStatsEvent ? function(a) {return $wnd.__gwtStatsEvent(a);} : null,$sessionId = $wnd.__gwtStatsSessionId ? $wnd.__gwtStatsSessionId : null;$stats && $stats({moduleName:'domdistiller',sessionId:$sessionId,subSystem:'startup',evtGroup:'moduleStartup',millis:(new Date()).getTime(),type:'moduleEvalStart'});
110 function gh(a){$wnd.clearTimeout(a)}
320 function hh(){return $wnd.setTimeout(function(){Yg!=0&&(Yg=0);_g=-1},10)}
432 function Vb(a){if($wnd.console==null||typeof $wnd
[all...]

Completed in 2586 milliseconds