Searched defs:MenuButton (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/webapp/
H A Dmenu_button.js22 remoting.MenuButton = function(container, opt_onShow) {
35 /** @type {remoting.MenuButton} */
50 that.button_.classList.add(remoting.MenuButton.BUTTON_ACTIVE_CLASS_);
68 that.button_.classList.remove(remoting.MenuButton.BUTTON_ACTIVE_CLASS_);
86 remoting.MenuButton.select = function(item, selected) {
95 remoting.MenuButton.BUTTON_ACTIVE_CLASS_ = 'active';
/external/chromium_org/ui/views/controls/button/
H A Dmenu_button.cc34 const char MenuButton::kViewClassName[] = "MenuButton";
35 const int64 MenuButton::kMinimumTimeBetweenButtonClicks = 100;
36 const int MenuButton::kMenuMarkerPaddingLeft = 3;
37 const int MenuButton::kMenuMarkerPaddingRight = -1;
41 // MenuButton - constructors, destructors, initialization
45 MenuButton::MenuButton(ButtonListener* listener, function in class:views::MenuButton
60 MenuButton::~MenuButton() {
[all...]
H A Dmenu_button.h22 // MenuButton
27 class VIEWS_EXPORT MenuButton : public TextButton { class in namespace:views
40 MenuButton(ButtonListener* listener,
44 virtual ~MenuButton();
108 DISALLOW_COPY_AND_ASSIGN(MenuButton);
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.js33 /** @const */ var MenuButton = cr.ui.MenuButton; variable
46 MenuButton.createDropDownArrows();
175 // TODO(dubroy): Ideally we'd use 'activate', but MenuButton swallows it.
232 cr.ui.decorate(dropDown, MenuButton);
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/
H A Dmain.js13 /** @const */ var MenuButton = cr.ui.MenuButton; variable
1223 cr.ui.decorate('button[menu]', MenuButton);

Completed in 177 milliseconds