Searched refs:IsDraggable (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dapp_list_shelf_item_delegate.h26 virtual bool IsDraggable() OVERRIDE;
H A Dshelf_item_delegate.h58 virtual bool IsDraggable() = 0;
H A Dapp_list_shelf_item_delegate.cc52 bool AppListShelfItemDelegate::IsDraggable() { function in class:ash::AppListShelfItemDelegate
H A Dshelf_window_watcher_item_delegate.h32 virtual bool IsDraggable() OVERRIDE;
H A Dshelf_window_watcher_item_delegate.cc63 bool ShelfWindowWatcherItemDelegate::IsDraggable() { function in class:ash::ShelfWindowWatcherItemDelegate
H A Dshelf_view.cc919 if (!item_delegate->IsDraggable()) {
937 if (!item_delegate->IsDraggable()) {
1572 if (view_model_->view_size() <= 1 || !item_delegate->IsDraggable())
/external/chromium_org/ash/shell/
H A Dwindow_watcher_shelf_item_delegate.cc48 bool WindowWatcherShelfItemDelegate::IsDraggable() { function in class:ash::shell::WindowWatcherShelfItemDelegate
H A Dwindow_watcher_shelf_item_delegate.h29 virtual bool IsDraggable() OVERRIDE;
/external/chromium_org/ash/test/
H A Dtest_shelf_item_delegate.cc43 bool TestShelfItemDelegate::IsDraggable() { function in class:ash::test::TestShelfItemDelegate
H A Dtest_shelf_item_delegate.h30 virtual bool IsDraggable() OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dev_bubble_decoration.h35 virtual bool IsDraggable() OVERRIDE;
H A Dlocation_icon_decoration.h23 virtual bool IsDraggable() OVERRIDE;
H A Dbutton_decoration.h63 virtual bool IsDraggable() OVERRIDE;
H A Dlocation_bar_decoration.h64 virtual bool IsDraggable();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_shortcut_launcher_item_controller.h48 virtual bool IsDraggable() OVERRIDE;
H A Dapp_shortcut_launcher_item_controller.h51 virtual bool IsDraggable() OVERRIDE;
H A Dapp_window_launcher_item_controller.h66 virtual bool IsDraggable() OVERRIDE;
H A Dapp_shortcut_launcher_item_controller.cc221 bool AppShortcutLauncherItemController::IsDraggable() { function in class:AppShortcutLauncherItemController
H A Dapp_window_launcher_item_controller.cc283 bool AppWindowLauncherItemController::IsDraggable() { function in class:AppWindowLauncherItemController
H A Dbrowser_shortcut_launcher_item_controller.cc256 bool BrowserShortcutLauncherItemController::IsDraggable() { function in class:BrowserShortcutLauncherItemController
H A Dchrome_launcher_controller_unittest.cc252 virtual bool IsDraggable() OVERRIDE { return false; }

Completed in 9175 milliseconds