OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_window_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/charger_replace/
charger_replacement_dialog.cc
38
gfx::NativeWindow ChargerReplacementDialog::
current_window_
= NULL;
member in class:chromeos::ChargerReplacementDialog
49
current_window_
= NULL;
73
if (is_window_visible_ &&
current_window_
)
74
current_window_
->Focus();
85
current_window_
= chrome::ShowWebDialog(
89
charger_replacement_handler_->set_charger_window(
current_window_
);
charger_replacement_dialog.h
52
static gfx::NativeWindow
current_window_
;
member in class:chromeos::ChargerReplacementDialog
/external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.cc
47
current_window_
(None),
72
if (
current_window_
== window &&
129
return window ==
current_window_
&& current_window_active_state_ == ACTIVE;
135
if (
current_window_
!= event->xfocus.window)
139
if (
current_window_
== event->xfocus.window)
192
if (
current_window_
== xid && current_window_active_state_ == active_state)
197
views::DesktopWindowTreeHostX11::GetHostForXID(
current_window_
);
203
current_window_
= xid;
x11_desktop_handler.h
94
::Window
current_window_
;
member in class:views::X11DesktopHandler
96
// Whether we should treat |
current_window_
| as active. In particular, we
Completed in 346 milliseconds