Searched defs:aura (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/ui/aura/client/
H A Daura_constants.cc5 #include "ui/aura/client/aura_constants.h"
7 #include "ui/aura/window_property.h"
16 namespace aura { namespace
39 } // namespace aura
H A Daura_constants.h8 #include "ui/aura/aura_export.h"
9 #include "ui/aura/window.h"
16 namespace aura { namespace
39 AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey;
68 } // namespace aura
/external/chromium_org/ui/aura/
H A Dinput_state_lookup.cc5 #include "ui/aura/input_state_lookup.h"
9 namespace aura { namespace
16 } // namespace aura
H A Dinput_state_lookup_win.h10 #include "ui/aura/input_state_lookup.h"
12 namespace aura { namespace
27 } // namespace aura
H A Dlayout_manager.h9 #include "ui/aura/aura_export.h"
15 namespace aura { namespace
53 void SetChildBoundsDirect(aura::Window* child, const gfx::Rect& bounds);
56 } // namespace aura
H A Dwindow_targeter.h8 #include "ui/aura/aura_export.h"
11 namespace aura { namespace
43 } // namespace aura
/external/chromium_org/ash/display/
H A Droot_window_transformers.h10 namespace aura { namespace
24 aura::Window* root,
/external/chromium_org/ash/
H A Dscoped_target_root_window.h10 namespace aura { namespace
23 explicit ScopedTargetRootWindow(aura::Window* root_window);
H A Dswitchable_windows.h11 namespace aura { namespace
24 ASH_EXPORT bool IsSwitchableContainer(const aura::Window* window);
H A Dshell_factory.h10 namespace aura { namespace
27 views::Widget* CreateDesktopBackground(aura::Window* root_window,
/external/chromium_org/ash/shelf/
H A Dshelf_util.h11 #include "ui/aura/window.h"
13 namespace aura { namespace
20 extern const aura::WindowProperty<ShelfID>* const kShelfID;
24 extern const aura::WindowProperty<ShelfItemDetails*>* const
28 ASH_EXPORT void SetShelfIDForWindow(ShelfID id, aura::Window* window);
34 ASH_EXPORT ShelfID GetShelfIDForWindow(const aura::Window* window);
38 ASH_EXPORT void SetShelfItemDetailsForWindow(aura::Window* window,
43 ASH_EXPORT void SetShelfItemDetailsForDialogWindow(aura::Window* window,
50 ASH_EXPORT void ClearShelfItemDetailsForWindow(aura::Window* window);
55 aura
[all...]
/external/chromium_org/ash/wm/
H A Dsystem_modal_container_event_filter_delegate.h10 namespace aura { namespace
19 virtual bool CanWindowReceiveEvents(aura::Window* window) = 0;
H A Dwindow_properties.h12 namespace aura { namespace
31 ASH_EXPORT extern const aura::WindowProperty<gfx::Rect*>* const
37 ASH_EXPORT extern const aura::WindowProperty<ui::WindowShowState>* const
42 extern const aura::WindowProperty<bool>* const kSnapChildrenToPixelBoundary;
47 ASH_EXPORT extern const aura::WindowProperty<bool>* const
51 extern const aura::WindowProperty<bool>* const kUsesScreenCoordinatesKey;
55 extern const aura::WindowProperty<wm::WindowState*>* const kWindowStateKey;
/external/chromium_org/athena/system/
H A Dnetwork_selector.h8 namespace aura { namespace
14 void CreateNetworkSelector(aura::Window* window);
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_context_menu.h10 namespace aura { namespace
19 scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window);
23 void ExecuteVisitDesktopCommand(int command_id, aura::Window* window);
H A Dmulti_user_util.h12 namespace aura { namespace
28 Profile* GetProfileFromWindow(aura::Window* window);
40 void MoveWindowToCurrentDesktop(aura::Window* window);
/external/chromium_org/chrome/browser/ui/views/athena/
H A Dathena_util.h8 namespace aura { namespace
17 content::WebContents* GetWebContentsForWindow(aura::Window* owner_window);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dwindow_finder.h12 namespace aura { namespace
21 aura::Window* GetLocalProcessWindowAtPoint(
24 const std::set<aura::Window*>& ignore);
/external/chromium_org/ui/aura/test/
H A Daura_test_utils.h14 namespace aura { namespace
22 } // namespace aura
H A Dtest_windows.h12 #include "ui/aura/test/aura_test_base.h"
13 #include "ui/aura/test/test_window_delegate.h"
16 namespace aura { namespace
44 std::string ChildWindowIDsAsString(aura::Window* parent);
47 } // namespace aura
H A Dui_controls_factory_aura.h10 namespace aura { namespace
18 } // namespace aura
/external/chromium_org/ui/wm/core/
H A Dcoordinate_conversion.h10 namespace aura { namespace
12 } // namespace aura
22 WM_EXPORT void ConvertPointToScreen(const aura::Window* window,
27 WM_EXPORT void ConvertPointFromScreen(const aura::Window* window,
H A Dwindow_util.h15 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
[all...]
/external/chromium_org/ui/wm/public/
H A Dtooltip_client.h8 #include "ui/aura/aura_export.h"
11 namespace aura { namespace
49 } // namespace aura
/external/chromium_org/ash/test/
H A Dui_controls_factory_ash.h8 namespace aura { namespace

Completed in 3800 milliseconds

1234567891011>>