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

  /external/chromium_org/ash/test/
test_shelf_item_delegate.h 20 class TestShelfItemDelegate : public ShelfItemDelegate {
22 explicit TestShelfItemDelegate(aura::Window* window);
23 virtual ~TestShelfItemDelegate();
37 DISALLOW_COPY_AND_ASSIGN(TestShelfItemDelegate);
test_shelf_item_delegate.cc 13 TestShelfItemDelegate::TestShelfItemDelegate(aura::Window* window)
17 TestShelfItemDelegate::~TestShelfItemDelegate() {
20 bool TestShelfItemDelegate::ItemSelected(const ui::Event& event) {
30 base::string16 TestShelfItemDelegate::GetTitle() {
34 ui::MenuModel* TestShelfItemDelegate::CreateContextMenu(
39 ShelfMenuModel* TestShelfItemDelegate::CreateApplicationMenu(int event_flags) {
43 bool TestShelfItemDelegate::IsDraggable() {
47 bool TestShelfItemDelegate::ShouldShowTooltip()
    [all...]

Completed in 713 milliseconds