Searched refs:has_button (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dinput_event_tracker.cc81 if (event.has_button() && event.has_button_down()) {
/external/chromium_org/remoting/client/plugin/
H A Dnormalizing_input_filter_cros.cc124 event.has_button() &&
H A Dpepper_input_handler.cc95 if (mouse_event.has_button()) {
/external/chromium_org/remoting/host/
H A Dinput_injector_linux.cc407 if (event.has_button() && event.has_button_down() && !event.button_down()) {
425 if (event.has_button() && event.has_button_down()) {
H A Dinput_injector_mac.cc268 if (event.has_button() && event.has_button_down()) {
H A Dinput_injector_win.cc292 if (event.has_button() && event.has_button_down()) {
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc1056 bool has_button = !button_text.empty(); local
1057 if (has_button) {
1072 DCHECK(has_button);
1083 DCHECK(has_link || has_button);
1090 if (has_button)

Completed in 1009 milliseconds