HomeSort by relevance Sort by last modified time
    Searched refs:corewm (Results 51 - 75 of 144) sorted by null

1 23 4 5 6

  /external/chromium_org/ui/views/corewm/
tooltip_aura.h 10 #include "ui/views/corewm/tooltip.h"
17 namespace corewm { namespace in namespace:views
80 } // namespace corewm
tooltip_controller_test_helper.cc 5 #include "ui/views/corewm/tooltip_controller_test_helper.h"
8 #include "ui/views/corewm/tooltip_controller.h"
11 namespace corewm { namespace in namespace:views
64 } // namespace corewm
window_util_unittest.cc 5 #include "ui/views/corewm/window_util.h"
103 w1_layer = views::corewm::RecreateWindowLayers(w1->GetNativeView(), false);
114 views::corewm::DeepDeleteLayers(w1_layer);
capture_controller.h 17 namespace corewm { namespace in namespace:views
85 } // namespace corewm
compound_event_filter.h 29 namespace corewm { namespace in namespace:views
90 } // namespace corewm
cursor_manager.h 16 #include "ui/views/corewm/native_cursor_manager_delegate.h"
24 namespace corewm { namespace in namespace:views
89 } // namespace corewm
input_method_event_filter.cc 5 #include "ui/views/corewm/input_method_event_filter.h"
14 namespace corewm { namespace in namespace:views
80 } // namespace corewm
input_method_event_filter_unittest.cc 5 #include "ui/views/corewm/input_method_event_filter.h"
11 #include "ui/views/corewm/compound_event_filter.h"
26 namespace corewm { namespace in namespace:views
90 } // namespace corewm
tooltip_controller.h 24 namespace corewm { namespace in namespace:views
102 } // namespace corewm
visibility_controller.cc 5 #include "ui/views/corewm/visibility_controller.h"
10 #include "ui/views/corewm/window_animations.h"
13 namespace corewm { namespace in namespace:views
85 } // namespace corewm
visibility_controller_unittest.cc 5 #include "ui/views/corewm/visibility_controller.h"
17 namespace corewm { namespace in namespace:views
56 } // namespace corewm
window_animations.h 28 namespace corewm { namespace in namespace:views
98 } // namespace corewm
window_modality_controller.h 22 namespace corewm { namespace in namespace:views
70 } // namespace corewm
  /external/chromium_org/ash/test/
ash_test_helper.cc 24 #include "ui/views/corewm/capture_controller.h"
25 #include "ui/views/corewm/transient_window_stacking_client.h"
94 new views::corewm::TransientWindowStackingClient);
118 CHECK(!views::corewm::ScopedCaptureClient::IsActive());
shell_test_api.cc 25 views::corewm::InputMethodEventFilter*
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 33 namespace corewm { namespace in namespace:views
68 virtual scoped_ptr<corewm::Tooltip> CreateTooltip() = 0;
  /external/chromium_org/ash/
popup_message.cc 196 views::corewm::SetWindowVisibilityAnimationType(
197 native_view, views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_VERTICAL);
198 views::corewm::SetWindowVisibilityAnimationTransition(
199 native_view, views::corewm::ANIMATE_HIDE);
221 views::corewm::SetWindowVisibilityAnimationTransition(
222 native_view, views::corewm::ANIMATE_NONE);
shell.cc 106 #include "ui/views/corewm/compound_event_filter.h"
107 #include "ui/views/corewm/corewm_switches.h"
108 #include "ui/views/corewm/focus_controller.h"
109 #include "ui/views/corewm/input_method_event_filter.h"
110 #include "ui/views/corewm/shadow_controller.h"
111 #include "ui/views/corewm/tooltip_aura.h"
112 #include "ui/views/corewm/tooltip_controller.h"
113 #include "ui/views/corewm/visibility_controller.h"
114 #include "ui/views/corewm/window_modality_controller.h"
146 // A Corewm VisibilityController subclass that calls the Ash animation routin
    [all...]
  /external/chromium_org/ash/wm/
window_animations.cc 38 #include "ui/views/corewm/window_util.h"
147 views::corewm::SetWindowVisibilityAnimationType(
148 window, views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_DEFAULT);
160 views::corewm::CreateHidingWindowAnimationObserver(window));
193 views::corewm::CreateHidingWindowAnimationObserver(window));
214 if (!views::corewm::HasWindowVisibilityAnimationTransition(
215 window, views::corewm::ANIMATE_SHOW)) {
219 switch (views::corewm::GetWindowVisibilityAnimationType(window)) {
233 if (!views::corewm::HasWindowVisibilityAnimationTransition(
234 window, views::corewm::ANIMATE_HIDE))
    [all...]
ash_native_cursor_manager_interactive_uitest.cc 24 using views::corewm::CursorManager;
  /external/chromium_org/ash/desktop_background/
desktop_background_view.cc 194 views::corewm::SetWindowVisibilityAnimationType(
208 views::corewm::SetWindowVisibilityAnimationTransition(
209 desktop_widget->GetNativeView(), views::corewm::ANIMATE_SHOW);
212 views::corewm::SetWindowVisibilityAnimationTransition(
213 desktop_widget->GetNativeView(), views::corewm::ANIMATE_NONE);
  /external/chromium_org/ash/shelf/
shelf_tooltip_manager.cc 327 views::corewm::SetWindowVisibilityAnimationTransition(
328 native_view, views::corewm::ANIMATE_NONE);
362 views::corewm::SetWindowVisibilityAnimationType(
363 native_view, views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_VERTICAL);
364 views::corewm::SetWindowVisibilityAnimationTransition(
365 native_view, views::corewm::ANIMATE_HIDE);
  /external/chromium_org/chrome/browser/chromeos/background/
ash_user_wallpaper_delegate.cc 52 static_cast<int>(views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE);
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller_impl.cc 60 views::corewm::SetWindowVisibilityAnimationType(
62 views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE);
75 views::corewm::SetWindowVisibilityAnimationType(
77 views::corewm::WINDOW_VISIBILITY_ANIMATION_TYPE_FADE);
  /external/chromium_org/chrome/test/base/
test_launcher_utils.cc 17 #include "ui/views/corewm/corewm_switches.h"
54 views::corewm::switches::kWindowAnimationsDisabled);

Completed in 156 milliseconds

1 23 4 5 6