HomeSort by relevance Sort by last modified time
    Searched defs:menu_window (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_event_dispatcher_linux.cc 35 aura::Window* menu_window = menu_controller_->owner()->GetNativeWindow(); local
37 static_cast<ui::EventTarget*>(menu_window->GetRootWindow())->
38 GetEventTargeter()->FindTargetForEvent(menu_window,
41 // menu_window, however the event targeter does not properly target the
  /external/chromium_org/athena/wm/
window_list_provider_impl_unittest.cc 154 scoped_ptr<aura::Window> menu_window = local
163 EXPECT_FALSE(list_provider->IsValidWindow(menu_window.get()));
168 EXPECT_FALSE(list_provider->IsWindowInList(menu_window.get()));

Completed in 1614 milliseconds