HomeSort by relevance Sort by last modified time
    Searched full:aura (Results 126 - 150 of 977) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/ui/views/corewm/
shadow_types.cc 7 #include "ui/aura/window_property.h"
14 void SetShadowType(aura::Window* window, ShadowType shadow_type) {
18 ShadowType GetShadowType(aura::Window* window) {
shadow_controller_unittest.cc 11 #include "ui/aura/client/activation_client.h"
12 #include "ui/aura/root_window.h"
13 #include "ui/aura/test/aura_test_base.h"
14 #include "ui/aura/window.h"
22 class ShadowControllerTest : public aura::test::AuraTestBase {
29 aura::client::ActivationClient* activation_client =
30 aura::client::GetActivationClient(root_window());
41 void ActivateWindow(aura::Window* window) {
44 aura::client::GetActivationClient(window->GetRootWindow())->ActivateWindow(
56 scoped_ptr<aura::Window> window(new aura::Window(NULL))
    [all...]
window_animations_unittest.cc 8 #include "ui/aura/client/animation_host.h"
9 #include "ui/aura/test/aura_test_base.h"
10 #include "ui/aura/test/test_windows.h"
11 #include "ui/aura/window.h"
17 using aura::Window;
23 class WindowAnimationsTest : public aura::test::AuraTestBase {
36 scoped_ptr<aura::Window> window(
37 aura::test::CreateTestWindowWithId(0, NULL));
55 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithId(0, NULL))
    [all...]
window_animations.h 12 namespace aura { namespace
61 VIEWS_EXPORT void SetWindowVisibilityAnimationType(aura::Window* window,
63 VIEWS_EXPORT int GetWindowVisibilityAnimationType(aura::Window* window);
66 aura::Window* window,
70 aura::Window* window,
74 aura::Window* window,
78 aura::Window* window,
86 aura::Window* window);
89 VIEWS_EXPORT bool AnimateOnChildWindowVisibilityChanged(aura::Window* window,
91 VIEWS_EXPORT bool AnimateWindow(aura::Window* window, WindowAnimationType type)
    [all...]
  /external/chromium_org/ash/wm/
window_properties.h 10 #include "ui/aura/window.h"
28 extern const aura::WindowProperty<bool>* const kContinueDragAfterReparent;
30 // A property key to store display_id an aura::RootWindow is mapped to.
31 extern const aura::WindowProperty<int64>* const kDisplayIdKey;
36 ASH_EXPORT extern const aura::WindowProperty<bool>* const
41 ASH_EXPORT extern const aura::WindowProperty<bool>* const
46 extern const aura::WindowProperty<bool>* const
50 ASH_EXPORT extern const aura::WindowProperty<bool>* const kPanelAttachedKey;
52 extern const aura::WindowProperty<RootWindowController*>* const
57 ASH_EXPORT extern const aura::WindowProperty<bool>* cons
    [all...]
capture_controller.cc 8 #include "ui/aura/window.h"
9 #include "ui/aura/root_window.h"
27 void CaptureController::SetCapture(aura::Window* new_capture_window) {
34 aura::Window* old_capture_window = capture_window_;
46 aura::RootWindow* root_window = *iter;
56 aura::RootWindow* root_window = *iter;
63 void CaptureController::ReleaseCapture(aura::Window* window) {
69 aura::Window* CaptureController::GetCaptureWindow() {
default_window_resizer.cc 9 #include "ui/aura/client/aura_constants.h"
10 #include "ui/aura/env.h"
11 #include "ui/aura/window.h"
12 #include "ui/aura/window_delegate.h"
25 DefaultWindowResizer::Create(aura::Window* window,
28 aura::client::WindowMoveSource source) {
56 aura::Window* DefaultWindowResizer::GetTarget() {
71 } // namespace aura
resize_shadow_controller.cc 10 #include "ui/aura/window.h"
25 void ResizeShadowController::ShowShadow(aura::Window* window, int hit_test) {
32 void ResizeShadowController::HideShadow(aura::Window* window) {
39 aura::Window* window) {
44 aura::Window* window,
52 void ResizeShadowController::OnWindowDestroyed(aura::Window* window) {
56 ResizeShadow* ResizeShadowController::CreateShadow(aura::Window* window) {
68 ResizeShadow* ResizeShadowController::GetShadowForWindow(aura::Window* window) {
system_gesture_event_filter.h 11 #include "ui/aura/window_observer.h"
19 namespace aura { namespace
41 public aura::WindowObserver {
51 // Overridden from aura::WindowObserver.
52 virtual void OnWindowVisibilityChanged(aura::Window* window,
54 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
60 void ClearGestureHandlerForWindow(aura::Window* window);
62 typedef std::map<aura::Window*, SystemPinchHandler*> WindowPinchHandlerMap;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.cc 7 #include "ui/aura/root_window.h"
17 gfx::Point GetOrigin(const aura::RootWindow* root_window) {
19 aura::RootWindow* window = const_cast<aura::RootWindow*>(root_window);
28 bool PositionWindowInScreenCoordinates(aura::Window* window) {
29 if (window->type() == aura::client::WINDOW_TYPE_POPUP ||
30 window->type() == aura::client::WINDOW_TYPE_TOOLTIP)
46 const aura::Window* window, gfx::Point* point) {
47 const aura::RootWindow* root_window = window->GetRootWindow();
48 aura::Window::ConvertPointToTarget(window, root_window, point)
    [all...]
  /external/chromium_org/ash/accelerators/
nested_dispatcher_controller.h 10 #include "ui/aura/client/dispatcher_client.h"
11 #include "ui/aura/window.h"
20 : public aura::client::DispatcherClient {
26 aura::Window* associated_window,
  /external/chromium_org/ash/display/
root_window_transformers.h 10 namespace aura { namespace
24 ASH_EXPORT aura::RootWindowTransformer* CreateRootWindowTransformerForDisplay(
25 aura::RootWindow* root,
32 ASH_EXPORT aura::RootWindowTransformer*
mirror_window_controller.h 12 #include "ui/aura/root_window_observer.h"
18 namespace aura { namespace
40 class ASH_EXPORT MirrorWindowController : public aura::RootWindowObserver {
62 // aura::RootWindowObserver overrides:
63 virtual void OnRootWindowHostResized(const aura::RootWindow* root) OVERRIDE;
70 scoped_ptr<aura::RootWindowTransformer> CreateRootWindowTransformer() const;
74 aura::Window* cursor_window_; // owned by root window.
75 scoped_ptr<aura::RootWindow> root_window_;
  /external/chromium_org/ash/test/
ash_test_base.h 16 #include "ui/aura/client/window_types.h"
23 namespace aura { namespace
31 } // namespace aura
69 aura::RootWindow* CurrentContext();
71 // Versions of the functions in aura::test:: that go through our shell
73 aura::Window* CreateTestWindowInShellWithId(int id);
74 aura::Window* CreateTestWindowInShellWithBounds(const gfx::Rect& bounds);
75 aura::Window* CreateTestWindowInShell(SkColor color,
78 aura::Window* CreateTestWindowInShellWithDelegate(
79 aura::WindowDelegate* delegate
    [all...]
test_launcher_delegate.h 13 #include "ui/aura/window_observer.h"
24 public aura::WindowObserver {
29 void AddLauncherItem(aura::Window* window);
30 void AddLauncherItem(aura::Window* window, LauncherItemStatus status);
31 void RemoveLauncherItemForWindow(aura::Window* window);
36 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
45 aura::RootWindow* root) OVERRIDE;
49 virtual ash::LauncherID GetIDByWindow(aura::Window* window) OVERRIDE;
61 typedef std::map<aura::Window*, ash::LauncherID> WindowToID;
62 typedef std::set<aura::Window*> ObservedWindows
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
desktop_user_action_handler_aura.h 10 #include "ui/aura/client/user_action_client.h"
19 class DesktopUserActionHandlerAura : public aura::client::UserActionClient {
24 // Overridden from aura::client::UserActionClient:
26 aura::client::UserActionClient::Command command) OVERRIDE;
  /external/chromium_org/printing/
DEPS 6 "+ui/aura",
  /external/chromium_org/ui/aura/client/
default_capture_client.cc 5 #include "ui/aura/client/default_capture_client.h"
7 #include "ui/aura/root_window.h"
9 namespace aura { namespace
51 } // namespace aura
default_capture_client.h 10 #include "ui/aura/aura_export.h"
11 #include "ui/aura/client/capture_client.h"
13 namespace aura { namespace
34 } // namespace aura
event_client.h 8 #include "ui/aura/aura_export.h"
9 #include "ui/aura/window.h"
11 namespace aura { namespace
36 } // namespace aura
window_types.h 8 namespace aura { namespace
12 // initialized. It's in client because the Aura Client application derives
13 // meaning from these values, not Aura itself.
34 } // namespace aura
  /external/chromium_org/ui/aura/
root_window_mac.mm 5 #import "ui/aura/root_window_mac.h"
7 #include "ui/aura/root_window_host_mac.h"
24 - (void)setHostDelegate:(aura::RootWindowHostMacDelegate*)hostDelegate {
29 // Allow both the Cocoa machinery and the Aura machinery to handle the event.
window_tracker.cc 5 #include "ui/aura/window_tracker.h"
7 #include "ui/aura/window.h"
9 namespace aura { namespace
43 } // namespace aura
  /external/chromium_org/ui/aura/test/
test_stacking_client.h 10 #include "ui/aura/aura_export.h"
11 #include "ui/aura/client/stacking_client.h"
13 namespace aura { namespace
34 } // namespace aura
  /external/chromium_org/ui/views/widget/
window_reorderer.cc 10 #include "ui/aura/window.h"
22 const aura::Window& parent_window,
23 std::map<views::View*, aura::Window*>* hosted_windows) {
24 const std::vector<aura::Window*>& child_windows = parent_window.children();
26 aura::Window* child = child_windows[i];
41 const std::map<views::View*, aura::Window*>& hosts,
61 class WindowReorderer::AssociationObserver : public aura::WindowObserver {
67 void StartObserving(aura::Window* window);
68 void StopObserving(aura::Window* window);
71 // aura::WindowObserver overrides
    [all...]

Completed in 270 milliseconds

1 2 3 4 56 7 8 91011>>