OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActivationDelegate
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/aura/client/
activation_delegate.cc
10
DECLARE_WINDOW_PROPERTY_TYPE(aura::client::
ActivationDelegate
*)
16
ActivationDelegate
*, kActivationDelegateKey, NULL);
18
void SetActivationDelegate(Window* window,
ActivationDelegate
* delegate) {
22
ActivationDelegate
* GetActivationDelegate(Window* window) {
activation_delegate.h
20
class AURA_EXPORT
ActivationDelegate
{
26
virtual ~
ActivationDelegate
() {}
29
// Sets/Gets the
ActivationDelegate
on the Window. No ownership changes.
31
ActivationDelegate
* delegate);
32
AURA_EXPORT
ActivationDelegate
* GetActivationDelegate(Window* window);
/external/chromium_org/ash/test/
test_activation_delegate.h
21
// A test
ActivationDelegate
that can be used to track activation changes for
23
class TestActivationDelegate : public aura::client::
ActivationDelegate
,
42
// Overridden from aura::client::
ActivationDelegate
:
/external/chromium_org/ui/views/widget/
native_widget_aura.h
38
public aura::client::
ActivationDelegate
,
160
// Overridden from aura::client::
ActivationDelegate
:
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h
45
public aura::client::
ActivationDelegate
,
184
// Overridden from aura::client::
ActivationDelegate
:
/external/chromium_org/chrome/browser/ui/ash/launcher/
browser_launcher_item_controller_unittest.cc
158
struct State : public aura::client::
ActivationDelegate
,
187
// aura::client::
ActivationDelegate
overrides.
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h
71
public aura::client::
ActivationDelegate
,
314
// Overridden from aura::client::
ActivationDelegate
:
Completed in 2184 milliseconds