Searched refs:CutCopyPasteView (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.h45 class CutCopyPasteView;
H A Dwrench_menu.cc317 // CutCopyPasteView ------------------------------------------------------------
319 // CutCopyPasteView is the view containing the cut/copy/paste buttons.
320 class WrenchMenu::CutCopyPasteView : public WrenchMenuView { class in class:WrenchMenu
322 CutCopyPasteView(WrenchMenu* menu, function in class:WrenchMenu::CutCopyPasteView
369 DISALLOW_COPY_AND_ASSIGN(CutCopyPasteView);
668 new CutCopyPasteView(this, model, index, index + 1, index + 2));
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.h109 class CutCopyPasteView;
H A Dwrench_menu.cc523 // CutCopyPasteView ------------------------------------------------------------
525 // CutCopyPasteView is the view containing the cut/copy/paste buttons.
526 class WrenchMenu::CutCopyPasteView : public WrenchMenuView { class in class:WrenchMenu
528 CutCopyPasteView(WrenchMenu* menu, function in class:WrenchMenu::CutCopyPasteView
580 DISALLOW_COPY_AND_ASSIGN(CutCopyPasteView);
1246 item->AddChildView(new CutCopyPasteView(this, model, native_theme,

Completed in 75 milliseconds