HomeSort by relevance Sort by last modified time
    Searched full:aura (Results 26 - 50 of 1275) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ash/wm/
always_on_top_controller.h 10 #include "ui/aura/window_observer.h"
12 namespace aura { namespace
22 class AlwaysOnTopController : public aura::WindowObserver {
28 void SetAlwaysOnTopContainer(aura::Window* always_on_top_container);
31 aura::Window* GetContainer(aura::Window* window) const;
34 // Overridden from aura::WindowObserver:
35 virtual void OnWindowAdded(aura::Window* child) OVERRIDE;
36 virtual void OnWillRemoveWindow(aura::Window* child) OVERRIDE;
37 virtual void OnWindowPropertyChanged(aura::Window* window
    [all...]
root_window_layout_manager.h 12 #include "ui/aura/layout_manager.h"
14 namespace aura { namespace
31 class RootWindowLayoutManager : public aura::LayoutManager {
33 explicit RootWindowLayoutManager(aura::Window* owner);
36 // Overridden from aura::LayoutManager:
38 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
39 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE;
40 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE;
41 virtual void OnChildWindowVisibilityChanged(aura::Window* child,
43 virtual void SetChildBounds(aura::Window* child
    [all...]
  /external/chromium_org/ui/aura/
input_state_lookup.cc 5 #include "ui/aura/input_state_lookup.h"
9 namespace aura { namespace
16 } // namespace aura
  /external/chromium_org/ui/wm/core/
window_util.h 15 namespace aura { namespace
27 WM_EXPORT void ActivateWindow(aura::Window* window);
28 WM_EXPORT void DeactivateWindow(aura::Window* window);
29 WM_EXPORT bool IsActiveWindow(aura::Window* window);
30 WM_EXPORT bool CanActivateWindow(aura::Window* window);
34 WM_EXPORT aura::Window* GetActivatableWindow(aura::Window* window);
38 WM_EXPORT aura::Window* GetToplevelWindow(aura::Window* window);
52 WM_EXPORT aura::Window* GetTransientParent(aura::Window* window)
    [all...]
transient_window_observer.h 10 namespace aura { namespace
19 virtual void OnTransientChildAdded(aura::Window* window,
20 aura::Window* transient) = 0;
23 virtual void OnTransientChildRemoved(aura::Window* window,
24 aura::Window* transient) = 0;
transient_window_stacking_client.h 8 #include "ui/aura/client/window_stacking_client.h"
16 : public aura::client::WindowStackingClient {
22 virtual bool AdjustStacking(aura::Window** child,
23 aura::Window** target,
24 aura::Window::StackDirection* direction) OVERRIDE;
focus_controller.h 12 #include "ui/aura/client/focus_client.h"
13 #include "ui/aura/window_observer.h"
26 // aura::client::Focus/ActivationChangeObserver interfaces.
28 // . the Aura Client API (implemented here in aura::client::ActivationClient).
34 // . Window disposition changes (implemented here in aura::WindowObserver).
37 class WM_EXPORT FocusController : public aura::client::ActivationClient,
38 public aura::client::FocusClient,
40 public aura::WindowObserver {
47 // Overridden from aura::client::ActivationClient
    [all...]
capture_controller.h 12 #include "ui/aura/client/capture_client.h"
13 #include "ui/aura/window_observer.h"
19 class WM_EXPORT CaptureController : public aura::client::CaptureClient {
22 void Attach(aura::Window* root);
25 void Detach(aura::Window* root);
31 // Overridden from aura::client::CaptureClient:
32 virtual void SetCapture(aura::Window* window) OVERRIDE;
33 virtual void ReleaseCapture(aura::Window* window) OVERRIDE;
34 virtual aura::Window* GetCaptureWindow() OVERRIDE;
35 virtual aura::Window* GetGlobalCaptureWindow() OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
window_finder_chromeos.cc 8 #include "ui/aura/window.h"
10 aura::Window* GetLocalProcessWindowAtPointAsh(
12 const std::set<aura::Window*>& ignore);
14 aura::Window* GetLocalProcessWindowAtPoint(
17 const std::set<aura::Window*>& ignore) {
  /external/chromium_org/ui/wm/public/
activation_change_observer.cc 7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ActivationChangeObserver*)
12 namespace aura { namespace
29 } // namespace aura
activation_delegate.cc 7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ActivationDelegate*)
12 namespace aura { namespace
27 } // namespace aura
animation_host.cc 7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::AnimationHost*)
12 namespace aura { namespace
28 } // namespace aura
drag_drop_client.cc 7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::DragDropClient*)
12 namespace aura { namespace
31 } // namespace aura
drag_drop_delegate.cc 7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::DragDropDelegate*)
12 namespace aura { namespace
27 } // namespace aura
window_move_client.cc 7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::WindowMoveClient*)
12 namespace aura { namespace
28 } // namespace aura
  /external/chromium_org/athena/screen/
screen_manager_impl.cc 13 #include "ui/aura/client/screen_position_client.h"
14 #include "ui/aura/client/window_tree_client.h"
15 #include "ui/aura/layout_manager.h"
16 #include "ui/aura/window.h"
17 #include "ui/aura/window_tree_host.h"
25 class AthenaWindowTreeClient : public aura::client::WindowTreeClient {
27 explicit AthenaWindowTreeClient(aura::Window* container)
33 // aura::client::WindowTreeClient:
34 virtual aura::Window* GetDefaultParent(aura::Window* context
    [all...]
  /external/chromium_org/ui/wm/test/
wm_test_helper.h 10 #include "ui/aura/client/window_tree_client.h"
11 #include "ui/aura/window_tree_host.h"
13 namespace aura { namespace
39 class WMTestHelper : public aura::client::WindowTreeClient {
45 aura::WindowTreeHost* host() { return host_.get(); }
48 virtual aura::Window* GetDefaultParent(aura::Window* context,
49 aura::Window* window,
53 scoped_ptr<aura::WindowTreeHost> host_;
56 scoped_ptr<aura::client::DefaultCaptureClient> capture_client_
    [all...]
wm_test_helper.cc 7 #include "ui/aura/client/default_capture_client.h"
8 #include "ui/aura/env.h"
9 #include "ui/aura/test/test_focus_client.h"
10 #include "ui/aura/window.h"
21 aura::Env::CreateInstance(true);
22 aura::Env::GetInstance()->set_context_factory(context_factory);
23 host_.reset(aura::WindowTreeHost::Create(gfx::Rect(default_window_size)));
25 aura::client::SetWindowTreeClient(host_->window(), this);
27 focus_client_.reset(new aura::test::TestFocusClient);
28 aura::client::SetFocusClient(host_->window(), focus_client_.get())
    [all...]
  /external/chromium_org/ash/display/
screen_position_controller.h 9 #include "ui/aura/client/screen_position_client.h"
13 class ScreenPositionController : public aura::client::ScreenPositionClient {
18 // aura::client::ScreenPositionClient overrides:
19 virtual void ConvertPointToScreen(const aura::Window* window,
21 virtual void ConvertPointFromScreen(const aura::Window* window,
23 virtual void ConvertHostPointToScreen(aura::Window* window,
25 virtual void SetBounds(aura::Window* window,
  /external/chromium_org/content/shell/browser/
shell_platform_data_aura.h 9 #include "ui/aura/window_tree_host.h"
11 namespace aura { namespace
37 aura::WindowTreeHost* host() { return host_.get(); }
40 scoped_ptr<aura::WindowTreeHost> host_;
41 scoped_ptr<aura::client::FocusClient> focus_client_;
42 scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
43 scoped_ptr<aura::client::WindowTreeClient> window_tree_client_;
shell_platform_data_aura.cc 8 #include "ui/aura/client/aura_constants.h"
9 #include "ui/aura/client/default_capture_client.h"
10 #include "ui/aura/env.h"
11 #include "ui/aura/layout_manager.h"
12 #include "ui/aura/test/test_focus_client.h"
13 #include "ui/aura/test/test_window_tree_client.h"
14 #include "ui/aura/window.h"
15 #include "ui/aura/window_event_dispatcher.h"
26 class FillLayout : public aura::LayoutManager {
28 explicit FillLayout(aura::Window* root
    [all...]
  /external/chromium_org/ui/aura/client/
focus_client.cc 5 #include "ui/aura/client/focus_client.h"
7 #include "ui/aura/window_event_dispatcher.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, aura::Window*)
11 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::FocusClient*)
13 namespace aura { namespace
34 } // namespace aura
visibility_client.cc 5 #include "ui/aura/client/visibility_client.h"
7 #include "ui/aura/window_event_dispatcher.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::VisibilityClient*)
12 namespace aura { namespace
26 aura::Window* current = window;
35 } // namespace aura
  /external/chromium_org/ui/views/accessibility/
ax_window_obj_wrapper.h 8 #include "ui/aura/window_observer.h"
11 namespace aura { namespace
13 } // namespace aura
19 public aura::WindowObserver {
21 explicit AXWindowObjWrapper(aura::Window* window);
32 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
35 aura::Window* window_;
  /external/chromium_org/ash/test/
test_activation_delegate.h 14 namespace aura { namespace
22 // an aura::Window.
23 class TestActivationDelegate : public aura::client::ActivationDelegate,
24 public aura::client::ActivationChangeObserver {
30 void SetWindow(aura::Window* window);
42 // Overridden from aura::client::ActivationDelegate:
46 // Overridden from aura::client::ActivationChangeObserver:
47 virtual void OnWindowActivated(aura::Window* gained_active,
48 aura::Window* lost_active) OVERRIDE;
50 aura::Window* window_
    [all...]

Completed in 288 milliseconds

12 3 4 5 6 7 8 91011>>