Home
last modified time | relevance | path

Searched refs:button_type (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc367 button_type(DROP_BOOKMARK) { in DropLocation()
372 (other.button_type == button_type)); in Equals()
385 DropButtonType button_type; member
812 drop_info_->location.button_type != DROP_OVERFLOW && in PaintChildren()
915 if (location.on || location.button_type == DROP_OVERFLOW || in OnDragUpdated()
916 location.button_type == DROP_OTHER_FOLDER) { in OnDragUpdated()
918 if (location.button_type == DROP_OTHER_FOLDER) in OnDragUpdated()
920 else if (location.button_type == DROP_OVERFLOW) in OnDragUpdated()
955 (drop_info_->location.button_type == DROP_OTHER_FOLDER) ? in OnPerformDrop()
964 if (drop_info_->location.button_type == DROP_OTHER_FOLDER) { in OnPerformDrop()
[all …]
/external/chromium_org/content/shell/renderer/test_runner/
Devent_sender.cc1055 button_type(WebMouseEvent::ButtonNone), in SavedEvent()
1170 WebMouseEvent::Button button_type = in MouseDown() local
1173 UpdateClickCountForButton(button_type); in MouseDown()
1175 pressed_button_ = button_type; in MouseDown()
1179 button_type, in MouseDown()
1194 WebMouseEvent::Button button_type = in MouseUp() local
1200 saved_event.button_type = button_type; in MouseUp()
1207 button_type, in MouseUp()
2143 WebMouseEvent::Button button_type) { in UpdateClickCountForButton() argument
2147 (button_type == last_button_type_)) { in UpdateClickCountForButton()
[all …]
Devent_sender.h83 blink::WebMouseEvent::Button button_type; // For MouseUp. member
/external/chromium_org/chrome/browser/ui/views/
Dselect_file_dialog_extension_browsertest.cc191 void CloseDialog(DialogButtonType button_type, in CloseDialog() argument
200 (button_type == DIALOG_BTN_OK) ? ".button-panel .ok" : in CloseDialog()
/external/chromium_org/chrome/browser/ui/panels/
Dnative_panel.h138 virtual bool IsButtonVisible(panel::TitlebarButtonType button_type) const = 0;
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_cocoa.mm344 panel::TitlebarButtonType button_type) const OVERRIDE;
438 panel::TitlebarButtonType button_type) const {
439 switch (button_type) {
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.cc122 panel::TitlebarButtonType button_type) const OVERRIDE;
227 panel::TitlebarButtonType button_type) const { in IsButtonVisible()
230 switch (button_type) { in IsButtonVisible()