OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:window_to_entry_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc
241
WindowToEntryMap::iterator window =
window_to_entry_
.begin();
242
while (window !=
window_to_entry_
.end()) {
244
window =
window_to_entry_
.begin();
275
window_to_entry_
[window] = new WindowEntry(user_id);
278
window_to_entry_
[window]->set_show(window->IsVisible());
287
window_to_entry_
[window]->set_show_for_user(current_user_id_);
302
WindowToEntryMap::const_iterator it =
window_to_entry_
.find(window);
303
return it !=
window_to_entry_
.end() ? it->second->owner()
324
WindowToEntryMap::const_iterator it =
window_to_entry_
.begin();
325
for (; it !=
window_to_entry_
.end(); ++it)
[
all
...]
multi_user_window_manager_chromeos.h
184
const WindowToEntryMap& window_to_entry() { return
window_to_entry_
; }
230
WindowToEntryMap
window_to_entry_
;
member in class:chrome::MultiUserWindowManagerChromeOS
Completed in 192 milliseconds