Lines Matching full:windows
143 Vector<HWND>* windows;
153 context->windows->append(window);
159 Vector<HWND> windows;
167 context.windows = &windows;
169 // Start out with top-level windows created by this thread (like Flash's hidden
170 // SWFlash_PlaceholderX top-level windows).
173 // Also include any descendants of those top-level windows.
174 size_t topLevelWindowCount = windows.size();
176 ::EnumChildWindows(windows[i], addWindowToVectorIfOwnedByCurrentThread, reinterpret_cast<LPARAM>(&context));
178 // Also include any descendants of the WebPages' windows which we've created (e.g., for windowed plugins).
183 return windows;