OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:open_windows
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome_frame/test/
win_event_receiver.cc
215
entry_iter->
open_windows
.push_back(
236
size_t num_open_windows = entry_iter->
open_windows
.size();
238
OpenWindowList::iterator window_iter = entry_iter->
open_windows
.begin();
239
while (window_iter != entry_iter->
open_windows
.end()) {
241
window_iter = entry_iter->
open_windows
.erase(window_iter);
247
if (num_open_windows != entry_iter->
open_windows
.size()) {
win_event_receiver.h
117
OpenWindowList
open_windows
;
member in struct:WindowWatchdog::ObserverEntry
/external/chromium_org/content/shell/browser/
shell.cc
123
std::vector<Shell*>
open_windows
(windows_);
124
for (size_t i = 0; i <
open_windows
.size(); ++i)
125
open_windows
[i]->Close();
webkit_test_controller.cc
642
std::vector<Shell*>
open_windows
(Shell::windows());
643
for (size_t i = 0; i <
open_windows
.size(); ++i) {
644
if (
open_windows
[i] != main_window_)
645
open_windows
[i]->Close();
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc
164
std::vector<aura::Window*> windows(
open_windows
().size());
165
std::transform(
open_windows
().begin(),
166
open_windows
().end(),
180
open_windows
().remove(xwindow_);
181
open_windows
().insert(
open_windows
().begin(), xwindow_);
318
open_windows
().remove(xwindow_);
965
open_windows
().push_back(xwindow_);
1183
std::list<XID>& DesktopRootWindowHostX11::
open_windows
() {
function in class:views::DesktopRootWindowHostX11
[
all
...]
desktop_root_window_host_x11.h
198
static std::list<XID>&
open_windows
();
/external/chromium_org/ui/views/widget/
native_widget_aura.cc
1005
std::vector<aura::Window*>
open_windows
=
local
[
all
...]
Completed in 322 milliseconds