Searched defs:button_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_browsertest.cc191 void CloseDialog(DialogButtonType button_type, argument
200 (button_type == DIALOG_BTN_OK) ? ".button-panel .ok" :
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h83 blink::WebMouseEvent::Button button_type; // For MouseUp. member in struct:content::EventSender::SavedEvent
H A Devent_sender.cc1055 button_type(WebMouseEvent::ButtonNone),
1170 WebMouseEvent::Button button_type = local
1173 UpdateClickCountForButton(button_type);
1175 pressed_button_ = button_type;
1179 button_type,
1194 WebMouseEvent::Button button_type = local
1200 saved_event.button_type = button_type;
1207 button_type,
2143 WebMouseEvent::Button button_type) {
2142 UpdateClickCountForButton( WebMouseEvent::Button button_type) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc367 button_type(DROP_BOOKMARK) {
372 (other.button_type == button_type));
385 DropButtonType button_type; member in struct:BookmarkBarView::DropLocation
812 drop_info_->location.button_type != DROP_OVERFLOW &&
915 if (location.on || location.button_type == DROP_OVERFLOW ||
916 location.button_type == DROP_OTHER_FOLDER) {
918 if (location.button_type == DROP_OTHER_FOLDER)
920 else if (location.button_type == DROP_OVERFLOW)
955 (drop_info_->location.button_type
[all...]

Completed in 1850 milliseconds