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

/external/chromium_org/chrome/browser/ui/views/panels/
H A Dtaskbar_window_thumbnailer_win.cc154 std::vector<HWND> snapshot_hwnds; local
156 snapshot_hwnds = delegate_->GetSnapshotWindowHandles();
157 if (snapshot_hwnds.empty())
158 snapshot_hwnds.push_back(hwnd_);
164 for (std::vector<HWND>::const_iterator iter = snapshot_hwnds.begin();
165 iter != snapshot_hwnds.end(); ++iter) {
169 if (iter == snapshot_hwnds.begin()) {
195 for (std::vector<HWND>::const_iterator iter = snapshot_hwnds.begin();
196 iter != snapshot_hwnds.end(); ++iter) {

Completed in 104 milliseconds