HomeSort by relevance Sort by last modified time
    Searched refs:ShouldCloseOnDragComplete (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_delegate.cc 138 bool MenuDelegate::ShouldCloseOnDragComplete() {
menu_delegate.h 215 virtual bool ShouldCloseOnDragComplete();
menu_host.cc 158 menu_delegate ? menu_delegate->ShouldCloseOnDragComplete() : should_close;
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.h 101 virtual bool ShouldCloseOnDragComplete() OVERRIDE;
wrench_menu.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/
menu_view_drag_and_drop_test.cc 181 virtual bool ShouldCloseOnDragComplete() OVERRIDE;
265 bool MenuViewDragAndDropTest::ShouldCloseOnDragComplete() {

Completed in 956 milliseconds